Skip to content
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

Closed
hookcide opened this issue Jan 3, 2025 · 9 comments
Closed

User Not Found Error #282

hookcide opened this issue Jan 3, 2025 · 9 comments

Comments

@hookcide
Copy link

hookcide commented Jan 3, 2025

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

@int3debug
Copy link
Contributor

Can you test whether these work again
#283

@hookcide
Copy link
Author

hookcide commented Jan 3, 2025

it still doesn't work

@int3debug
Copy link
Contributor

it still doesn't work

How did you test?

@hookcide
Copy link
Author

hookcide commented Jan 3, 2025

ça ne marche toujours pas

Comment avez-vous 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

@int3debug
Copy link
Contributor

ça ne marche toujours pas

Comment avez-vous 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

@isaackogan
Copy link
Owner

Please update to 6.3.1 and confirm this is fixed. Will be closed in 24h if no response.

@hookcide
Copy link
Author

hookcide commented Jan 4, 2025

Please update to 6.3.1 and confirm this is fixed. Will be closed in 24h if no response.

it works. thanks

@maurovz
Copy link

maurovz commented Jan 4, 2025

Can confirm it was also fixed after updating.

@isaackogan
Copy link
Owner

Ty!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants