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

405 Method Not Allowed #5

Closed
alsopgroup opened this issue Nov 21, 2019 · 4 comments
Closed

405 Method Not Allowed #5

alsopgroup opened this issue Nov 21, 2019 · 4 comments

Comments

@alsopgroup
Copy link

I keep getting this on post messages
HTTP Requests

POST / 405 METHOD NOT ALLOWED

@alias-noa
Copy link

This is what i'm getting too. So far i'm thinking it might be something to do with Windows 10. I need to try it on Ubuntu to verify this.

@alias-noa
Copy link

Okay I finally got through. It was the /webhook part in the webhook-bot.py file. On this line:

@app.route('/webhook', methods=['POST'])

I didn't realize you have to put /webhook after your ngrok address in the tradingview webhook box.

@robswc
Copy link
Owner

robswc commented Jan 29, 2020

@alias-noa 's answer is correct. Will update the guide to include this.

@robswc robswc closed this as completed Jan 29, 2020
@alperoguz
Copy link

Hello @robswc
I am not using ngrok. Do I still need to use /webrook in TV?

sorry for flooding with couple of questions.

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

4 participants