Open furkanshaikh313 opened 1 year ago
did you enter the video id?
yes i did it does work now but the thing is that i want to create a project that is completly free for everyone can you help me make it
@furkanshaikh313 How do you write the command? did u write like this? python run.py --video_id [Your YT-ID Here] --tts_type EL
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