Description
When polling devices for geo-data with Google API, it times out in the poller.
When I run the curl-command with my API-key that the debug outputs, it works:
curl -i --connect-timeout 15 -X GET -H 'Connection: close' -H 'User-Agent: Observium/22.8.12250' 'https://maps.googleapis.com/maps/api/geocode/json?address=Kvinnerstaskolan+Orebro+Sweden&key=***&sensor=false&language=en&limit=1'