-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot get_all_channel_video_stats for some channels #116
Comments
Ok it seems to me that the number of videos is not the issue. This channel "UC-mucBKLrlCXYg-6D0KsrlQ" only has 30 videos but still I cannot get_all_channel_video_stats. Is it possible that the channel host can block crawling even though the data is public? |
Just an update - the issue disappeared after two days. Did not know what went wrong. Thanks! |
Unfortunately, I am also getting this issue. I can wait a bit to see if it changes, but just wanted to flag that this is happening to me too. |
I just have the same error message using |
I just tried to download the list for some channels:
get_all_channel_video_stats(channel_id="UCxJNUCdhSi7YfVS_D_Mct_g") works
get_all_channel_video_stats(channel_id="UCWQiOyL5YT1kF6tFUr3Crew") also works
but
get_all_channel_video_stats(channel_id="UCRAnkVn_Y67LUA-bmHc-ytg")
get_all_channel_video_stats(channel_id="UC0sBCaVFzxn4Y58JYqW7UTQ")
doesn't work
the error message shows that
"Error in rbind(deparse.level, ...) : numbers of columns of arguments do not match "
I noticed that those channels cannot get_all can only be crawled the first 50 videos by list_channel_videos
The text was updated successfully, but these errors were encountered: