MadelineProto/log

90 lines
6.6 KiB
Plaintext

Deserializing MadelineProto from session.madeline...
MTProto, magnaluna: Resetting session id and seq_no in DC 2...
MTProto, magnaluna: Resetting session id and seq_no in DC 1...
MTProto, magnaluna: Resetting session id and seq_no in DC 3...
MTProto, magnaluna: Resetting session id and seq_no in DC 4...
MTProto, magnaluna: Resetting session id and seq_no in DC 5...
MTProto, magnaluna: Serialization is out of date, reconstructing object!
Exception, magnaluna: file_get_contents(http://ipv6.test-ipv6.com/): failed to open stream: Network is unreachable in MTProto.php:187
TL, magnaluna: Loading TL schemes...
TL, magnaluna: Parsing TL_mtproto_v1.json...
TL, magnaluna: Parsing TL_telegram_v62.tl...
TL, magnaluna: Parsing TL_secret.tl...
TL, magnaluna: Parsing TL_td.tl...
TL, magnaluna: Parsing TL_botAPI.tl...
CallHandler, magnaluna: Calling method (try number 1 for help.getNearestDc)...
ResponseHandler, magnaluna: Received msg_container.
ResponseHandler, magnaluna: Received new_session_created.
CallHandler, magnaluna: Calling method (try number 1 for updates.getDifference)...
ResponseHandler, magnaluna: Received new_session_created.
SeqNoHandler, magnaluna: SECURITY WARNING: Seqno mismatch (should be 3, is 1, new_session_created)
ResponseHandler, magnaluna: Received rpc_result.
SeqNoHandler, magnaluna: SECURITY WARNING: Seqno mismatch (should be 5, is 3, nearestDc)
ResponseHandler, magnaluna: Received rpc_result.
SeqNoHandler, magnaluna: SECURITY WARNING: Seqno mismatch (should be 7, is 5, rpc_error)
Exception, magnaluna: Received request to switch to DC 1 in ResponseHandler.php:327
CallHandler, magnaluna: An error occurred while calling method updates.getDifference: Received request to switch to DC 1 in ResponseHandler on line 327. Recreating connection and retrying to call method...
CallHandler, magnaluna: Calling method (try number 2 for updates.getDifference)...
ResponseHandler, magnaluna: Received msg_container.
ResponseHandler, magnaluna: Received new_session_created.
ResponseHandler, magnaluna: Received msgs_ack.
ResponseHandler, magnaluna: Received rpc_result.
UpdateHandler, magnaluna: Got updates.difference
MessageHandler, magnaluna: I do not have the secret chat -1302339158 in the database, skipping message...
MessageHandler, magnaluna: I do not have the secret chat -1302339158 in the database, skipping message...
UpdateHandler, magnaluna: Handling an update of type updateEncryptedMessagesRead...
UpdateHandler, magnaluna: Saving an update of type updateEncryptedMessagesRead...
ResponseHandler, magnaluna: Received msgs_ack.
SeqNoHandler, magnaluna: SECURITY WARNING: Seqno mismatch (should be 8, is 2, msgs_ack)
SeqNoHandler, magnaluna: SECURITY WARNING: Seqno mismatch (should be 8, is 2, msg_container)
MTProto, magnaluna: We're in NL, current dc is 2, nearest dc is 4.
MTProto, magnaluna: Getting updates after deserialization...
CallHandler, magnaluna: Calling method (try number 1 for updates.getDifference)...
ResponseHandler, magnaluna: Received msg_container.
ResponseHandler, magnaluna: Received new_session_created.
ResponseHandler, magnaluna: Received msgs_ack.
ResponseHandler, magnaluna: Received rpc_result.
Exception, magnaluna: Received request to switch to DC 1 in ResponseHandler.php:327
CallHandler, magnaluna: An error occurred while calling method updates.getDifference: Received request to switch to DC 1 in ResponseHandler on line 327. Recreating connection and retrying to call method...
CallHandler, magnaluna: Calling method (try number 2 for updates.getDifference)...
ResponseHandler, magnaluna: Received msg_container.
ResponseHandler, magnaluna: Received rpc_result.
SeqNoHandler, magnaluna: SECURITY WARNING: Seqno mismatch (should be 5, is 3, updates.difference)
ResponseHandler, magnaluna: Received msgs_ack.
SeqNoHandler, magnaluna: SECURITY WARNING: Seqno mismatch (should be 6, is 4, msgs_ack)
SeqNoHandler, magnaluna: SECURITY WARNING: Seqno mismatch (should be 6, is 4, msg_container)
ResponseHandler, magnaluna: Received rpc_result.
SeqNoHandler, magnaluna: SECURITY WARNING: Seqno mismatch (should be 7, is 5, updates.differenceEmpty)
UpdateHandler, magnaluna: Got updates.differenceEmpty
Loading .env...
Loading settings...
Serializing MadelineProto to session.madeline...
Wrote 643125 bytes
Size of MadelineProto instance is 643125 bytes
AuthKeyHandler, magnaluna: Creating secret chat with 219474624...
CallHandler, magnaluna: Calling method (try number 1 for messages.getDhConfig)...
ResponseHandler, magnaluna: Received rpc_result.
SeqNoHandler, magnaluna: SECURITY WARNING: Seqno mismatch (should be 9, is 7, messages.dhConfig)
AuthKeyHandler, magnaluna: Executing p/g checks (1/2)...
AuthKeyHandler, magnaluna: Executing p/g checks (2/2)...
AuthKeyHandler, magnaluna: Executing g check...
AuthKeyHandler, magnaluna: Generating a...
AuthKeyHandler, magnaluna: Generating g_a...
AuthKeyHandler, magnaluna: Executing g_a check (1/2)...
AuthKeyHandler, magnaluna: Executing g_a check (2/2)...
CallHandler, magnaluna: Calling method (try number 1 for messages.requestEncryption)...
ResponseHandler, magnaluna: Received updateShort.
SeqNoHandler, magnaluna: SECURITY WARNING: Seqno mismatch (should be 11, is 9, updateShort)
ResponseHandler, magnaluna: Parsing updates received via the socket...
UpdateHandler, magnaluna: Handling an update of type updateUserStatus...
UpdateHandler, magnaluna: Saving an update of type updateUserStatus...
ResponseHandler, magnaluna: Received rpc_result.
SeqNoHandler, magnaluna: SECURITY WARNING: Seqno mismatch (should be 13, is 11, rpc_error)
PHP Fatal error: Uncaught danog\MadelineProto\RPCErrorException: FLOOD_WAIT_169 in /home/pwrtelegram/repos/repos/BruhhBot-Madeline/MadelineProto/src/danog/MadelineProto/MTProtoTools/ResponseHandler.php:354
Stack trace:
#0 /home/pwrtelegram/repos/repos/BruhhBot-Madeline/MadelineProto/src/danog/MadelineProto/MTProtoTools/CallHandler.php(93): danog\MadelineProto\MTProto->handle_rpc_error(Array, 1)
#1 /home/pwrtelegram/repos/repos/BruhhBot-Madeline/MadelineProto/src/danog/MadelineProto/SecretChats/AuthKeyHandler.php(55): danog\MadelineProto\MTProto->method_call('messages.reques...', Array, Array)
#2 /home/pwrtelegram/repos/repos/BruhhBot-Madeline/MadelineProto/tests/testing.php(74): danog\MadelineProto\MTProto->request_secret_chat(Array)
#3 {main}
thrown in /home/pwrtelegram/repos/repos/BruhhBot-Madeline/MadelineProto/src/danog/MadelineProto/MTProtoTools/ResponseHandler.php on line 354