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
Regression in the file uploading mechanism causing a ""500 INTERNAL ERROR"
Traceback (most recent call last):
File "/usr/local/calibre-web-py3/cps/editbooks.py", line 452, in meta
resp = move_mediafile(requested_file, current_user_name, shelf_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/calibre-web-py3/cps/editbooks.py", line 388, in move_mediafile
(
ValueError: not enough values to unpack (expected 4, got 3)
The text was updated successfully, but these errors were encountered:
holta
changed the title
ValueError: not enough values to unpack (expected 4, got 3)
ValueError: not enough values to unpack (expected 4, got 3) [Regression in file uploading mechanism, "503 INTERNAL ERROR"]
Jul 5, 2024
deldesir
changed the title
ValueError: not enough values to unpack (expected 4, got 3) [Regression in file uploading mechanism, "503 INTERNAL ERROR"]
ValueError: not enough values to unpack (expected 4, got 3) [Regression in file uploading mechanism, "500 INTERNAL ERROR"]
Jul 5, 2024
Regression in the file uploading mechanism causing a ""500 INTERNAL ERROR"
The text was updated successfully, but these errors were encountered: