YouTube Data API v3 returns rarely suddenly commentsDisabled
error which involves an unwanted method switch
#20
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#20
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?
1: Found error in JSON at URL:
https://yt.lemnoslife.com/noKey/commentThreads?part=snippet,replies&videoId=yzuwQlcGde8&maxResults=100&pageToken=QURTSl9pMTJnR2NSRTZLMVY1M0pvTjRlVENLRDhOVWQxbWtmWXRXSERvRVF0RklyZU9sd29ydUhNRWJxVEJXWUxlR0xTTWlaTnR5UlpNYjY=for content:
It doesn't seem that the transient error is the problem in fact, as I found out (using below Python script) that a
commentsDisabled
error happened.https://yt.lemnoslife.com/noKey/commentThreads?part=snippet,replies&allThreadsRelatedToChannelId=UCWeg2Pkate69NFdBeuRFTAw&maxResults=100&pageToken=QURTSl9pMmFFZnRjTWdXMUhiWlpxTEprNGxBZXMtb3lsQVNMM2Qxa0thVmpaU2Z1cU15ZDRuZXhyY05QcVRmX0MyUDI1ZmxtM3FjU211SjNfWFpoV2FVMkhrX1lVN3BvQ3ZXN25HSXBiN0MtaGp3QjJvWEhja2xGVzRybVQxc1FvWWwyRGdaZ2tsaVZ1a0c5RTM2ZjJtVVNFZy1MeEl5anI0QlFSakVwTGcwYmw5N2Yza0xhTkJ2enNtbXl1ZjVDaFpjZmhZVU5xTXdjdzNLSG1qX2VLUQ==
So this error during the process might have switch from
commentThreads?allThreadsRelatedToChannelid=UC...
toplaylistItems?playlistId=UU...
andcommentThreads?videoId=...
.Re-executing the HTTP request solves the error...
So we are going to assume that the first HTTP request never leads to a false positive.
findWhenARollbackHappened.py
:On YouTube Data API v3 transient error, it seems that there is a rollbackto YouTube Data API v3 returns rarely suddenly `commentsDisabled` error which involves an unwanted method switch