-
Notifications
You must be signed in to change notification settings - Fork 219
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] Suwayomi Database storing old metadata (bato source) #957
Comments
duplicate of #714 |
then its not an issue we introduce |
This is not extension based issue - Even using Tachimanga on iOS (suwayomi based) all thumbnails load without problem using the same extension. And the problem fixes when I refresh the manga using refresh button in the manga details. After that the thumbnail and cover load up correctly - sometimes it even loads more chapters than there were before clicking refresh. |
oh, you have a previously cached thumbnail that is borked, clear the server cache (and client cache) |
If you mean the clear server cache button – then I did that (also cleared website cache in chrome) but it didn’t change a thing.
The only change is that I had to refresh thumbnails and covers in the library (not the source) (as it also didn’t load correctly without refreshing the manga manually)
|
are you not running category/library updates or do they not update bato manga? |
The library is updating normally for bato (for the library entries) but when I browse the source it doesn't load the thumbnails/covers until I refresh the manga manually. |
set |
Ok, I tested the problem on the fresh instance and everything is OK. Maybe the clear cache button doesn't clear the cache all the way? Is there any other way to clear the cache? |
its not the cache |
Ok, that fixed the library problem. But the thumbnail problem while browsing the source still persists. |
yea, all the data you loaded previously for all the manga on that source still persists |
What I can confirm after another experiment: |
yea, its a database storing old metadata thing, the only ways to fix it (right now) are manually editing the Database, or making a backup, deleting the DB, and restoring on a fresh remake, else wait for it to be fixed |
Good to know - just done that without knowing that :). I'll change the name of the bug to show the correct problem. |
PLEASE READ THIS
I acknowledge that:
README.md
Note that the issue will be automatically closed if you do not fill out the title or requested information.
Device information
Steps to reproduce
Expected behavior
All thumbnails should be loaded while browsing library
Actual behavior
Some thumbnails don't load - they error out and even reply doesn't work. To reload a picture you have to open the manga/manhwa with the thumbnail/cover problem and refresh it from inside - then it works correctly
It seems the server tries to connect to a CDN server that doesn't exist anymore:
log:
EDIT: The problem is connected with Suwayomi storing old metadata in the database file.
For now the only fix is to backup your manga database and restore it on a fresh database
The text was updated successfully, but these errors were encountered: