Open wooyek opened 8 years ago
I'm having the same problem: ChunkedEncodingError on GAE. No InsecurePlatformWarning though. I'm only trying to access the web service with http, not https
I'm having the same issue on GAE, try this solution : https://github.com/kennethreitz/requests/compare/master...agfor:master
@cnicodeme You sir are a legend! Solved this issue for me - thank you!
In situations where "requests" is a dependency by other packages , you may not be easily able to provide your own library This code patches the existing classes, and you can call it from your init.py
gae_request_incompleteReadFix.txt
Tested with GAE Works!
There seem to be a problem with updated requests library on Google App Engine.
I may or may not be connected to a InsecurePlatformWarning:
Solution:
https://urllib3.readthedocs.org/en/latest/security.html#pyopenssl
results:
Solution http://stackoverflow.com/a/29507367/260480
e33d26a3dafc635a46930358132f3a5f8b71356f
Have no effect.