Does the program stops by crashing on YouTube operational API instance being detected as sending unusual traffic? #36
Labels
No Label
bug
captions
discussion
enhancement
epic
high priority
low priority
medium
medium priority
quick
security
waiting presentation
website
youtube-operational-api
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Benjamin_Loison/YouTube_captions_search_engine#36
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Verify
getJson
call to YouTube operational API bygetJson
call to YouTube operational API and make sure it's not a recursion depth related crash. Otherwise can add a detection ingetJson
if calling the YouTube operational API and verify a singlegetJson
call to YouTube operational API, it's probably the best solution, as if we add other requests to YouTube operational API, then we should verify that they work fine even when the instance is being detected as sending unusual traffic.At least for
CHANNELS
tab processing it is crashing in a way that causes a gdb crash on Termux while it seems up-to-date.