Webhook status code 404
See original GitHub issueHi,
In log I can see that I receive alert but there is an error message:
2021-04-29 16:23:18 Alert Received & Sent! ERROR:discord_webhook.webhook:[1/1] Webhook status code 404: {"message": "404: Not Found", "code": 0}
My Trading view alert message is:
{ "key": "mysecretkey" "msg": Long #{{ticker}} at {{close}}" }
I’m using only Discord for now, sec_key is the same here my discord setting :
#Discord Settings send_discord_alerts = True discord_webhook = 'https://discord.com/api/webhooks/835172144408821811/verytoolongcode
I don’t think it is a link with my configuration but for informations: I’m on apache2 and use a reverse proxy on a http subdomain to sent it to the flask server host on port 8088.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Got 404 when delivering the webhook payload - Drone
The first 404 occurs when the repository name in the webhook signature (encoded as a url parameter) is not found in the database....
Read more >I keep getting 404 not found while testing webhook with spatie ...
php. and I keep getting 404 not found at the status response when the event is triggered. But if the webhook route is...
Read more >Webhook error 404 - Questions - n8n community
I'm trying to execute a webhook I've created but the api is returning ... { "code": 404, "hint": "Click the 'Execute workflow' button...
Read more >"Webhook call failed. Error: 404 Not Found" #242 - GitHub
Hello Experts I have linked my web-hook to dialogflow under fulfillment. When i test the app using the google assistant it fails with ......
Read more >Failed to create webhook on repository 404 Not Found
Failed to create webhook on repository: 404 Not Found · Problem. After a GitHub VCS integration has been configured, a workspace can then...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@fabston Yes it was that ^^" Thank you boss !
Your welcome!