isaackogan / TikTokLive

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

не могу подключиться помогите #231

Closed DmitrySmolik228 closed 3 months ago

DmitrySmolik228 commented 4 months ago

Describe the bug

File "c:\Users\smoli\Desktop\tiktok_prog\TikTokLive-master\start.py", line 471, in <module> client.run() File "c:\Users\smoli\Desktop\tiktok_prog\TikTokLive-master\TikTokLive\client\client.py", line 201, in run return self._asyncio_loop.run_until_complete(self.connect(**kwargs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\asyncio\base_events.py", line 654, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "c:\Users\smoli\Desktop\tiktok_prog\TikTokLive-master\TikTokLive\client\client.py", line 177, in connect task: Task = await self.start(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\Users\smoli\Desktop\tiktok_prog\TikTokLive-master\TikTokLive\client\client.py", line 140, in start webcast_response: WebcastResponse = await self._web.fetch_sign_fetch() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\Users\smoli\Desktop\tiktok_prog\TikTokLive-master\TikTokLive\client\web\routes\fetch_sign.py", line 142, in __call__ raise SignAPIError( TikTokLive.client.web.routes.fetch_sign.SignAPIError: [SIGN_NOT_200] Failed request to Sign API with status code 420 and payload "b'{"code": 420, "error": "Too many requests, please try again later."}'"....

Expected Behaviour

...

Actual Behaviour

If applicable, include screenshots!

...

Package Version

My version of TikTokLive is ..6.0.6..

Operating System

Anything Else

If there's anything else, add it here.

isaackogan commented 3 months ago

Answered in https://github.com/isaackogan/TikTokLive/issues/233