actually all links from us direct should be in the do-not-check-list...
but. i did find the error here :/
Checker said:
Link Status Message - Invalid URL (Could not detect attachment ID from URL https://www.akiba-online.com/attachments/prtn-08-0-jpg.2286496/)
they just try to cast everything that ist after attachments/ to an int
> so a cast from prtn-08-0-jpg.2286496, which will (of course) fail, due to characters not being an integer :/
I've now fixed this... Sorry about all this shit. Also i'm not sure why there is a soft-delete implemented
@chompy: please talk to the devs;
I will mail you the "fix" i've done.
Also: Is there a way to disable the soft-delete? That could go really wrong; especially if there is an really old post as the first one, which will then trigger a soft-delete of the whole thread :/
edit:
and a new error for links that look like this:
which is right... but somehow broken, because the real link would be:
https://www.akiba-online.com/attachments/g_sawa_h_mk04-mp4_thumbs_-2021-07-09_09-30-07-jpg.2627779/
but. i did find the error here :/
Checker said:
Link Status Message - Invalid URL (Could not detect attachment ID from URL https://www.akiba-online.com/attachments/prtn-08-0-jpg.2286496/)
they just try to cast everything that ist after attachments/ to an int
> so a cast from prtn-08-0-jpg.2286496, which will (of course) fail, due to characters not being an integer :/
I've now fixed this... Sorry about all this shit. Also i'm not sure why there is a soft-delete implemented
@chompy: please talk to the devs;
I will mail you the "fix" i've done.
Also: Is there a way to disable the soft-delete? That could go really wrong; especially if there is an really old post as the first one, which will then trigger a soft-delete of the whole thread :/
edit:
and a new error for links that look like this:
Code:
https://www.akiba-online.com/attachments/.jpg"]2627779
Link Status Message - Invalid URL (Could not detect attachment ID from URL https://www.akiba-online.com/attachments/.jpg"]2627779)
https://www.akiba-online.com/attachments/g_sawa_h_mk04-mp4_thumbs_-2021-07-09_09-30-07-jpg.2627779/
Last edited: