-
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] 410 HTTP response causes Tachidesk to not download and update cover image and thumbnails. (Uncaught Exception) #714
Comments
Is there any solution to this?
|
Update to the latest preview version, and use the preview web ui. It seems
to have been fixed now.
|
Thank you. I use the docker container. If I use preview tag it will work? |
Yes that should do the trick, that’s how I use it.
You should also add the variable WEB_UI_CHANNEL=preview to your environment
variables.
|
you should avoid using the docker environment variables if possible, as the example says they will actively overwrite any changes you make to that setting at run time just making the change at run time is enough |
Does it cache the thumbnails on your browser accessing Suwayomi and not on the server? I'm wondering because when I log in on another client the thumbnails are gone again on that particular client. On my main computer it's still fine. Also really weird behavior; when i try to migrate to the same source (to get thumbnail back) it says failed and the manga/comic is gone from my library. Then I re-add it again and it's ok. |
the thumbnails are stored on the server. client caching depends on the client, though generally also yes |
Thank you for replying. Unfortunately the thumbnails are gone again for some reason and the application log doesn't really tell me anything other than what I first posted. Maybe starting fresh and deleting all files on the host server will fix the problem? Thanks again. |
Device information
Steps to reproduce
While this is something happening in an extension, the error seems to be in the servers handling of the request response, see notes
Expected behavior
Thumbnail is retrieved from site or from storage and displayed.
Actual behavior
Tachidesk attempts to access the expired image url and gets a 410 http error, causing an uncaught exception in the server, which shows in the logs. Thumbnail will not show without manual intervention.
Other details
logs:
![IMG_2025](https://private-user-images.githubusercontent.com/20806875/275330027-0d3a8550-dd82-4265-89d3-564c69d631f3.jpeg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzcwMTEsIm5iZiI6MTczOTE3NjcxMSwicGF0aCI6Ii8yMDgwNjg3NS8yNzUzMzAwMjctMGQzYTg1NTAtZGQ4Mi00MjY1LTg5ZDMtNTY0YzY5ZDYzMWYzLmpwZWc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQwODM4MzFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kYjhmMGUzM2JmNWY4MWUwZTNjZjkzMThlMzhiZDNjMWFjMDYxMGJiNDI2ZTAzMzE3YzI0ZGYxNjYwNmQwZDRiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.xzp6oi_yr1rvmGeOMik48mzDjUgKMeToto84HOr1ucI)
The text was updated successfully, but these errors were encountered: