-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some images not loading #8
Comments
sigh Well, I can give a short version or a long one. The short one: I added one slash in the code injection section, so go through that and it'll be fixed. The long version: there's some fuckup that's been going on on Danbooru's side from around the start of this year, when they were migrating servers or such, namely that they fucked up their routing table or whatever. The gist is that some hidden images return a 404 when accessed on their proper URL https://danbooru.donmai.us/data/MD5.format . Up to now I thought that the admins just fucked up and didn't migrate them, but just now I dug around and figured out that for some idiotic fucking reason all files can be accessed on both https://danbooru.donmai.us/data//MD5.format and https://danbooru.donmai.us//data/MD5.format (note the extra slashes). No idea what's going on here, but whatever, fix pushed. |
First of all, sorry for bothering you and thank you. |
i mean older loli tagged images seem to have a higher chance of just not loading. |
Do you have an example of an image not loading? |
https://danbooru.donmai.us/posts/1874961?tags=loli and i noticed with my friend some images loads for him but not me and some images load for me but not him for some reason, tho that may have to do with the fact that he didnt update better better booru, and how that he did they work for him. |
siiiigh Added a line to Decensooru proper that checks for broken images and tries to deal with it. The whole thing is a hack, because properly someone should edit BBB instead, but I'm so not doing that. As for the last one, it works for me both with "/data/" and with "//data//", so I have no idea what you're talking about. |
i wasn't really asking fora fix for that one as i said i made a small shitty script to change the link,i was just telling you extra info incase you want it. with that being said that fixed most images and again, really sorry for giving you a headace. |
Nah, you didn't give me a headache. Thanks for bringing this crap to my attention, in fact - I've never even heard about Raikou before yesterday. |
btw there's also https://hijiribe.donmai.us
i managed to fix it by changing the function but i used normal JS since idk how to use jquery. |
Some images do not load despite their link linking to an image "that danbooru returns file doesn't exist" and their previews working example
https://danbooru.donmai.us/posts/1095981?tags=parent:1095965
https://danbooru.donmai.us/posts/2354617
https://danbooru.donmai.us/posts/2354511
https://danbooru.donmai.us/posts/2354173
how it looks:
https://i.imgur.com/reZpg2K.png
The text was updated successfully, but these errors were encountered: