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

TData is not added and qr code does not work #15

Open
mrranger opened this issue May 13, 2024 · 0 comments
Open

TData is not added and qr code does not work #15

mrranger opened this issue May 13, 2024 · 0 comments

Comments

@mrranger
Copy link

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.

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

1 participant