-
Notifications
You must be signed in to change notification settings - Fork 209
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] Some sources cause mangas to lose their "read" chapter marks and reupdates all chapters as if mangas were just added to library. #693
Comments
Update to this: |
I’ll add to this, it seems to be with sources like Asurascans that occasionally change their chapter id’s and domain name, the server sees the chapters as whole new chapters and resets those to unread (while removing other chapters because the old urls are gone) I’ve worked around this by having a third party tool occasionally ping the server api for a list of all asurascan chapters and their status, and store the highest read number in a separate data table, then when it runs again start by marking all chapters up to the latest read one as read before running again. That’s obviously not ideal, the issue lies with how tachidesk sees and recognises the data, and stores it long term. off topic but: |
Another interesting facet I've found with this same issue is if chapters are downloaded, Tachidesk no longer recognizes them as downloaded and re-downloading does so the long way. I've had chapters downloaded where it forgets sometimes but re-downloading makes Tachidesk go "oh, it's already all here" and flags it as downloaded real quick, but now it's re-downloading them entirely and overwriting what is there already. Wonder if there can be a file comparison check in these instances to confirm the contents are the same before re-downloading? If the issue of unread flagging is resolved, though, this too might resolve itself. |
Still happening with the Asura Scans extension (server version : v0.7.0 stable) |
This is fixed in the preview version of Tachidesk |
-Summary-
I am not sure if this problem can be fixed from Tachyomi side, Tachidesk side or from the Source site's side, but with some sources this happens:
Every 5-10 days Tachidesk loses some of the manga info (that are in my library) from the source and reapplies them as new contents.
This includes reupdating all of the manga episodes to the "update" section and the app forgetting all of the "read" chapters of specific sources.
The sources that l have seen doing this: Asurescans (https://asuracomics.gg/) and Mangademon (https://manga-demon.org/)
The only way that l can circumvent this problem is to change sources to other sites.
Device information
Steps to reproduce
Install Asure Scans or Manga Demon extension.
Add a manga from these sites to your library.
Mark the chapters as read and while you are at it check the "Updates" section for current date.
Wait 5-10 days and check if chapters have unmarked from read to unread and check if the chapters have reuploaded in the "Updates" section.
Expected behavior
Chapters should stay as read and not change back and all of the chapters should not reappear as new in the "Updates" section.
Actual behavior
Chapters change back to unread and all of the chapters reappear as new in the "Updates" section as if you just added the manga into your library.
Other details
The sources that l have seen doing this: Asurescans (https://asuracomics.gg/) and Mangademon (https://manga-demon.org/)
The only way that l can circumvent this problem is to change sources to other sites.
The text was updated successfully, but these errors were encountered: