Skip to content
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

ValueError: not enough values to unpack (expected 4, got 3) [Regression in file uploading mechanism, "500 INTERNAL ERROR"] #209

Closed
deldesir opened this issue Jul 5, 2024 · 1 comment · Fixed by #210
Assignees
Labels
bug Something isn't working

Comments

@deldesir
Copy link
Collaborator

deldesir commented Jul 5, 2024

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)
@deldesir deldesir added the bug Something isn't working label Jul 5, 2024
@deldesir deldesir self-assigned this Jul 5, 2024
@holta holta closed this as completed in #210 Jul 5, 2024
@holta 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants