wharnisch
Joined: 01/01/2024 11:05:09
Messages: 1
Offline
|
When trying to read weather data using
http://api.geonames.org/findNearByWeatherJSON?lat=47&lng=15.25&username=demo
I get back correct answer with json weather data.
But, when using the secure url
https://secure.geonames.org/findNearByWeatherJSON?lat=47&lng=15.25&username=demo
I get the following error message as answer:
{"status":{"message":"ERROR: operator does not exist: point @ circle\n Hint: No operator matches the given name and argument types. You might need to add explicit type casts.\n Position: 248","value":12}}
A similar error occurs when using xml instead of json.
Anyone can help, please?
|