sandeepyadav1478 / Uploading-video-on-youtube

Uploading video on youtube from google drive with youtube v3 data api
BSD 2-Clause "Simplified" License
3 stars 2 forks source link

Not working in google colab #2

Closed githubtrip closed 3 years ago

githubtrip commented 3 years ago

Nice concept.

However, not working in google colab. Seems socket error

` 464 if self.allow_reuse_address: 465 self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) --> 466 self.socket.bind(self.server_address) 467 self.server_address = self.socket.getsockname() 468

OSError: [Errno 98] Address already in use`

sandeepyadav1478 commented 3 years ago

Ahh! I think it may occur due to YouTube v3 api verification. have u verified the link, given in description? as ''www.youtube.com/verify"

sandeepyadav1478 commented 3 years ago

Coz I tested this code around 18-20 days ago. At that time it was running successfully.

sandeepyadav1478 commented 3 years ago

Please complete all procedure bulletin points before executing the code.

githubtrip commented 3 years ago

Managed to solve. Thank you