Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

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

@benhoff

Description

@benhoff

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.">

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions