-
Notifications
You must be signed in to change notification settings - Fork 33
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
Boomcatch Error Forwarder Failed #92
Comments
Hi @AkshalS Thanks for using Boomcatch! Would you mind sharing with us all the settings that you are using to run boomcatch, so we can try to replicate the issue here? Thanks! |
Hi @josebolos Also, I tried the same settings from a node.js project too. I also have a simple nodejs web app running on port 8000. |
From reading the output of your command, there a number of things that could trigger the For example, you mentioned that you have a simple nodejs web app listening on port 8000. Is this app HTTPS-enabled by any chance? In the example you are using If changing the protocol for the forwarding URL from |
Yes, I have already tried that with |
I'm also getting this error. Here are my settings:
I've used postman to try checking to make sure that |
I am running into this same issue. I've tried running it both as a container and as the straight application. I'm forwarding these events from boomcatch too an open listener that can take the same message being written to the stdout so I know the final end point is working fine, but something is interrupting the flow within Boomcatch. I get this when sending a mapped or unmapped item: However I can take the JSON shown in the unmapped execution and send it myself via curl from another container on that server and it works fine. |
I am using boomerang.js to measure the page load time of my web app. The boomerang is set and the beacon is working properly and sending data. Also, I am able to use boomcatch to receive this beacon data and it is able to process it. But when I try to forward the data using a forwarder to my simple web app page then it gives me the following error.
The text was updated successfully, but these errors were encountered: