7e35a6473a Fix #20: YouTube Data API v3 returns rarely suddenly commentsDisabled error which involves an unwanted method switch
Benjamin_Loison closed issue Benjamin_Loison/YouTube_captions_search_engine#20 2023-01-08 15:43:12 +01:00
YouTube Data API v3 returns rarely suddenly commentsDisabled error which involves an unwanted method switch
04375f1d05 Fix #20: YouTube Data API v3 returns rarely suddenly commentsDisabled error which involves an unwanted method switch
Benjamin_Loison opened issue Benjamin_Loison/YouTube_captions_search_engine#22 2023-01-08 15:25:44 +01:00
Could rely on YouTube operational API on YouTube Data API v3 returns possible false positive errors
Benjamin_Loison commented on issue Benjamin_Loison/YouTube_captions_search_engine#6 2023-01-08 14:42:27 +01:00
Add support for multiple keys to be resilient against exceeded quota errors

Making statistics of estimated quota per key on the official no-key service would be interesting to know how many threads can I use.

ba37d6a111 Make all Python scripts executable and add findAlreadyTreatedCommentsCount.py to find how many comments were already treated
5a7e5b6f78 Add a note about the timing percentage of findLatestTreatedCommentsForChannelsBeingTreated.py going backward
e3cab4c204 Fix #9: Make sure that in case of error returned by the YouTube Data API v3 the algorithm treats it correctly
156a621413 Fix #15: Provide an algorithm to retrieve the list of 100 French channels with most subscribers (and provide it too)
fdfec17817 #7: Remove remaining undefined behavior due to missing mutex use
Compare 8 commits »
3c222f82c1 Make all Python scripts executable and add findAlreadyTreatedCommentsCount.py to find how many comments were already treated
89af90a185 Add a note about the timing percentage of findLatestTreatedCommentsForChannelsBeingTreated.py going backward
38f7676d49 Fix #9: Make sure that in case of error returned by the YouTube Data API v3 the algorithm treats it correctly
931697f304 Fix #15: Provide an algorithm to retrieve the list of 100 French channels with most subscribers (and provide it too)
e2e8776d97 #7: Remove remaining undefined behavior due to missing mutex use
Compare 8 commits »
0d864bd553 Make all Python scripts executable and add findAlreadyTreatedCommentsCount.py to find how many comments were already treated
e835ba121f Add a note about the timing percentage of findLatestTreatedCommentsForChannelsBeingTreated.py going backward
483b0182a6 Fix #9: Make sure that in case of error returned by the YouTube Data API v3 the algorithm treats it correctly
34886dd384 Fix #15: Provide an algorithm to retrieve the list of 100 French channels with most subscribers (and provide it too)
4f4bb2d795 #7: Remove remaining undefined behavior due to missing mutex use
Compare 8 commits »
3c222f82c1 Make all Python scripts executable and add findAlreadyTreatedCommentsCount.py to find how many comments were already treated
89af90a185 Add a note about the timing percentage of findLatestTreatedCommentsForChannelsBeingTreated.py going backward
38f7676d49 Fix #9: Make sure that in case of error returned by the YouTube Data API v3 the algorithm treats it correctly
931697f304 Fix #15: Provide an algorithm to retrieve the list of 100 French channels with most subscribers (and provide it too)
e2e8776d97 #7: Remove remaining undefined behavior due to missing mutex use
Compare 8 commits »
0d864bd553 Make all Python scripts executable and add findAlreadyTreatedCommentsCount.py to find how many comments were already treated
e835ba121f Add a note about the timing percentage of findLatestTreatedCommentsForChannelsBeingTreated.py going backward
483b0182a6 Fix #9: Make sure that in case of error returned by the YouTube Data API v3 the algorithm treats it correctly
34886dd384 Fix #15: Provide an algorithm to retrieve the list of 100 French channels with most subscribers (and provide it too)
4f4bb2d795 #7: Remove remaining undefined behavior due to missing mutex use
Compare 8 commits »
3c222f82c1 Make all Python scripts executable and add findAlreadyTreatedCommentsCount.py to find how many comments were already treated
89af90a185 Add a note about the timing percentage of findLatestTreatedCommentsForChannelsBeingTreated.py going backward
38f7676d49 Fix #9: Make sure that in case of error returned by the YouTube Data API v3 the algorithm treats it correctly
931697f304 Fix #15: Provide an algorithm to retrieve the list of 100 French channels with most subscribers (and provide it too)
e2e8776d97 #7: Remove remaining undefined behavior due to missing mutex use
Compare 8 commits »
a1b225759e Make all Python scripts executable and add findAlreadyTreatedCommentsCount.py to find how many comments were already treated
5b5f910574 Add a note about the timing percentage of findLatestTreatedCommentsForChannelsBeingTreated.py going backward
2462c9e145 Fix #9: Make sure that in case of error returned by the YouTube Data API v3 the algorithm treats it correctly
68497d5961 Fix #15: Provide an algorithm to retrieve the list of 100 French channels with most subscribers (and provide it too)
a64d0717b6 #7: Remove remaining undefined behavior due to missing mutex use
Compare 8 commits »
Benjamin_Loison opened issue Benjamin_Loison/YouTube_captions_search_engine#21 2023-01-07 16:23:40 +01:00
Delete WIP channels/ archives
Benjamin_Loison commented on issue Benjamin_Loison/YouTube_captions_search_engine#20 2023-01-07 16:15:38 +01:00
YouTube Data API v3 returns rarely suddenly commentsDisabled error which involves an unwanted method switch

It doesn't seem that the transient error is the problem in fact, as I found out that a commentsDisabled error happened.

So this error during the process might have switch from…

Benjamin_Loison opened issue Benjamin_Loison/YouTube_captions_search_engine#20 2023-01-07 15:52:47 +01:00
On YouTube Data API v3 transient error, it seems that there is a rollback
3c222f82c1 Make all Python scripts executable and add findAlreadyTreatedCommentsCount.py to find how many comments were already treated
6dcae274d0 Make all Python scripts executable and add findAlreadyTreatedCommentsCount.py to find how many comments were already treated
89af90a185 Add a note about the timing percentage of findLatestTreatedCommentsForChannelsBeingTreated.py going backward
Benjamin_Loison closed issue Benjamin_Loison/YouTube_captions_search_engine#9 2023-01-06 20:55:58 +01:00
Make sure that in case of error returned by the YouTube Data API v3 the algorithm treats it correctly
38f7676d49 Fix #9: Make sure that in case of error returned by the YouTube Data API v3 the algorithm treats it correctly