thomersch / openstreetmap-calendar

osmcal, a Collaborative Calendar for OpenStreetMap-related Events
https://osmcal.org
Apache License 2.0
33 stars 9 forks source link

Error 500 when saving even via Safari #83

Closed tordans closed 2 years ago

tordans commented 2 years ago

I just edited https://osmcal.org/event/976/ in safari and got an error 500.

Editing the same event in Chrome worked. In Safari I tried editing text and add end date+time at the same time. In Chrome I did it in two saves. I was able to edit/safe the event in safari after editing it in Chrome.

https://osmcal.org/event/976/change/

Bildschirmfoto 2021-11-06 um 09 02 04
thomersch commented 2 years ago

Safari is alright, I use it all the time. The issue is that in recent months Nominatim has become less reliable and likes to throw return bad gateway pages. When you save, the location is geocoded, and recently this fails more often, thus a bad gateway page.

I have some code to handle Nominatim hiccups, but I currently don’t have the time to finalize it.