Open AriaMoradi opened 2 years ago
This has happened to me before, when l played around with the C:\Users\your username\AppData\Local\Tachidesk files. I would recommend deleting the contents of the thumbnails folder. The app assigns an id to each thumbnail and if two mangas with the same id appear, then it uses the same one for both.
A sure way to fix this would be to just take a copy of that the whole tachidesk folder in appdata, take not of your manga progress and sources and just delete the whole folder and let the app recreate it for you. Then recreate your categories, sources and favorites.
In my view, it would be more advantageous to use universally unique identifiers (UUIDs) for the identification of mangas, thumbnails, and pages, rather than the current numerical IDs. The use of UUIDs would help avoid potential mismatches and facilitate seamless migration between different devices and accounts.
However, it is possible that this consideration is not prioritized in the fundamental design of Tachiyomi.
I faced the same issue on a fresh install of latest preview (v0.7.0-r1438), fixed by doing the disable cache using the inspector as mentioned in the description above. Disabled image cache in the settings for now.
Steps to reproduce
(may be easier to reproduce on Oracle Java 8 under windows)
Expected behavior
All covers load correctly
Actual behavior
I could get it once with Asura Scans
Images from
I.Psychopath#6807
on discord:Other details
I.Psychopath#6807
on discordhttp://127.0.0.1:4567/api/v1/manga/1/thumbnail?useCache=true
is a cover for manga A and on the second run id1
is manga B, you will still get thumbnail for manga A, this case is a non-issue and can be circumvented by disabling/clearing cache browser side.