Open vmicho opened 7 months ago
@asg7443 reported a while ago in a closed issue that was about a similar problem, that the RSS feed is currently broken.
The web interface seems to have the same problem for ~a week by now. 2 requests for data seem to be made, one is for https://simon04.dev.openstreetmap.org/whodidit/scripts/changeset.php?latest=1
with the reply expected to be JSON, but:
<br />
<b>Fatal error</b>: Uncaught mysqli_sql_exception: Table './simon04/wdi_changesets' is marked as crashed and last (automatic?) repair failed in /home/simon04/whodidit_prod/scripts/changeset.php:20
Stack trace:
#0 /home/simon04/whodidit_prod/scripts/changeset.php(20): mysqli->query()
#1 {main}
thrown in <b>/home/simon04/whodidit_prod/scripts/changeset.php</b> on line <b>20</b><br />
and similarly a request with the actual filter parameters against tiles.php
also expect JSON and getting the similar:
<br />
<b>Fatal error</b>: Uncaught mysqli_sql_exception: Table './simon04/wdi_tiles' is marked as crashed and last (automatic?) repair failed in /home/simon04/whodidit_prod/scripts/tiles.php:104
Stack trace:
#0 /home/simon04/whodidit_prod/scripts/tiles.php(104): mysqli->query()
#1 {main}
thrown in <b>/home/simon04/whodidit_prod/scripts/tiles.php</b> on line <b>104</b><br />
Looks like the database(s) are toast, currently.
Not sure what a random user like me could do, if anything at the moment, beside wishing the maintainer(s) good health & best of luck in restoring the service!
Simon get UP! I want to see what happens! In the community forum they talk about Blockwarts, Hell yes, I am simply a wart and just interested into what my fellow companions are about and perhaps welcome newbies.
I'm running the same code at home and it works fine so I concur that the DB is broken.
scripts/parse_osc.pl
line 38 to my $hours_to_import_if_no_previous_state = 24 * 22;
, which should be roughly when the site went down (22 days ago).docker-compose.yml
line 58 to have roughly your relevant bounding box to speed things up, e.g. && echo "export WDI_UPDATE_BBOX='5.287054,44.131024,5.935003,45.15189'" >> /update_wrap.sh \
. The bbox from your RSS feed will work fine. If you have multiple feeds, just take the lowest + highest values in both directions.wdi_password=password docker compose up --build
.http://localhost:8080
works.I have been using this application for a long time and would appreciate, if it could be fixed. Thank you.
Incidentally, I've found an alternative that I've been using for a while now: https://resultmaps.neis-one.org/osm-edits-tile/
Thank you @cayenne17,
works, but is missing the bounding box, so the area is a bit to small for my area of interest.
looks like it works again, but last data are from april (if i see correctly)
Thank you @dex2000, you are right! For full results, I had to modify the RSS-URL.
Thank you @dex2000, you are right! For full results, I had to modify the RSS-URL.
Can you please explain what you did? The link you posted just points at the main site.
here is an feed-url for example: https://simon04.dev.openstreetmap.org/whodidit/scripts/rss.php?bbox=11.498847,50.847004,11.678748,50.964779 you can see, the last is from april
Thank you @dex2000, you are right! For full results, I had to modify the RSS-URL.
Can you please explain what you did? The link you posted just points at the main site.
The main site is correct, I draw "my" bonding box and pressed "Get RSS-URL". BUT: The site as been workinf for a day or two, actually it seems to be down again.
For me is it online.
Yes it is online all time, but as you mentioned already here, actual changes are not reported right now. This has been working for a short time during last days ...
At least the website doe not show anything since like a week :( Something crashed?