Suwayomi / Suwayomi-Server

A rewrite of Tachiyomi for the Desktop
Mozilla Public License 2.0
4.16k stars 207 forks source link

[Bug] Source browse page loads wrong cover images #252

Open AriaMoradi opened 2 years ago

AriaMoradi commented 2 years ago

Steps to reproduce

(may be easier to reproduce on Oracle Java 8 under windows)

  1. Open source browse on WebUI
  2. Some covers may be wrong

Expected behavior

All covers load correctly

Actual behavior

I could get it once with Asura Scans image

Images from I.Psychopath#6807 on discord: image image

Other details

domppa1000 commented 1 year 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.

OpenGG commented 1 year ago

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.

luevano commented 10 months ago

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.