-
Notifications
You must be signed in to change notification settings - Fork 6
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
(1) download.py: "sqlite3.OperationalError: no such column: error" after "TypeError: 'NoneType' object is not subscriptable" (2) editbooks.py: SAWarning: Object of type <Books> not in session, add operation along 'Authors.books' won't proceed #186
Comments
Do the notes & "potential fix" below from @codewiz help with the (SQLAlchemy) SAWarning? https://chatgpt.com/share/1c5737a6-e9fc-4eee-83e2-9aff755ed0a2 |
Thanks Much @deldesir for posting your ideas here when you can! |
@deldesir please try to reproduce both errors this week if you have a moment?🕯️ |
I cannot reproduce this issue. I cannot spot the error messages in my tests. |
@EMG70 can you please re-test?
|
I will test today and update you. |
Tested on a new VM Playlist https://www.youtube.com/playlist?list=PLXpbdfI05JvRT07cgyZjwcfSYGiFgnbtM 24/29 Videos successfully downloaded . |
24 is better than 22 (from 3 weeks ago!)
(Whereas @EMG70 no longer experienced (2)
|
Thanks to @nzola for uncovering another example here: |
@deldesir believes that
And that improvements in the last 2 months to clearly communicate those errors in "Tasks" view should now prevent this problem from happening (e.g. I just successfully downloaded playlist https://youtube.com/playlist?list=PLXpbdfI05JvRT07cgyZjwcfSYGiFgnbtM and its 29 videos) — thanks to PR's like:
@deldesir suspects the above might be related to upstream Calibre-Web login sessions (authentication tokens, etc), and might have to be fixed upstream? |
22 of 29 videos downloaded for @EMG70 (76% is a start, but also not that great!) when he tried to download...
https://www.youtube.com/playlist?list=PLXpbdfI05JvRT07cgyZjwcfSYGiFgnbtM
Two main issues appear to be:
sqlite3.OperationalError: no such column: error
afterTypeError: 'NoneType' object is not subscriptable
(appeared just once?)SAWarning: Object of type <Books> not in session, add operation along 'Authors.books' won't proceed
(appears often!)Excerpt from his iiab-diagnostics https://dpaste.com/C8SLESTWU showing both:
His screenshot:
The text was updated successfully, but these errors were encountered: