streetcomplete / sc-statistics-service

Statistics generation service for StreetComplete
GNU General Public License v3.0
10 stars 4 forks source link

Better log in cases where connection fails #19

Closed matkoniecz closed 2 years ago

matkoniecz commented 2 years ago

fixes #18

No longer claims that query returned HTTP code 0 which is confusing and untrue

I think that better error reporting is sufficient as for example php update_users.php appears to be able to continue after it is run again after crashing.

screen

matkoniecz commented 2 years ago

Maybe mention something about providing OSM login data in settings? I noticed and confirmed with some limited testing that this happens for cases where OSM login data was left as null (but it is not happening immediately).

matkoniecz commented 2 years ago

@westnordost I have no merge right here so this one needs to be merged by you.

I am pretty sure that it is merge-ready.