DinoTools / python-overpy

Python Wrapper to access the Overpass API
https://python-overpy.readthedocs.io/
MIT License
235 stars 58 forks source link

Unknown content type: text/html; charset="utf-8" #80

Open lukashubl opened 5 years ago

lukashubl commented 5 years ago

I tried to get the very fist basic example going but I always get the error: Unknown content type: text/html; charset="utf-8"

My code: api = overpy.Overpass() result = api.query("node(50.745,7.17,50.75,7.18);out;")

Any suggestions on how to solve this issue? Thx