Stop subscripting None #44
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JMTNTBANG/Bitey-Frank!44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "no-crashing-bad-frank"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a check to stop executing if latest_video is None because scrapetube did not retrieve videos. I don't know why that happens, but maybe adding a limit will help. Almost certainly not because scrapetube is a generator, but maybe?
If that doesn't do anything for the missing videos a potential fix might be more evenly spreading out the requests. So instead of this:
JMTNTBANG/Bitey-Frank@aa992c14ca/src/python-loops.py (L129-L131)we could try this:
so all of the channels aren't being grabbed at the same time.