Strange error when receiving web hooks using the smee.io webhook proxy
See original GitHub issueI just created my first app using the ‘create-probot-app’ tool, and I’m seeing the following error every time a webhook is sent to my app:
23:55:22.926Z ERROR probot: Not Found
Error: Not Found
at Request.callback (/Users/arhodes/Code/ship-bot/node_modules/superagent/lib/node/index.js:696:15)
at IncomingMessage.parser (/Users/arhodes/Code/ship-bot/node_modules/superagent/lib/node/index.js:906:18)
at emitNone (events.js:110:20)
at IncomingMessage.emit (events.js:207:7)
at endReadableNT (_stream_readable.js:1045:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickDomainCallback (internal/process/next_tick.js:218:9)
I’m using the smee.io webhook proxy. I’ve got WEBHOOK_PROXY_URL
set in my .env as well as APP_ID
and WEBHOOK_SECRET
.
From what I can tell, it looks like the smee-client is receiving the webhook correctly, but is failing to post it back to my probot app. Have I missed something with my setup?
Issue Analytics
- State:
- Created 6 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
smee.io | Webhook payload delivery service
smee.io is a small service that uses Server-Sent Events to proxy payloads from the webhook source, then transmit them to your locally running...
Read more >Triggering builds with webhooks behind a secure ... - Jenkins
This says to connect to the smee service, and forward webhooks to /github-webhook/ (that trailing slash is important, don't miss it). Once this ......
Read more >Give me /events, not webhooks - Hacker News
You can do this with BenkoBot, we just launched custom webhooks (although it's not in the interface yet). So you can receive a...
Read more >How to Forward Webhooks to Jenkins Behind a Firewall using ...
Timecodes ⏱:0:00 Introduction0:23 Receiving webhooks from the outside world0:55 All the software we are using today1:17 Walkthrough of ...
Read more >Get your WebHooks on LOCALHOST with smee.io - YouTube
I'm going to show you how to receive webhooks payload on localhost, using smee. io and the smee client.If you are developing an...
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
I’m having the same issue, which information would be useful to debug here?
my
.env
file (replaced my app ID and the smeet slug)The application output
my code (index.js)
The application is enabled only on my personal account, the wehbook event was
pull_request
(edited) on a private repository on my personal account.I can open a new issue and help debugging / testing if that would be useful. Cheers!
This has an answer here Thanks again @gr2m