Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My LINE Desktop not appear images when linebot reply image #673

Open
Paranchai-C opened this issue Sep 12, 2024 · 0 comments
Open

My LINE Desktop not appear images when linebot reply image #673

Paranchai-C opened this issue Sep 12, 2024 · 0 comments
Labels

Comments

@Paranchai-C
Copy link

when my linebot reply image message on LINE moblie image is appear but LINE Desktop it's not. when i use url image on internet it's appear both. What can i do to fix it?

//i use ngrok to connect with line webhook

############# reply code section ######################################
elif text == 'image':
url = request.url_root + '/static/logo.png'
#url = url.replace("http", "https")
app.logger.info("url=" + url)
line_bot_api.reply_message(
ReplyMessageRequest(
reply_token=event.reply_token,
messages=[
ImageMessage(original_content_url=url, preview_image_url=url)
]
)
)
##################################################################

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant