isaackogan / TikTokLive

Python library to receive live stream events (comments, gifts, etc.) in realtime from TikTok LIVE.
https://isaackogan.github.io/TikTokLive/
MIT License
752 stars 154 forks source link

i don't know how to fix this issue in 6.0.1ver i fix this in 5.0.8ver #188

Closed silentoaq closed 2 months ago

silentoaq commented 3 months ago

[TikTokLive] INFO from run.py:27 — Requested client is live! Traceback (most recent call last): File "C:\Users-\Desktop\shit\run.py", line 33, in asyncio.run(check_loop()) File "C:\Users-\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "C:\Users-\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users-\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 653, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "C:\Users-\Desktop\shit\run.py", line 28, in check_loop await client.connect() File "C:\Users-\Desktop\shit\venv\Lib\site-packages\TikTokLive\client\client.py", line 152, in connect task: Task = await self.start(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users-\Desktop\shit\venv\Lib\site-packages\TikTokLive\client\client.py", line 126, in start webcast_response: WebcastResponse = await self._web.fetch_sign_fetch() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users-\Desktop\shit\venv\Lib\site-packages\TikTokLive\client\web\routes\fetch_sign.py", line 136, in call raise SignAPIError( TikTokLive.client.web.routes.fetch_sign.SignAPIError: ('[EMPTY_PAYLOAD]', 'Sign API returned an empty request. Are you being detected by TikTok?')