You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "d:\AI\AI-Vtuber-main\AI-Vtuber-main\run.py", line 167, in
read_chat()
File "d:\AI\AI-Vtuber-main\AI-Vtuber-main\run.py", line 106, in read_chat
chat = pytchat.create(video_id=video_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\HP\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pytchat\core_init_.py", line 6, in create vid = extract_video_id(video_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\HP\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pytchat\util_init.py", line 82, in extract_video_id
if '[' in url_or_id:
^^^^^^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "d:\AI\AI-Vtuber-main\AI-Vtuber-main\run.py", line 167, in
read_chat()
File "d:\AI\AI-Vtuber-main\AI-Vtuber-main\run.py", line 106, in read_chat
chat = pytchat.create(video_id=video_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\HP\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pytchat\core_init_.py", line 6, in create
vid = extract_video_id(video_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\HP\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pytchat\util_init.py", line 82, in extract_video_id
if '[' in url_or_id:
^^^^^^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable
The text was updated successfully, but these errors were encountered: