FRT icon indicating copy to clipboard operation
FRT copied to clipboard

TData is not added and qr code does not work

Open mrranger opened this issue 9 months ago • 0 comments

2024-05-13 18:42:36 INFO: connection closed 2024-05-13 18:42:36 INFO: ('172.20.0.1', 45964) - "WebSocket /ws" [accepted] 2024-05-13 18:42:36 INFO: connection open 2024-05-13 18:42:37 INFO: 172.20.0.1:45958 - "GET /accounts HTTP/1.1" 200 OK 2024-05-13 18:42:37 INFO: connection closed 2024-05-13 18:42:37 INFO: ('172.20.0.1', 40026) - "WebSocket /ws" [accepted] 2024-05-13 18:42:37 INFO: connection open 2024-05-13 18:42:37 INFO: 172.20.0.1:45958 - "GET /api/accounts HTTP/1.1" 307 Temporary Redirect 2024-05-13 18:42:37 WARNING: Invalid HTTP request received. 2024-05-13 18:42:37 WARNING: Invalid HTTP request received. 2024-05-13 18:42:43 INFO: 172.20.0.1:40054 - "POST /api/accounts/add/qrcode HTTP/1.1" 200 OK 2024-05-13 18:42:45 Task exception was never retrieved 2024-05-13 18:42:45 future: <Task finished name='Task-95' coro=<ByQrCode.start() done, defined at /./add_accounts/by_qrcode.py:130> exception=BadMsgNotification('[16] The msg_id is too low, the client time has to be synchronized.')> 2024-05-13 18:42:45 Traceback (most recent call last): 2024-05-13 18:42:45 File "/./add_accounts/by_qrcode.py", line 135, in start 2024-05-13 18:42:45 await self._client.connect() 2024-05-13 18:42:45 File "/usr/local/lib/python3.10/site-packages/pyrogram/methods/auth/connect.py", line 47, in connect 2024-05-13 18:42:45 await self.session.start() 2024-05-13 18:42:45 File "/usr/local/lib/python3.10/site-packages/pyrogram/session/session.py", line 142, in start 2024-05-13 18:42:45 raise e 2024-05-13 18:42:45 File "/usr/local/lib/python3.10/site-packages/pyrogram/session/session.py", line 109, in start 2024-05-13 18:42:45 await self.send(raw.functions.Ping(ping_id=0), timeout=self.START_TIMEOUT) 2024-05-13 18:42:45 File "/usr/local/lib/python3.10/site-packages/pyrogram/session/session.py", line 333, in send 2024-05-13 18:42:45 raise BadMsgNotification(result.error_code) 2024-05-13 18:42:45 pyrogram.errors.BadMsgNotification: [16] The msg_id is too low, the client time has to be synchronized.

mrranger avatar May 13 '24 15:05 mrranger