HTTP POST Telegram Bot
webi666
FREEOP

a year ago

Hi,
Who can help me solve an issue I'm having with HTTP POST? When I try to send a webhook to (https://lnd.up.railway.app/sellauth), it appears in the HTTP logs, but the message is not sent to telegram. What could be the problem?

13 Replies

webi666
FREEOP

a year ago

17da1a29-e46c-438c-9dbf-cb69500f846e


webi666
FREEOP

a year ago

Site:


webi666
FREEOP

a year ago

HTTP logs

1348693642100998100


webi666
FREEOP

a year ago

DEPLAY logs

1348693686925529000


webi666
FREEOP

a year ago

Site:

1348694084146958300


a year ago

im sorry but we cannot offer coding help here, you would want to add more verbose logging to your code so that you can find out where your code is failing


webi666
FREEOP

a year ago

could the problem be with the code? or am i not doing something right on railway? i tried sending a webhook to a test site like webhook.site, and it worked, but nothing changes on this link. i don't know where the issue is…


a year ago

its a problem with your code, its not something we can help with unfortunately


webi666
FREEOP

a year ago

you don't know why, when the application is only POST, I get this, but if it's GET, it works?
@app.route('/webhook', methods=['POST']) def webhook(): return "Webhook is awaited!", 200

i read the docs.

1348735811616510000


a year ago

are you sure you are using https?


webi666
FREEOP

a year ago

yes


a year ago

are you accepting the proxy headers


webi666
FREEOP

a year ago

is it in the code or is it a setting? (i'm a beginner)


Loading...