-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
error="update failed: failed to parse duration : bad format string" #638
Comments
I have a feeling that this bug occurs when the channel has upcoming live broadcast. |
It appears that YouTube changed the default value of video.ContentDetails.Duration for live broadcasts. I have created a quick fix pull for this. However, I don't really know go, so please look into it carefully. #639 |
EDIT: never mind. the below did not fix the problem. fwiw I've run into the same issue, and noticed it was happening on premiere videos that have not yet aired. so i was able to filter them out and prevent the problem by adding
to my config. it might make sense to just add that as an always-on filter, since i can't think of any good scenario where you'd want to include an unaired premiere video in the podcast feed |
I've attempted to fix the problem as well. in my PR, it's more clear why we're |
This error keeps showing in the log, in the last 24 hours.
I will look into this and update this issue.
The text was updated successfully, but these errors were encountered: