-
Notifications
You must be signed in to change notification settings - Fork 103
Description
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