egbertbouman / youtube-comment-downloader

Simple script for downloading Youtube comments without using the Youtube API
MIT License
914 stars 227 forks source link

Comments on archived livestreams are not being downloaded #35

Closed ediowar closed 4 years ago

ediowar commented 4 years ago

https://youtu.be/qFrbmseX9TI In two of the four download attempts, an unknown error occurs. Error: Error returned from server: Неизвестная ошибка.

egbertbouman commented 4 years ago

I just downloaded the comments 10x in a row, without any issues. My guess is that the server was experiencing problems or you're making too many requests.

egbertbouman commented 4 years ago

Before, I was running the script using Python 3.8. After trying to get the comments with Python 2.7, I did get a failure. This should be fixed now. Please let me know if it reoccurs.

ediowar commented 4 years ago

I am running the script using Python 3.5.2. There is no issue right now.