We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I sometimes get errors of the form:
WARNING: Failed to get a video. Error was: 'ERROR: [youtube] <ID>: <error>'
However I have no idea from which subscription this video id/error is coming from. Since I see no title either, it's hard to tell if I should care.
To Reproduce Pick any subscription with live events to have a video that generates an error. One random example: https://www.youtube.com/channel/UCZFipeZtQM5CKUjx6grh54g
Expected behavior Showing an error of the form:
WARNING: <subscription name>: <rest of the error>
would be very helpful. If the expected title of the video is available, showing this after the video ID would also be nice to have.
Environment, configuration and version information
ytcc bug-report ---ytcc version--- 2.5.4 ---youtube-dl version--- youtube-dl not found ---yt-dlp version--- 2022.08.19 ---Click version--- 8.0.3 ---SQLite version--- SQLite system library version: 3.39.2 Python module version: 2.6.0 ---python version--- 3.10.6 (main, Aug 10 2022, 11:19:32) [GCC 12.1.0]
The text was updated successfully, but these errors were encountered:
Fixed in be9a217
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I sometimes get errors of the form:
However I have no idea from which subscription this video id/error is coming from.
Since I see no title either, it's hard to tell if I should care.
To Reproduce
Pick any subscription with live events to have a video that generates an error.
One random example: https://www.youtube.com/channel/UCZFipeZtQM5CKUjx6grh54g
Expected behavior
Showing an error of the form:
would be very helpful. If the expected title of the video is available, showing this after the video ID would also be nice to have.
Environment, configuration and version information
The text was updated successfully, but these errors were encountered: