Skip to content
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

Broadcast_receiver issues 404 on post #3

Open
platypython opened this issue Mar 15, 2017 · 2 comments
Open

Broadcast_receiver issues 404 on post #3

platypython opened this issue Mar 15, 2017 · 2 comments

Comments

@platypython
Copy link

Pulled the latest from the broadcast_receiver today and installed as per the readme with recommended ruby versions and set up an event broadcaster, kept getting the following response.

[2017-03-15 03:18:40] INFO  ruby 2.3.1 (2016-04-26) [x86_64-darwin16]
[2017-03-15 03:18:40] INFO  WEBrick::HTTPServer#start: pid=35561 port=9292
54.200.10.36 - - [15/Mar/2017:03:28:56 -0600] "POST / HTTP/1.1" 404 516 0.0032
54.200.10.36 - - [15/Mar/2017:03:28:56 -0600] "POST / HTTP/1.1" 404 516 0.0010
54.200.10.36 - - [15/Mar/2017:03:28:57 -0600] "POST / HTTP/1.1" 404 516 0.0012
54.186.243.53 - - [15/Mar/2017:03:29:35 -0600] "POST / HTTP/1.1" 404 516 0.0011
54.186.243.53 - - [15/Mar/2017:03:29:35 -0600] "POST / HTTP/1.1" 404 516 0.0011
54.186.243.53 - - [15/Mar/2017:03:29:36 -0600] "POST / HTTP/1.1" 404 516 0.0010```
@platypython
Copy link
Author

Sending to requestb.in works fine.

@syarynovskyi
Copy link
Contributor

Hey @platypython
Thanks for testing. You are sending request to the root endpoint: /. For now try to send to the /_bulk. Should work though. We plan to resolve it in the near future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants