xenova / chat-downloader

A simple tool used to retrieve chat messages from livestreams, videos, clips and past broadcasts. No authentication needed!
https://chat-downloader.readthedocs.io/
MIT License
902 stars 127 forks source link

CHAT STOPED AFTER ANY TIME #240

Open metalalchemist opened 7 months ago

metalalchemist commented 7 months ago

What is your question?

IF I HAVE A CHAT FOR 30 MINUTES OR interval between 30 minutes the chat is stoped. can i get that press enter automatically? because when i pressed enter i reconnected.

Additional context

[WARNING] Retry #8 (sleep for 64s or press Enter). HTTPSConnectionPool(host='www.youtube.com', port=443): Max retries ex ceeded with url: /youtubei/v1/live_chat/get_live_chat?key=AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8 (Caused by NameResolut ionError("<urllib3.connection.HTTPSConnection object at 0x000002CA280342E0>: Failed to resolve 'www.youtube.com' ([Errno 11001] getaddrinfo failed)")) (ConnectionError)

9001 commented 7 months ago

NameResolutionError: Failed to resolve 'www.youtube.com' ([Errno 11001] getaddrinfo failed)")) (ConnectionError)

this is not a chat-downloader bug; it is a problem with your internet connection and/or your DNS server. Try changing to another DNS server, for example one of the following IP addresses: 8.8.8.8 (google), or 1.1.1.1 (cloudflare), or 9.9.9.9 (quad9).

How to change your DNS server depends on your OS, so please refer to Google for the exact steps.

metalalchemist commented 7 months ago

maybe if not arive new chats in youtube live chat? because no is only my error, i created a program called vetube for manage chats for blind people and any users report me this bug. if i change interruptible_sleep=False change any thing?