On Tuesday, 8 November 2022 22:16:51 CET Freifunk API Monitor wrote:
- Ihr den Fehler nicht interpretieren könnt und Hilfe benötigt,
Leider verstehe ich den Fehler "Error in location: Additional properties are not allowed ('lat', 'lon' were unexpected)" [1] nicht. In der JSON gibt es nur
location -> geoCode -> lat/lon
Aber auf dieser Seite [1] wird angezeigt, dass es folgendes gaebe:
location -> Lat/Lon
Ich habe das auch nochmal im Terminal ueberprueft:
$ curl -s https://mapdata.freifunk-vogtland.net/ffapi-S.json%7Cpython3 -m json.tool|grep -i -e lat -e lon "lat": 50.366667, "lon": 12.316667
$ curl -s https://mapdata.freifunk-vogtland.net/ffapi-S.json%7Cjq '.location' { "city": "Schöneck", "country": "DE", "geoCode": { "lat": 50.366667, "lon": 12.316667 }, "address": { "name": "hateotu.de (bei GK)", "street": "Waldstraße 7", "zipcode": "08261" } }
Meines wissens nach, gab es auch nie einen Zeitpunkt bei dem es so oder so aehnlich aussah:
{ "city": "Schöneck", "country": "DE", "geoCode": { "lat": 50.366667, "lon": 12.316667 }, "lat": 50.366667, "lon": 12.316667 }
Gruesse, Sven