HTTP POST Telegram Bot

webi666
FREE

5 months 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?

0 Replies

webi666
FREE

5 months ago

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


webi666
FREE

5 months ago

Site:


webi666
FREE

5 months ago

HTTP logs

1348693642100998100


webi666
FREE

5 months ago

DEPLAY logs

1348693686925529000


webi666
FREE

5 months ago

Site:

1348694084146958300


5 months 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
FREE

5 months 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…


5 months ago

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


webi666
FREE

5 months 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


5 months ago

are you sure you are using https?


webi666
FREE

5 months ago

yes


5 months ago

are you accepting the proxy headers


webi666
FREE

5 months ago

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