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
Warrior sometimes fails to download from nhentai, with this output in the logs:
Starting CheckIP for Item
Finished CheckIP for Item
Starting GetItemFromTracker for Item
Received item 'gallery:498281' from tracker
Starting PrepareDirectories for Item gallery:498281
Finished PrepareDirectories for Item gallery:498281
Starting WgetDownload for Item gallery:498281
Archiving item gallery:498281
1=200 https://nhentai.net/g/498281/
Lua runtime error: nhentai.lua:399: Gallery IDs do not match. Got 498281, expected 498281.
stack traceback:
[C]: in function 'error'
nhentai.lua:399: in function <nhentai.lua:238>.
Process WgetDownload returned exit code -6 for Item gallery:498281
Failed WgetDownload for Item gallery:498281
Waiting 10 seconds...
This line stands out:
Lua runtime error: nhentai.lua:399: Gallery IDs do not match. Got 498281, expected 498281.
Those IDs look the same to me. Maybe Lua accidentally converted one of them to a string/number? I'm not sure why the script fails on some galleries, but works fine on most.
The text was updated successfully, but these errors were encountered:
Warrior sometimes fails to download from nhentai, with this output in the logs:
This line stands out:
Those IDs look the same to me. Maybe Lua accidentally converted one of them to a string/number? I'm not sure why the script fails on some galleries, but works fine on most.
The text was updated successfully, but these errors were encountered: