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

bundled urllib3 fails with 'NoneType' object has no attribute 'read' #146

Closed
rinigus opened this issue Nov 7, 2016 · 1 comment
Closed

Comments

@rinigus
Copy link
Contributor

rinigus commented Nov 7, 2016

I am testing new HTTP server component of OSM Scout Server and was getting lots of problems reported by modRana while downloading tiles. Something similar to what's reported here: https://github.com/kennethreitz/requests/issues/3174 . By installing dev-python/urllib3-1.16 and moving away bundled urllib3, I was able to get rid of the errors. Maybe the bundled urllib3 could be upgraded to avoid this issue?

@M4rtinK
Copy link
Owner

M4rtinK commented Nov 9, 2016

I'll give it a try in a day or two - should be relatively easy to do if it doesn't break anything in modRana (which is quite unlikely).

It's unfortunate Sailfish OS does not provide urrlib3 & requests (at least IIRC) from the official repositories. Both are widely used in Python applications and AFAIK are quite good at keeping a stable API.

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