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