Does the program stops by crashing on YouTube operational API instance being detected as sending unusual traffic? #36
Loading…
x
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.