getmango / Mango

Mango is a self-hosted manga server and web reader
https://getmango.app
MIT License
1.69k stars 120 forks source link

[Bug Report] Generate Thumbnails stuck #270

Closed cirdanlunae closed 2 years ago

cirdanlunae commented 2 years ago

Yesterday, I noticed that under Admin, Generate Thumbnails was stuck at 68%. Strange. I didn't think anything of it.

Today, it's still stuck at the same percentage. I'm also unable to click on Generate Thumbnails, which I'm attempting to do to fix the thumbnails for a series. I've tried restarting my Docker container, and still no luck. Any thoughts?

hkalexling commented 2 years ago

Can you set log level to debug and paste the log here?

For future reference, it's better to follow the issue templates when opening issues. If you want a casual discussion use https://github.com/hkalexling/Mango/discussions instead.

cirdanlunae commented 2 years ago

Sorry for putting it in the wrong label, I thought it was an bug since this wasn't expected behavior

Here's a link to the log: https://pastebin.com/UAHAQjjm

Here's a screenshot of what I'm seeing: https://i.imgur.com/pYiNLwV.png

hkalexling commented 2 years ago

Ah yes this does look like a bug. My point is when creating bug reports it's better to follow the template ;-)

DeepinScreenshot_select-area_20220126100458

Anyway can you try deleting the library.yml.gz file in the main folder (by default it's ~/mango/library.yml.gz on unix) and then restart? This is a temporary cache of your library and it's likely causing the issue.

cirdanlunae commented 2 years ago

I see. I've not done much on Github before and I'm still learning. Thanks for showing me where that is!!!

That did it! Looks like deleting library.yml.gz rebuilds everything. It now shows 100% after a full rebuild when clicking on it, and it is no longer grayed out. Looks like that was the fix. Thanks!

mango-assistant[bot] commented 2 years ago

Hi there! The issue has been fixed in v0.25.0. Thanks for the bug report!