Skip to content
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

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

Open
AriaMoradi opened this issue Nov 15, 2021 · 3 comments
Open

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

AriaMoradi opened this issue Nov 15, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@AriaMoradi
Copy link
Member

AriaMoradi commented Nov 15, 2021

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

  • Originally reported by I.Psychopath#6807 on discord
  • Probably there's no way to reproduce this consistently.
  • It has to do with image cache, browser side and/or server side, by loading with inspect element on chrome, my cache is disabled and the issue doesn't occur.
  • This issue seemingly never happens if server's thumbnail cache doesn't fail.
  • You will get this between database deletes, the browser will cache thumbnails for URLs., fro example if http://127.0.0.1:4567/api/v1/manga/1/thumbnail?useCache=true is a cover for manga A and on the second run id 1 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.
@AriaMoradi AriaMoradi added the bug Something isn't working label Nov 15, 2021
@domppa1000
Copy link

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
Copy link

OpenGG commented Oct 27, 2023

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
Copy link

luevano commented Dec 20, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants