vexbot icon indicating copy to clipboard operation
vexbot copied to clipboard

Handle `Live chat is no longer live` error from the youtube api

Open benhoff opened this issue 8 years ago • 3 comments

Traceback (most recent call last): File "/usr/lib64/python3.5/asyncio/tasks.py", line 239, in _step result = coro.send(None) File "/home/hoff/swdev/vexbot/vexbot/adapters/youtube_api.py", line 144, in _recv_loop livechat_response = youtube_api.liveChatMessages().list(liveChatId=live_chat_id, part=part, pageToken=next_token).execute() File "/home/hoff/swdev/vexbot/env/lib/python3.5/site-packages/oauth2client/util.py", line 135, in positional_wrapper return wrapped(_args, *_kwargs) File "/home/hoff/swdev/vexbot/env/lib/python3.5/site-packages/googleapiclient/http.py", line 832, in execute raise HttpError(resp, content, uri=self.uri) googleapiclient.errors.HttpError: <HttpError 403 when requesting https://www.googleapis.com/youtube/v3/liveChat/messages?alt=json&liveChatId=Cg0KC3c4U2VZa1FGMDNJ&part=snippet%2C+authorDetails&pageToken=GK_ynav8tc4CIKmcwc7_tc4C returned "The live chat is no longer live.">

benhoff avatar Aug 10 '16 04:08 benhoff

About to start playing with your Vexbot. I would like to use it with YouTube. Does it still work with YT?

IHateNameStealers avatar May 08 '19 15:05 IHateNameStealers

The core logic is sound, but I believe the bot itself is slightly broken. I haven't had time to get it running again

benhoff avatar May 08 '19 17:05 benhoff

That's to bad. I'm afraid that with my coding skills I'm not able to fix this :-(

IHateNameStealers avatar May 09 '19 12:05 IHateNameStealers