-
-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Not Found Error #282
Comments
Can you test whether these work again |
it still doesn't work |
How did you test? |
I just restarted my program which was working a few days ago after i am not a developer i used chatgpt to do it |
Then you have to wait for new version. This PR is for developers to test before new version is released. But just a little patience soon come fix with new version |
Please update to |
it works. thanks |
Can confirm it was also fixed after updating. |
Ty! |
Hello, I have this error code since this morning. Do you know where it could come frome?
Traceback (most recent call last):
File "C:\Users\nina\TikTokLive-Gift\script.py", line 206, in
client.run() # Démarrer le client et bloquer le fil principal
^^^^^^^^^^^^
File "C:\Users\nina\AppData\Local\Programs\Python\Python312\Lib\site-packages\TikTokLive\client\client.py", line 212, in run
return self._asyncio_loop.run_until_complete(self.connect(**kwargs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\nina\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\nina\AppData\Local\Programs\Python\Python312\Lib\site-packages\TikTokLive\client\client.py", line 188, in connect
task: Task = await self.start(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\nina\AppData\Local\Programs\Python\Python312\Lib\site-packages\TikTokLive\client\client.py", line 131, in start
raise base_ex
File "C:\Users\nina\AppData\Local\Programs\Python\Python312\Lib\site-packages\TikTokLive\client\client.py", line 127, in start
self._room_id: int = room_id or await self._web.fetch_room_id_from_html(self._unique_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\nina\AppData\Local\Programs\Python\Python312\Lib\site-packages\TikTokLive\client\web\routes\fetch_room_id_live_html.py", line 44, in call
return self.parse_room_id(response.text)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\nina\AppData\Local\Programs\Python\Python312\Lib\site-packages\TikTokLive\client\web\routes\fetch_room_id_live_html.py", line 71, in parse_room_id
raise UserNotFoundError(
TikTokLive.client.errors.UserNotFoundError
The text was updated successfully, but these errors were encountered: