-
Notifications
You must be signed in to change notification settings - Fork 570
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
Http 400 when trying to access #200
Comments
|
I don't know exactly why (because I don`t know flask) but commented this lines and now I can acess.
|
it's seem that werkzeug 2.1.0 got some break change about request.json |
thanks @Pandaaaa906 ,I solved the problem through your suggestion,pip install Werkzeug==2.0.3 |
Thanks you.. |
Http 400 when trying to access and this what in terminal I get
|
please help |
我也遇到了同样的问题 我的机器是ubuntu18.04 I ran into the same problem with ubuntu18.04 |
i'm running on zorin os 16 ( ubuntu 20.0.4 base) |
Reinstall >> pip install Werkzeug==2.0.2 |
it's work now @casual-silva thank you a lot |
I also Solve same problem by your suggestion.Thank You
|
I pip install Werkzeug==2.0.3,but got following error:
|
I saw it complain from flask maybe that the problem here my flask --v Flask==2.1.2 |
can i also see you |
I have the same problem, did you find out how to fix it? |
@minikiller I tried to use docker images from dockerhub, and it worked, this one => https://hub.docker.com/r/ryanvin/scrapydweb |
please see: #202 |
Thanks @PandyYang reinstall the flask version to 2.0.2 and Werkzeug version to 2.0.2 can resolve this problem. |
I followed the initial guide step by step and when trying to access the initial URL I get an http code 400 and in the log only a json appears containing: node:1
What am I missing?
It's more a question than an issue
Thanks
The text was updated successfully, but these errors were encountered: