We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: