You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Details
It looks like in the thumbnail generation rework for issue #1142 extract_thumbnail() was updated to take five arguments, but the call in regen_all_thumbnails() in Minion.pm was overlooked and still uses four arguments instead. (Thank you for that fix btw, it's working well)
Matching Logs
When hitting the "Regenerate all Thumbnails" button, errors like these are printed on stdout:
[Minion] [debug] Regenerating for 5c43e939d16a8655c434da328713cac9af9e3668...
[Minion] [warn] Error while generating thumbnail: Too few arguments for subroutine 'LANraragi::Utils::Archive::extract_thumbnail' (got 4; expected 5) at /home/koyomi/lanraragi/script/../lib/LANraragi/Utils/Minion.pm line 151.
[Minion] [debug] Regenerating for dccf87078ca09bb027058dfec6847b700554f8dd...
[Minion] [warn] Error while generating thumbnail: Too few arguments for subroutine 'LANraragi::Utils::Archive::extract_thumbnail' (got 4; expected 5) at /home/koyomi/lanraragi/script/../lib/LANraragi/Utils/Minion.pm line 151.
[Minion] [debug] Regenerating for bd21fdee9b95923c0ff2bb3ede4f9ad105a56e9f...
[Minion] [warn] Error while generating thumbnail: Too few arguments for subroutine 'LANraragi::Utils::Archive::extract_thumbnail' (got 4; expected 5) at /home/koyomi/lanraragi/script/../lib/LANraragi/Utils/Minion.pm line 151.
[Minion] [debug] Regenerating for fd0484edbc66a56ee98f28d745b8096c20452d3b...
[Minion] [warn] Error while generating thumbnail: Too few arguments for subroutine 'LANraragi::Utils::Archive::extract_thumbnail' (got 4; expected 5) at /home/koyomi/lanraragi/script/../lib/LANraragi/Utils/Minion.pm line 151.
[Minion] [debug] Regenerating for f05898a3caea4d67b92c410049006375b3929ad5...
[Minion] [warn] Error while generating thumbnail: Too few arguments for subroutine 'LANraragi::Utils::Archive::extract_thumbnail' (got 4; expected 5) at /home/koyomi/lanraragi/script/../lib/LANraragi/Utils/Minion.pm line 151.
The text was updated successfully, but these errors were encountered:
LRR Version and OS
LRR Docker Nightly
Bug Details
It looks like in the thumbnail generation rework for issue #1142 extract_thumbnail() was updated to take five arguments, but the call in regen_all_thumbnails() in Minion.pm was overlooked and still uses four arguments instead. (Thank you for that fix btw, it's working well)
Matching Logs
When hitting the "Regenerate all Thumbnails" button, errors like these are printed on stdout:
The text was updated successfully, but these errors were encountered: