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

Metadata Fetch: [PLAYLIST URL] failed: An error occurred (no such column: live_status) while trying to connect to the database. #228

Closed
holta opened this issue Jul 20, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@holta
Copy link
Member

holta commented Jul 20, 2024

Thanks @EMG70 for having reported this:

A new error has appeared whilst trying to do a demo to a new IIAB user.This playlist in particular, https://www.youtube.com/playlist?list=PLqxP5EuGxPncYWWc1cXlcuhfcoo3Wl3Ru

Metadata Fetch: [https://www.youtube.com/playlist?list=PLqxP5EuGxPncYWWc1cXlcuhfcoo3Wl3Ru] failed: An error occurred (no such column: live_status) while trying to connect to the database.

sudo iiab-diagnostics:
https://dpaste.com/EEE2QXLJB

image

Error details from https://dpaste.com/EEE2QXLJB#line-1911 :

[2024-07-20 17:03:48,505] ERROR {cps.services.worker:202} no such column: error
Traceback (most recent call last):
  File "/usr/local/calibre-web-py3/cps/services/worker.py", line 199, in start
    self.run(*args)
  File "/usr/local/calibre-web-py3/cps/tasks/metadata_extract.py", line 172, in run
    elif error_message := conn.execute("SELECT error FROM media WHERE ? LIKE '%' || extractor_id || '%'", (self.media_url,)).fetchone()[0]:
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sqlite3.OperationalError: no such column: error

Potentially related:

@holta holta added the bug Something isn't working label Jul 20, 2024
@holta
Copy link
Member Author

holta commented Jul 20, 2024

@EMG70 clarifies:

The same video playlist https://www.youtube.com/playlist?list=PLqxP5EuGxPncYWWc1cXlcuhfcoo3Wl3Ru downloads OK when done directly via yt-dlp, it is not a live playlist or denotated as such on Youtube.

@holta
Copy link
Member Author

holta commented Aug 28, 2024

@EMG70 can you please confirm this is now solved?

(Like #215, @deldesir believes it should have been resolved 5+ weeks ago by...)

@EMG70
Copy link

EMG70 commented Aug 28, 2024

calibre-web(2).log
I have just tried ,all is now working.Apologies for late follow up.

@holta holta closed this as completed Aug 28, 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

No branches or pull requests

2 participants