diff --git a/.gitignore b/.gitignore index 4e8bb8b..5fd30e3 100644 --- a/.gitignore +++ b/.gitignore @@ -11,11 +11,7 @@ data/*.lock data/*.signal # Runtime Data -data/*.madeline -data/*.madeline.* -data/*.mp3 -data/*.wav -data/*.log +data/ redis_data/ # Dependencies (if installed locally) diff --git a/README.md b/README.md index 2246a07..a7d2720 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ A dockerized application that converts text to audio (using Piper Neural TTS) an * **High Quality TTS**: Uses [Piper](https://github.com/rhasspy/piper) with `es_ES-sharvard-medium` model for human-like speech. * **Web Dashboard**: Manage queue, view history, and test voices via browser. * **Web-based Login**: Log in to your Telegram account directly from the UI (supports 2FA). -* **Web-based Configuration**: Set `API_ID` and `API_HASH` without touching config files. +* **Web-based Configuration**: Set `API_ID`, `API_HASH`, and `Call Timeout` via the UI. +* **Flexible Inputs**: Auto-handles usernames with or without `@` prefix. * **Real-time Queue**: Redis-backed queue with history and error reporting. -* **Smart Dialing**: Waits for the user to answer before playing audio. +* **Smart Dialing**: Configurable timeout (default 15s), detects "Rejected" vs "No Answer", and watches for user hang-ups during playback. * **Legacy API Support**: Compatible with simple GET requests. ## Prerequisites @@ -39,26 +40,28 @@ A dockerized application that converts text to audio (using Piper Neural TTS) an ### 1. Initial Setup 1. Open your browser and navigate to `http://localhost:8777`. -2. You will be prompted to enter your **Telegram API ID** and **API Hash**. - * Get these from [my.telegram.org](https://my.telegram.org). +2. You will be prompted to enter your **Telegram API ID**, **API Hash**, **Phone Number**, and **Call Timeout**. + * Get API keys from [my.telegram.org](https://my.telegram.org). + * **Call Timeout**: Seconds to wait for the user to answer before cancelling (default 15s). 3. Click **Save Configuration**. The worker will restart. ### 2. Login -1. After configuration, the dashboard will show a **Login Now** button. -2. Enter your **Phone Number** (international format, e.g., `+34...`). -3. Scan the **QR Code** using your Telegram Mobile App (Settings > Devices > Link Desktop Device). - * *Note: If the QR code expires or fails, check `docker logs telemovris_app` for details.* +1. After configuration, the dashboard will verify calls. +2. Follow the simple 2-step process (Config -> Login) if not auto-logged in. +3. Enter the **Login Code** sent to your Telegram app. +4. If you have 2FA enabled, you will be prompted for your password. ### 3. Sending Messages * **Via Dashboard**: Use the "Queue New Task" form. + * Username can be `@username` or just `username`. * **Via Legacy API**: ``` - GET http://localhost:8777/sendmessage?user=@username&message=Hello+World&audio=yes + GET http://localhost:8777/sendmessage?user=username&message=Hello+World&audio=yes ``` ## Development -* **Reset Config**: If you need to change accounts or keys, click the "Reset Config" button in the dashboard (when disconnected). +* **Reset Config**: If you need to change accounts, keys, or timeout settings, click the "Reset Config" button in the dashboard. * **Logs**: Check worker logs for debugging: ```bash docker logs -f telemovris_app diff --git a/src/MadelineProto.log b/src/MadelineProto.log index 8ea23b0..8072314 100644 --- a/src/MadelineProto.log +++ b/src/MadelineProto.log @@ -1,298 +1,1814 @@ -Logger: Automatically truncated logfile to 1048576, MadelineProto 8.6.2 -FeedLoop: Resumed update feed loop generic -UpdateHandler: Parsing updates (updates) received via the socket... -SeqLoop: Was fed updates of type updates... -FeedLoop: Resumed update feed loop generic -UpdateHandler: Saving update of type updateUserStatus -AbstractServer: Accepted IPC client connection! -UpdateHandler, jocarduck: Parsing updates (updatesTooLong) received via the socket... -entry, jocarduck: A restart was triggered! -APIWrapper, jocarduck: Shutting down MadelineProto (danog\MadelineProto\API) -MTProto, jocarduck: Will unreference instance -DataCenterConnection, jocarduck: Disconnecting from shared DC 2 -Connection, jocarduck: Disconnecting from DC 2.0 -DataCenterConnection, jocarduck: Backed up from DC 2.0 -Connection, jocarduck: Disconnected from DC 2.0 -DataCenterConnection, jocarduck: Backed up 0, added to 0 existing messages) from DC 2 -DataCenterConnection, jocarduck: Disconnecting from shared DC 4 -Connection, jocarduck: Disconnecting from DC 4.0 -DataCenterConnection, jocarduck: Backed up updates.getDifference, from DC 4.0 -Connection, jocarduck: Disconnected from DC 4.0 -DataCenterConnection, jocarduck: Backed up 1, added to 0 existing messages) from DC 4 -MTProto, jocarduck: Unreferenced instance -APIWrapper, jocarduck: Prompting final serialization... -ReadLoop, jocarduck: Stopping read loop in DC 2.0 due to reconnect... -APIWrapper, jocarduck: Done final serialization! -Serialization, jocarduck: Unlocking exclusive session lock! -Serialization, jocarduck: Unlocked exclusive session lock! -MTProto, jocarduck: Shutting down MadelineProto (MTProto) -MTProto, jocarduck: Will unreference instance -DataCenterConnection, jocarduck: Disconnecting from shared DC 2 -DataCenterConnection, jocarduck: Backed up 0, added to 0 existing messages) from DC 2 -DataCenterConnection, jocarduck: Disconnecting from shared DC 4 -DataCenterConnection, jocarduck: Backed up 0, added to 1 existing messages) from DC 4 -MTProto, jocarduck: Unreferenced instance -MTProto, jocarduck: Successfully destroyed MadelineProto -DataCenter: Acquiring connect lock for 2! -DataCenter: Connecting to DC 2 -DataCenterConnection: Restoring 0 messages to DC 2 -Session: Resetting session in DC 2.0 due to creating initial session... -Connection: Connecting to DC 2.0 via tcp://149.154.167.51:443 main DC 2, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream -DataCenterConnection: Handling auth key transition to ENCRYPTED_NOT_AUTHED_NO_LOGIN in DC 2 -DataCenterConnection: Finished auth key transition to ENCRYPTED_NOT_AUTHED_NO_LOGIN in DC 2 -Connection: Connected to DC 2.0 via tcp://149.154.167.51:443 main DC 2, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream! -MTProto: AUTH_KEY_UNREGISTERED -APIWrapper: MadelineProto is ready! -SessionPaths: Waiting for exclusive lock of /app/data/session.madeline/ipcState.php.lock... -SessionPaths: Got exclusive lock of /app/data/session.madeline/ipcState.php.lock... -SessionPaths: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... -SessionPaths: Got exclusive lock of /app/data/session.madeline/safe.php.lock... -SessionPaths: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... -SessionPaths: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... -APIWrapper: Saved session! -AbstractServer: Accepted IPC client connection! -Login: Sending code... -AbstractServer: Got error while calling IPC method: Telegram returned an RPC error: The phone number is invalid. (400) (PHONE_NUMBER_INVALID), caused by /app/vendor/danog/madelineproto/src/RPCErrorException.php:592 -Revision: 8.6.2 - -TL trace: -['auth.sendCode'] -ResponseHandler.php(347): make("PHONE_NUMBER_INVALID",400,"auth.sendCode") -WrappedFuture.php(59): danog\MadelineProto\MTProtoSession\{closure}() -CallHandler.php(139): await() -CallHandler.php(49): methodCallAsyncRead() -Login.php(197): methodCallAsyncRead() -AbstractServer.php(259): phoneLogin("") -AbstractDriver.php(430): clientRequest({},4,["phoneLogin",[""]]) -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -DriverSuspension.php(64): resume({}) -AbstractDriver.php(430): Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(502): resume() -AbstractDriver.php(558): invokeCallbacks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(96): resume() -DriverSuspension.php(117): Revolt\EventLoop\Internal\{closure}() -Future.php(251): suspend() -AbstractServer.php(177): await() -entry.php(119): waitShutdown() -entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() - -AbstractServer: Accepted IPC client connection! -Login: Sending code... -AbstractServer: Got error while calling IPC method: Telegram returned an RPC error: The phone number is invalid. (400) (PHONE_NUMBER_INVALID), caused by /app/vendor/danog/madelineproto/src/RPCErrorException.php:592 -Revision: 8.6.2 - -TL trace: -['auth.sendCode'] -ResponseHandler.php(347): make("PHONE_NUMBER_INVALID",400,"auth.sendCode") -WrappedFuture.php(59): danog\MadelineProto\MTProtoSession\{closure}() -CallHandler.php(139): await() -CallHandler.php(49): methodCallAsyncRead() -Login.php(197): methodCallAsyncRead() -AbstractServer.php(259): phoneLogin("") -AbstractDriver.php(430): clientRequest({},5,["phoneLogin",[""]]) -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -DriverSuspension.php(64): resume({}) -AbstractDriver.php(430): Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(502): resume() -AbstractDriver.php(558): invokeCallbacks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(96): resume() -DriverSuspension.php(117): Revolt\EventLoop\Internal\{closure}() -Future.php(251): suspend() -AbstractServer.php(177): await() -entry.php(119): waitShutdown() -entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() - -AbstractServer: Accepted IPC client connection! -Login: Sending code... -AbstractServer: Got error while calling IPC method: Telegram returned an RPC error: The phone number is invalid. (400) (PHONE_NUMBER_INVALID), caused by /app/vendor/danog/madelineproto/src/RPCErrorException.php:592 -Revision: 8.6.2 - -TL trace: -['auth.sendCode'] -ResponseHandler.php(347): make("PHONE_NUMBER_INVALID",400,"auth.sendCode") -WrappedFuture.php(59): danog\MadelineProto\MTProtoSession\{closure}() -CallHandler.php(139): await() -CallHandler.php(49): methodCallAsyncRead() -Login.php(197): methodCallAsyncRead() -AbstractServer.php(259): phoneLogin("") -AbstractDriver.php(430): clientRequest({},5,["phoneLogin",[""]]) -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -DriverSuspension.php(64): resume({}) -AbstractDriver.php(430): Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(502): resume() -AbstractDriver.php(558): invokeCallbacks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(96): resume() -DriverSuspension.php(117): Revolt\EventLoop\Internal\{closure}() -Future.php(251): suspend() -AbstractServer.php(177): await() -entry.php(119): waitShutdown() -entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() - -AbstractServer: Accepted IPC client connection! -Login: Sending code... -AbstractServer: Got error while calling IPC method: Telegram returned an RPC error: The phone number is invalid. (400) (PHONE_NUMBER_INVALID), caused by /app/vendor/danog/madelineproto/src/RPCErrorException.php:592 -Revision: 8.6.2 - -TL trace: -['auth.sendCode'] -ResponseHandler.php(347): make("PHONE_NUMBER_INVALID",400,"auth.sendCode") -WrappedFuture.php(59): danog\MadelineProto\MTProtoSession\{closure}() -CallHandler.php(139): await() -CallHandler.php(49): methodCallAsyncRead() -Login.php(197): methodCallAsyncRead() -AbstractServer.php(259): phoneLogin("") -AbstractDriver.php(430): clientRequest({},5,["phoneLogin",[""]]) -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -DriverSuspension.php(64): resume({}) -AbstractDriver.php(430): Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(502): resume() -AbstractDriver.php(558): invokeCallbacks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(96): resume() -DriverSuspension.php(117): Revolt\EventLoop\Internal\{closure}() -Future.php(251): suspend() -AbstractServer.php(177): await() -entry.php(119): waitShutdown() -entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() - -Logger: MadelineProto 8.6.2 -Logger: Copyright (C) 2016-2026 Daniil Gentili -Logger: Licensed under AGPLv3 -Logger: https://github.com/danog/MadelineProto -Logger: MadelineProto can be translated in your language (current translation progress: 0%), go to https://weblate.madelineproto.xyz to contribute with the translation! -AbstractServer: Accepted IPC client connection! -Serialization: MadelineProto is starting, please wait... -Serialization: Connected to IPC socket! -Login: Sending code... -ResponseHandler: Resending auth.sendCode with message ID 7599671861194580668 sent 0.153755858 seconds ago to new DC 4... -DataCenter: Acquiring connect lock for 4! -DataCenter: Connecting to DC 4 -DataCenterConnection: Restoring 0 messages to DC 4 -Session: Resetting session in DC 4.0 due to creating initial session... -Connection: Connecting to DC 4.0 via tcp://149.154.167.91:443 main DC 4, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream -DataCenterConnection: Handling auth key transition to UNENCRYPTED_NO_PERMANENT in DC 4 -DataCenterConnection: Generating permanent authorization key for DC 4... -AuthKeyHandler: Requesting pq... -Connection: Connected to DC 4.0 via tcp://149.154.167.91:443 main DC 4, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream! -ResponseHandler: Trying to assign a response of type ResPQ to its request... -ResponseHandler: Does the request of return type ResPQ match? -ResponseHandler: Yes -AuthKeyHandler: Factorizing with native_single_cpp (please wait, might take a while) -AuthKeyHandler: Factorizing with python_single_alt (please wait, might take a while) -AuthKeyHandler: Install https://prime.madelineproto.xyz and the FFI extension to speed this up! -AuthKeyHandler: Factorizing with python_single (please wait, might take a while) -AuthKeyHandler: Install https://prime.madelineproto.xyz and the FFI extension to speed this up! -AuthKeyHandler: Factorizing with native_single (please wait, might take a while) -AuthKeyHandler: Install https://prime.madelineproto.xyz and the FFI extension to speed this up! -AuthKeyHandler: Factorization 3209440347159595267 = 1714224049 * 1872240883 -AuthKeyHandler: Starting Diffie Hellman key exchange -ResponseHandler: Trying to assign a response of type Server_DH_Params to its request... -ResponseHandler: Does the request of return type Server_DH_Params match? -ResponseHandler: Yes -AuthKeyHandler: Server-client time delta = -1.0 s -Crypt: Executing p/g checks (1/2)... -Crypt: Executing p/g checks (2/2)... -Crypt: Executing g check... -Crypt: Executing g_a check (1/2)... -Crypt: Executing g_a check (2/2)... -AuthKeyHandler: Generating b... -AuthKeyHandler: Generating g_b... -Crypt: Executing g_a check (1/2)... -Crypt: Executing g_a check (2/2)... -AuthKeyHandler: Executing g_b check... -AuthKeyHandler: Preparing client_DH_inner_data... -AuthKeyHandler: Executing set_client_DH_params... -ResponseHandler: Trying to assign a response of type Set_client_DH_params_answer to its request... -ResponseHandler: Does the request of return type Set_client_DH_params_answer match? -ResponseHandler: Yes -AuthKeyHandler: Generating authorization key... -AuthKeyHandler: Diffie Hellman key exchange processed successfully! -AuthKeyHandler: Auth key generated -DataCenterConnection: Finished auth key transition to UNENCRYPTED_NO_PERMANENT in DC 4 -DataCenterConnection: Handling auth key transition to UNENCRYPTED in DC 4 -DataCenterConnection: Generating temporary authorization key for DC 4... -AuthKeyHandler: Requesting pq... -ResponseHandler: Trying to assign a response of type ResPQ to its request... -ResponseHandler: Does the request of return type ResPQ match? -ResponseHandler: Yes -AuthKeyHandler: Factorizing with native_single_cpp (please wait, might take a while) -AuthKeyHandler: Factorizing with python_single_alt (please wait, might take a while) -AuthKeyHandler: Install https://prime.madelineproto.xyz and the FFI extension to speed this up! -AuthKeyHandler: Factorizing with python_single (please wait, might take a while) -AuthKeyHandler: Install https://prime.madelineproto.xyz and the FFI extension to speed this up! -AuthKeyHandler: Factorizing with native_single (please wait, might take a while) -AuthKeyHandler: Install https://prime.madelineproto.xyz and the FFI extension to speed this up! -AuthKeyHandler: Factorization 2330850770218120081 = 1392471433 * 1673894857 -AuthKeyHandler: Starting Diffie Hellman key exchange -ResponseHandler: Trying to assign a response of type Server_DH_Params to its request... -ResponseHandler: Does the request of return type Server_DH_Params match? -ResponseHandler: Yes -AuthKeyHandler: Server-client time delta = 0.0 s -Crypt: Executing p/g checks (1/2)... -Crypt: Executing p/g checks (2/2)... -Crypt: Executing g check... -Crypt: Executing g_a check (1/2)... -Crypt: Executing g_a check (2/2)... -AuthKeyHandler: Generating b... -AuthKeyHandler: Generating g_b... -Crypt: Executing g_a check (1/2)... -Crypt: Executing g_a check (2/2)... -AuthKeyHandler: Executing g_b check... -AuthKeyHandler: Preparing client_DH_inner_data... -AuthKeyHandler: Executing set_client_DH_params... -ResponseHandler: Trying to assign a response of type Set_client_DH_params_answer to its request... -ResponseHandler: Does the request of return type Set_client_DH_params_answer match? -ResponseHandler: Yes -AuthKeyHandler: Generating authorization key... -AuthKeyHandler: Diffie Hellman key exchange processed successfully! -AuthKeyHandler: Auth key generated -DataCenterConnection: Finished auth key transition to UNENCRYPTED in DC 4 -DataCenterConnection: Handling auth key transition to ENCRYPTED_NOT_BOUND in DC 4 -DataCenterConnection: Binding authorization keys... -DataCenterConnection: Bound temporary and permanent authorization keys, DC 4 -DataCenterConnection: Handling auth key transition to ENCRYPTED_NOT_INITED in DC 4 -DataCenterConnection: Writing client info (also executing help.getConfig)... -DataCenterConnection: Finished auth key transition to ENCRYPTED_NOT_INITED in DC 4 -DataCenterConnection: Handling auth key transition to ENCRYPTED_NOT_AUTHED_NO_LOGIN in DC 4 -DataCenterConnection: Finished auth key transition to ENCRYPTED_NOT_AUTHED_NO_LOGIN in DC 4 -Login: Code sent successfully! Once you receive the code you should use the completePhoneLogin function. -Logger: MadelineProto 8.6.2 -Logger: Copyright (C) 2016-2026 Daniil Gentili -Logger: Licensed under AGPLv3 -Logger: https://github.com/danog/MadelineProto -Logger: MadelineProto can be translated in your language (current translation progress: 0%), go to https://weblate.madelineproto.xyz to contribute with the translation! -AbstractServer: Accepted IPC client connection! -Serialization: MadelineProto is starting, please wait... -Serialization: Connected to IPC socket! -Login: Logging in as a normal user... -AbstractServer: Got error while trying to send result of waitQrLogin: Amp\Ipc\Sync\ChannelException: The channel was already closed! in /app/vendor/danog/ipc/lib/Sync/ChannelledSocket.php:39 +Logger, jocarduck: Automatically truncated logfile to 1048576, MadelineProto 8.6.2 +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +FeedLoop, jocarduck: Got channel too long update, getting difference... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +FeedLoop, jocarduck: Got channel too long update, getting difference... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Got channel too long update, getting difference... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 4 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: MSGID duplicate (1851906) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: MSGID duplicate (1851906) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: MSGID duplicate (1851906) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 4 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateDraftMessage +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateDraftMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 2 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001397490649 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop channel -1001397490649 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001397490649 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1001397490649 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 2 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001397490649 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 6 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Got channel too long update, getting difference... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001196771116 +MinDatabase, jocarduck: Don't have origin info with min peer 1196771116, this may fail +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001196771116 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001196771116 +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1001793217741 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShortSentMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +AuthKeyHandler, jocarduck: Calling 7296498649... +AuthKeyHandler, jocarduck: DH configuration not modified +AuthKeyHandler, jocarduck: Generating a... +AuthKeyHandler, jocarduck: Generating g_a... +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Entered DJ loop call 43386434021180445 with 7296498649 +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386434021180445 with 7296498649 because we have nothing to play! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +VoIPController, jocarduck: Now closing call 43386434021180445 with 7296498649 +VoIPController, jocarduck: Closing all sockets in call 43386434021180445 with 7296498649 +VoIPController, jocarduck: Closed all sockets, discarding call 43386434021180445 with 7296498649 +VoIPController, jocarduck: Discarding call 43386434021180445... +VoIPController, jocarduck: Exiting DJ loop in DJ loop call 43386434021180445 with 7296498649 because the call ended! +VoIPController, jocarduck: Exited DJ loop call 43386434021180445 with 7296498649 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 4 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShortSentMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +AuthKeyHandler, jocarduck: Calling 7296498649... +AuthKeyHandler, jocarduck: DH configuration not modified +AuthKeyHandler, jocarduck: Generating a... +AuthKeyHandler, jocarduck: Generating g_a... +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Entered DJ loop call 43386434282622833 with 7296498649 +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386434282622833 with 7296498649 because we have nothing to play! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +VoIPController, jocarduck: Now closing call 43386434282622833 with 7296498649 +VoIPController, jocarduck: Closing all sockets in call 43386434282622833 with 7296498649 +VoIPController, jocarduck: Closed all sockets, discarding call 43386434282622833 with 7296498649 +VoIPController, jocarduck: Discarding call 43386434282622833... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +VoIPController, jocarduck: Exiting DJ loop in DJ loop call 43386434282622833 with 7296498649 because the call ended! +VoIPController, jocarduck: Exited DJ loop call 43386434282622833 with 7296498649 +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Got channel too long update, getting difference... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 6 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +MinDatabase, jocarduck: Found 4 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001155980563 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001155980563 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001155980563 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Parsing updates (updateShortSentMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +AuthKeyHandler, jocarduck: Calling 7296498649... +AuthKeyHandler, jocarduck: DH configuration not modified +AuthKeyHandler, jocarduck: Generating a... +AuthKeyHandler, jocarduck: Generating g_a... +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Entered DJ loop call 43386433500868878 with 7296498649 +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386433500868878 with 7296498649 because we have nothing to play! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +VoIPController, jocarduck: Now closing call 43386433500868878 with 7296498649 +VoIPController, jocarduck: Closing all sockets in call 43386433500868878 with 7296498649 +VoIPController, jocarduck: Closed all sockets, discarding call 43386433500868878 with 7296498649 +VoIPController, jocarduck: Discarding call 43386433500868878... +VoIPController, jocarduck: Exiting DJ loop in DJ loop call 43386433500868878 with 7296498649 because the call ended! +VoIPController, jocarduck: Exited DJ loop call 43386433500868878 with 7296498649 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateWebPage +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShortMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Got channel too long update, getting difference... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 6 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +MinDatabase, jocarduck: Found 4 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShortSentMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +AuthKeyHandler, jocarduck: Calling 7296498649... +AuthKeyHandler, jocarduck: DH configuration not modified +AuthKeyHandler, jocarduck: Generating a... +AuthKeyHandler, jocarduck: Generating g_a... +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Entered DJ loop call 43386434165489972 with 7296498649 +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386434165489972 with 7296498649 because we have nothing to play! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +VoIPController, jocarduck: Confirming call from 7296498649... +AuthKeyHandler, jocarduck: DH configuration not modified +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Changing state from CREATED to WAIT_INIT in call 43386434165489972 with 7296498649 +VoIPController, jocarduck: Connecting to udp://[2001:67c:4e8:f102:6:0:285:202]:599... +VoIPController, jocarduck: Connecting to udp://91.108.9.98:599... +VoIPController, jocarduck: Connecting to udp://[2001:b28:f23f:f105:2:0:866:901]:596... +VoIPController, jocarduck: Connecting to udp://91.108.17.33:596... +VoIPController, jocarduck: Connecting to udp://[2001:b28:f23d:f101:3:0:117:224]:597... +VoIPController, jocarduck: Connecting to udp://91.108.13.50:597... +VoIPController, jocarduck: Connecting to tcp://[2001:67c:4e8:f102:6:0:285:202]:599... +VoIPController, jocarduck: Connecting to tcp://91.108.9.98:599... +VoIPController, jocarduck: Connecting to tcp://[2001:b28:f23f:f105:2:0:866:901]:596... +VoIPController, jocarduck: Connecting to tcp://91.108.17.33:596... +VoIPController, jocarduck: Connecting to tcp://[2001:b28:f23d:f101:3:0:117:224]:597... +VoIPController, jocarduck: Connecting to tcp://91.108.13.50:597... +VoIPController, jocarduck: Successfully connected to udp://91.108.9.98:599! +VoIPController, jocarduck: Started read loop in udp://91.108.9.98:599! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.9.98:599... +VoIPController, jocarduck: Successfully connected to udp://91.108.17.33:596! +VoIPController, jocarduck: Started read loop in udp://91.108.17.33:596! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.17.33:596... +VoIPController, jocarduck: Successfully connected to udp://91.108.13.50:597! +VoIPController, jocarduck: Started read loop in udp://91.108.13.50:597! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.13.50:597... +ServerCallback, jocarduck: Accepted IPC callback connection, assigning ID 0! +VoIPController, jocarduck: Changing state from WAIT_INIT to WAIT_INIT_ACK in call 43386434165489972 with 7296498649 +ClientAbstract, jocarduck: Disconnected from IPC server! +VoIPController, jocarduck: Resuming DJ loop in DJ loop call 43386434165489972 with 7296498649! +VoIPController, jocarduck: DJ loop: playing /app/data/cbc196d9854399f015c0914a8e1df4fa.mp3 to primary queue in DJ loop call 43386434165489972 with 7296498649! +Exception, jocarduck: Bad capture pattern: 49443304 in Ogg.php:355 +VoIPController, jocarduck: Starting conversion fiber... +VoIPController, jocarduck: Changing state from WAIT_INIT_ACK to WAIT_PONG in call 43386434165489972 with 7296498649 +MessageHandler, jocarduck: Got duplicate 1 +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386434165489972 with 7296498649 because we have nothing to play! +MessageHandler, jocarduck: Got duplicate 1 +VoIPController, jocarduck: Changing state from WAIT_PONG to WAIT_STREAM_INIT in call 43386434165489972 with 7296498649 +VoIPController, jocarduck: Changing state from WAIT_STREAM_INIT to ESTABLISHED in call 43386434165489972 with 7296498649 +VoIPController, jocarduck: Unmuting outgoing audio in call 43386434165489972 with 7296498649! +MessageHandler, jocarduck: Got duplicate 11 +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002160349143 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MessageHandler, jocarduck: Got duplicate 23 +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MessageHandler, jocarduck: Got duplicate 34 +MessageHandler, jocarduck: Got duplicate 34 +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MessageHandler, jocarduck: Got duplicate 45 +MessageHandler, jocarduck: Got duplicate 44 +VoIPController, jocarduck: Muting outgoing audio in call 43386434165489972 with 7296498649! +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +VoIPController, jocarduck: Now closing call 43386434165489972 with 7296498649 +VoIPController, jocarduck: Closing all sockets in call 43386434165489972 with 7296498649 +VoIPController, jocarduck: Closed all sockets, discarding call 43386434165489972 with 7296498649 +VoIPController, jocarduck: Discarding call 43386434165489972... +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.9.98:599, call 43386434165489972 with 7296498649! +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.17.33:596, call 43386434165489972 with 7296498649! +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.13.50:597, call 43386434165489972 with 7296498649! +VoIPController, jocarduck: Exiting DJ loop in DJ loop call 43386434165489972 with 7296498649 because the call ended! +VoIPController, jocarduck: Exited DJ loop call 43386434165489972 with 7296498649 +VoIPController, jocarduck: Exiting write loop in call 43386434165489972 with 7296498649! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +MinDatabase, jocarduck: Found 3 pending contexts +FeedLoop, jocarduck: Getdiff fed me message of type messageService in update feed loop generic... +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +VoIPController, jocarduck: Got error while connecting to udp://[2001:67c:4e8:f102:6:0:285:202]:599: Amp\Socket\ConnectException: Connection to udp://[2001:67c:4e8:f102:6:0:285:202]:599 failed after 3 attempts; previous attempts: Connection to udp://[2001:67c:4e8:f102:6:0:285:202]:599 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:67c:4e8:f102:6:0:285:202]:599 (Network is unreachable), Connection to udp://[2001:67c:4e8:f102:6:0:285:202]:599 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:67c:4e8:f102:6:0:285:202]:599 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 Stack trace: -#0 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(275): Amp\Ipc\Sync\ChannelledSocket->send(Array) -#1 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): danog\MadelineProto\Ipc\AbstractServer->clientRequest(Object(Amp\Ipc\Sync\ChannelledSocket), 3, Array) -#2 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#3 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#4 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) -#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:67c...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#14 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#18 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#19 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#20 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#21 {main} +VoIPController, jocarduck: Got error while connecting to udp://[2001:b28:f23f:f105:2:0:866:901]:596: Amp\Socket\ConnectException: Connection to udp://[2001:b28:f23f:f105:2:0:866:901]:596 failed after 3 attempts; previous attempts: Connection to udp://[2001:b28:f23f:f105:2:0:866:901]:596 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23f:f105:2:0:866:901]:596 (Network is unreachable), Connection to udp://[2001:b28:f23f:f105:2:0:866:901]:596 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23f:f105:2:0:866:901]:596 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) #6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() #7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() #8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) #9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#15 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#22 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#23 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#24 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#25 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#26 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#27 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#28 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#29 {main} +VoIPController, jocarduck: Got error while connecting to udp://[2001:b28:f23d:f101:3:0:117:224]:597: Amp\Socket\ConnectException: Connection to udp://[2001:b28:f23d:f101:3:0:117:224]:597 failed after 3 attempts; previous attempts: Connection to udp://[2001:b28:f23d:f101:3:0:117:224]:597 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23d:f101:3:0:117:224]:597 (Network is unreachable), Connection to udp://[2001:b28:f23d:f101:3:0:117:224]:597 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23d:f101:3:0:117:224]:597 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() #11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() #12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) #13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() @@ -300,17 +1816,17 @@ Stack trace: #15 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() #16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) #17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() #19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() #20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) #21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() #22 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() #23 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#24 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(Object(Amp\Sync\Lock)) +#24 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) #25 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#26 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#26 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() #27 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#28 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(503): Fiber->start() +#28 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() #29 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() #30 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() #31 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() @@ -320,19 +1836,3172 @@ Stack trace: #35 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() #36 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() #37 {main} -AbstractServer: Got error while trying to send error of error of waitQrLogin: Amp\Ipc\Sync\ChannelException: The channel was already closed! in /app/vendor/danog/ipc/lib/Sync/ChannelledSocket.php:39 +UpdateHandler, jocarduck: Saving update of type updateNewMessage +VoIPController, jocarduck: Got error while connecting to tcp://[2001:67c:4e8:f102:6:0:285:202]:599: Amp\Socket\ConnectException: Connection to tcp://[2001:67c:4e8:f102:6:0:285:202]:599 failed after 3 attempts; previous attempts: Connection to tcp://[2001:67c:4e8:f102:6:0:285:202]:599 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:67c:4e8:f102:6:0:285:202]:599 (Network is unreachable), Connection to tcp://[2001:67c:4e8:f102:6:0:285:202]:599 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:67c:4e8:f102:6:0:285:202]:599 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 Stack trace: -#0 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(279): Amp\Ipc\Sync\ChannelledSocket->send(Array) -#1 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): danog\MadelineProto\Ipc\AbstractServer->clientRequest(Object(Amp\Ipc\Sync\ChannelledSocket), 3, Array) -#2 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#3 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#4 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) -#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:67c...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://[2001:b28:f23f:f105:2:0:866:901]:596: Amp\Socket\ConnectException: Connection to tcp://[2001:b28:f23f:f105:2:0:866:901]:596 failed after 3 attempts; previous attempts: Connection to tcp://[2001:b28:f23f:f105:2:0:866:901]:596 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23f:f105:2:0:866:901]:596 (Network is unreachable), Connection to tcp://[2001:b28:f23f:f105:2:0:866:901]:596 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23f:f105:2:0:866:901]:596 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://[2001:b28:f23d:f101:3:0:117:224]:597: Amp\Socket\ConnectException: Connection to tcp://[2001:b28:f23d:f101:3:0:117:224]:597 failed after 3 attempts; previous attempts: Connection to tcp://[2001:b28:f23d:f101:3:0:117:224]:597 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23d:f101:3:0:117:224]:597 (Network is unreachable), Connection to tcp://[2001:b28:f23d:f101:3:0:117:224]:597 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23d:f101:3:0:117:224]:597 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +UpdateHandler, jocarduck: Saving update of type updateMessageID +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +VoIPController, jocarduck: Got error while connecting to tcp://91.108.9.98:599: Amp\Socket\ConnectException: Connection to tcp://91.108.9.98:599 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.9.98:599 @ tcp://91.108.9.98:599 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.9.98:599 @ tcp://91.108.9.98:599 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.9....', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://91.108.17.33:596: Amp\Socket\ConnectException: Connection to tcp://91.108.17.33:596 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.17.33:596 @ tcp://91.108.17.33:596 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.17.33:596 @ tcp://91.108.17.33:596 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.17...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#19 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#20 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#22 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#23 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#24 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#25 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#26 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#27 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#28 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#29 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#30 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#31 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#32 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#33 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#34 {main} +VoIPController, jocarduck: Got error while connecting to tcp://91.108.13.50:597: Amp\Socket\ConnectException: Connection to tcp://91.108.13.50:597 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.13.50:597 @ tcp://91.108.13.50:597 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.13.50:597 @ tcp://91.108.13.50:597 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.13...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#19 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#20 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#22 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#23 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#24 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#25 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#26 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#27 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#28 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#29 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#30 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#31 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#32 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#33 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#34 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#35 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#36 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#37 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#38 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#39 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#40 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#41 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#42 {main} +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 4 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Got channel too long update, getting difference... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001196771116 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001155980563 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001155980563 +UpdateHandler, jocarduck: Parsing updates (updateShortSentMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +AuthKeyHandler, jocarduck: Calling 7296498649... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +AuthKeyHandler, jocarduck: DH configuration not modified +AuthKeyHandler, jocarduck: Generating a... +AuthKeyHandler, jocarduck: Generating g_a... +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Entered DJ loop call 43386432714405934 with 7296498649 +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386432714405934 with 7296498649 because we have nothing to play! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +VoIPController, jocarduck: Now closing call 43386432714405934 with 7296498649 +VoIPController, jocarduck: Closing all sockets in call 43386432714405934 with 7296498649 +VoIPController, jocarduck: Closed all sockets, discarding call 43386432714405934 with 7296498649 +VoIPController, jocarduck: Discarding call 43386432714405934... +VoIPController, jocarduck: Exiting DJ loop in DJ loop call 43386432714405934 with 7296498649 because the call ended! +VoIPController, jocarduck: Exited DJ loop call 43386432714405934 with 7296498649 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShortSentMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +AuthKeyHandler, jocarduck: Calling 7296498649... +AuthKeyHandler, jocarduck: DH configuration not modified +AuthKeyHandler, jocarduck: Generating a... +AuthKeyHandler, jocarduck: Generating g_a... +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +VoIPController, jocarduck: Entered DJ loop call 43386433726068282 with 7296498649 +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386433726068282 with 7296498649 because we have nothing to play! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +VoIPController, jocarduck: Confirming call from 7296498649... +AuthKeyHandler, jocarduck: DH configuration not modified +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Changing state from CREATED to WAIT_INIT in call 43386433726068282 with 7296498649 +VoIPController, jocarduck: Connecting to udp://[2001:67c:4e8:f102::278:503]:599... +VoIPController, jocarduck: Connecting to udp://91.108.9.3:599... +VoIPController, jocarduck: Connecting to udp://[2001:b28:f23d:f101::111:210]:598... +VoIPController, jocarduck: Connecting to udp://91.108.13.10:598... +VoIPController, jocarduck: Connecting to udp://[2001:b28:f23f:f105:1:0:861:905]:597... +VoIPController, jocarduck: Connecting to udp://91.108.17.21:597... +VoIPController, jocarduck: Connecting to tcp://[2001:67c:4e8:f102::278:503]:599... +VoIPController, jocarduck: Connecting to tcp://91.108.9.3:599... +VoIPController, jocarduck: Connecting to tcp://[2001:b28:f23d:f101::111:210]:598... +VoIPController, jocarduck: Connecting to tcp://91.108.13.10:598... +VoIPController, jocarduck: Connecting to tcp://[2001:b28:f23f:f105:1:0:861:905]:597... +VoIPController, jocarduck: Connecting to tcp://91.108.17.21:597... +VoIPController, jocarduck: Successfully connected to udp://91.108.9.3:599! +VoIPController, jocarduck: Started read loop in udp://91.108.9.3:599! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.9.3:599... +VoIPController, jocarduck: Successfully connected to udp://91.108.13.10:598! +VoIPController, jocarduck: Started read loop in udp://91.108.13.10:598! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.13.10:598... +VoIPController, jocarduck: Successfully connected to udp://91.108.17.21:597! +VoIPController, jocarduck: Started read loop in udp://91.108.17.21:597! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.17.21:597... +VoIPController, jocarduck: Changing state from WAIT_INIT to WAIT_INIT_ACK in call 43386433726068282 with 7296498649 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +VoIPController, jocarduck: Changing state from WAIT_INIT_ACK to WAIT_PONG in call 43386433726068282 with 7296498649 +MessageHandler, jocarduck: Got duplicate 1 +ServerCallback, jocarduck: Accepted IPC callback connection, assigning ID 1! +ClientAbstract, jocarduck: Disconnected from IPC server! +VoIPController, jocarduck: Resuming DJ loop in DJ loop call 43386433726068282 with 7296498649! +VoIPController, jocarduck: DJ loop: playing /app/data/3b5c3a2dfc3dd4974380ff077ea4ef08.mp3 to primary queue in DJ loop call 43386433726068282 with 7296498649! +Exception, jocarduck: Bad capture pattern: 49443304 in Ogg.php:355 +VoIPController, jocarduck: Starting conversion fiber... +VoIPController, jocarduck: Changing state from WAIT_PONG to WAIT_STREAM_INIT in call 43386433726068282 with 7296498649 +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386433726068282 with 7296498649 because we have nothing to play! +MessageHandler, jocarduck: Got duplicate 11 +VoIPController, jocarduck: Changing state from WAIT_STREAM_INIT to ESTABLISHED in call 43386433726068282 with 7296498649 +VoIPController, jocarduck: Unmuting outgoing audio in call 43386433726068282 with 7296498649! +MessageHandler, jocarduck: Got duplicate 25 +MessageHandler, jocarduck: Got duplicate 25 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +MessageHandler, jocarduck: Got duplicate 35 +MessageHandler, jocarduck: Got duplicate 35 +MessageHandler, jocarduck: Got duplicate 46 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +MessageHandler, jocarduck: Got duplicate 45 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +VoIPController, jocarduck: Got error while connecting to udp://[2001:67c:4e8:f102::278:503]:599: Amp\Socket\ConnectException: Connection to udp://[2001:67c:4e8:f102::278:503]:599 failed after 3 attempts; previous attempts: Connection to udp://[2001:67c:4e8:f102::278:503]:599 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:67c:4e8:f102::278:503]:599 (Network is unreachable), Connection to udp://[2001:67c:4e8:f102::278:503]:599 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:67c:4e8:f102::278:503]:599 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:67c...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#14 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#18 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#19 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#20 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#21 {main} +VoIPController, jocarduck: Got error while connecting to udp://[2001:b28:f23d:f101::111:210]:598: Amp\Socket\ConnectException: Connection to udp://[2001:b28:f23d:f101::111:210]:598 failed after 3 attempts; previous attempts: Connection to udp://[2001:b28:f23d:f101::111:210]:598 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23d:f101::111:210]:598 (Network is unreachable), Connection to udp://[2001:b28:f23d:f101::111:210]:598 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23d:f101::111:210]:598 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) #6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() #7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() #8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) #9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#14 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#18 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#19 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#20 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#21 {main} +VoIPController, jocarduck: Got error while connecting to udp://[2001:b28:f23f:f105:1:0:861:905]:597: Amp\Socket\ConnectException: Connection to udp://[2001:b28:f23f:f105:1:0:861:905]:597 failed after 3 attempts; previous attempts: Connection to udp://[2001:b28:f23f:f105:1:0:861:905]:597 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23f:f105:1:0:861:905]:597 (Network is unreachable), Connection to udp://[2001:b28:f23f:f105:1:0:861:905]:597 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23f:f105:1:0:861:905]:597 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#14 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#18 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#19 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#20 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#21 {main} +VoIPController, jocarduck: Got error while connecting to tcp://[2001:67c:4e8:f102::278:503]:599: Amp\Socket\ConnectException: Connection to tcp://[2001:67c:4e8:f102::278:503]:599 failed after 3 attempts; previous attempts: Connection to tcp://[2001:67c:4e8:f102::278:503]:599 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:67c:4e8:f102::278:503]:599 (Network is unreachable), Connection to tcp://[2001:67c:4e8:f102::278:503]:599 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:67c:4e8:f102::278:503]:599 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:67c...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://[2001:b28:f23d:f101::111:210]:598: Amp\Socket\ConnectException: Connection to tcp://[2001:b28:f23d:f101::111:210]:598 failed after 3 attempts; previous attempts: Connection to tcp://[2001:b28:f23d:f101::111:210]:598 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23d:f101::111:210]:598 (Network is unreachable), Connection to tcp://[2001:b28:f23d:f101::111:210]:598 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23d:f101::111:210]:598 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://[2001:b28:f23f:f105:1:0:861:905]:597: Amp\Socket\ConnectException: Connection to tcp://[2001:b28:f23f:f105:1:0:861:905]:597 failed after 3 attempts; previous attempts: Connection to tcp://[2001:b28:f23f:f105:1:0:861:905]:597 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23f:f105:1:0:861:905]:597 (Network is unreachable), Connection to tcp://[2001:b28:f23f:f105:1:0:861:905]:597 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23f:f105:1:0:861:905]:597 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 5 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001030379032 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001155980563 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001030379032 +FeedLoop, jocarduck: Resumed update feed loop channel -1001155980563 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MessageHandler, jocarduck: Got duplicate 249 +MessageHandler, jocarduck: Got duplicate 248 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1001390089682... +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +VoIPController, jocarduck: Got error while connecting to tcp://91.108.9.3:599: Amp\Socket\ConnectException: Connection to tcp://91.108.9.3:599 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.9.3:599 @ tcp://91.108.9.3:599 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.9.3:599 @ tcp://91.108.9.3:599 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.9....', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://91.108.13.10:598: Amp\Socket\ConnectException: Connection to tcp://91.108.13.10:598 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.13.10:598 @ tcp://91.108.13.10:598 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.13.10:598 @ tcp://91.108.13.10:598 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.13...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://91.108.17.21:597: Amp\Socket\ConnectException: Connection to tcp://91.108.17.21:597 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.17.21:597 @ tcp://91.108.17.21:597 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.17.21:597 @ tcp://91.108.17.21:597 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.17...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +MinDatabase, jocarduck: Found 4 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +VoIPController, jocarduck: Muting outgoing audio in call 43386433726068282 with 7296498649! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001333882550 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MessageHandler, jocarduck: Got duplicate 452 +MessageHandler, jocarduck: Got duplicate 451 +VoIPController, jocarduck: Now closing call 43386433726068282 with 7296498649 +VoIPController, jocarduck: Closing all sockets in call 43386433726068282 with 7296498649 +VoIPController, jocarduck: Closed all sockets, discarding call 43386433726068282 with 7296498649 +VoIPController, jocarduck: Discarding call 43386433726068282... +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.9.3:599, call 43386433726068282 with 7296498649! +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.13.10:598, call 43386433726068282 with 7296498649! +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.17.21:597, call 43386433726068282 with 7296498649! +VoIPController, jocarduck: Exiting DJ loop in DJ loop call 43386433726068282 with 7296498649 because the call ended! +VoIPController, jocarduck: Exited DJ loop call 43386433726068282 with 7296498649 +VoIPController, jocarduck: Exiting write loop in call 43386433726068282 with 7296498649! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001333882550 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShortSentMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +AuthKeyHandler, jocarduck: Calling 7296498649... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +AuthKeyHandler, jocarduck: DH configuration not modified +AuthKeyHandler, jocarduck: Generating a... +AuthKeyHandler, jocarduck: Generating g_a... +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Entered DJ loop call 43386433794692655 with 7296498649 +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386433794692655 with 7296498649 because we have nothing to play! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +VoIPController, jocarduck: Confirming call from 7296498649... +AuthKeyHandler, jocarduck: DH configuration not modified +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Changing state from CREATED to WAIT_INIT in call 43386433794692655 with 7296498649 +VoIPController, jocarduck: Connecting to udp://[2001:b28:f23d:f101::111:202]:599... +VoIPController, jocarduck: Connecting to udp://91.108.13.2:599... +VoIPController, jocarduck: Connecting to udp://[2001:b28:f23f:f105:2:0:866:909]:598... +VoIPController, jocarduck: Connecting to udp://91.108.17.41:598... +VoIPController, jocarduck: Connecting to udp://[2001:67c:4e8:f102:4:0:285:2]:597... +VoIPController, jocarduck: Connecting to udp://91.108.9.66:597... +VoIPController, jocarduck: Connecting to tcp://[2001:b28:f23d:f101::111:202]:599... +VoIPController, jocarduck: Connecting to tcp://91.108.13.2:599... +VoIPController, jocarduck: Connecting to tcp://[2001:b28:f23f:f105:2:0:866:909]:598... +VoIPController, jocarduck: Connecting to tcp://91.108.17.41:598... +VoIPController, jocarduck: Connecting to tcp://[2001:67c:4e8:f102:4:0:285:2]:597... +VoIPController, jocarduck: Connecting to tcp://91.108.9.66:597... +VoIPController, jocarduck: Successfully connected to udp://91.108.13.2:599! +VoIPController, jocarduck: Started read loop in udp://91.108.13.2:599! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.13.2:599... +VoIPController, jocarduck: Successfully connected to udp://91.108.17.41:598! +VoIPController, jocarduck: Started read loop in udp://91.108.17.41:598! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.17.41:598... +VoIPController, jocarduck: Successfully connected to udp://91.108.9.66:597! +VoIPController, jocarduck: Started read loop in udp://91.108.9.66:597! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.9.66:597... +VoIPController, jocarduck: Changing state from WAIT_INIT to WAIT_INIT_ACK in call 43386433794692655 with 7296498649 +VoIPController, jocarduck: Changing state from WAIT_INIT_ACK to WAIT_PONG in call 43386433794692655 with 7296498649 +MessageHandler, jocarduck: Got duplicate 1 +ServerCallback, jocarduck: Accepted IPC callback connection, assigning ID 2! +ClientAbstract, jocarduck: Disconnected from IPC server! +VoIPController, jocarduck: Resuming DJ loop in DJ loop call 43386433794692655 with 7296498649! +VoIPController, jocarduck: DJ loop: playing /app/data/06342f4afd88f15a1d270f8e72fea1d9.mp3 to primary queue in DJ loop call 43386433794692655 with 7296498649! +Exception, jocarduck: Bad capture pattern: 49443304 in Ogg.php:355 +VoIPController, jocarduck: Starting conversion fiber... +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386433794692655 with 7296498649 because we have nothing to play! +VoIPController, jocarduck: Changing state from WAIT_PONG to WAIT_STREAM_INIT in call 43386433794692655 with 7296498649 +MessageHandler, jocarduck: Got duplicate 10 +MessageHandler, jocarduck: Got duplicate 12 +VoIPController, jocarduck: Changing state from WAIT_STREAM_INIT to ESTABLISHED in call 43386433794692655 with 7296498649 +VoIPController, jocarduck: Unmuting outgoing audio in call 43386433794692655 with 7296498649! +MessageHandler, jocarduck: Got duplicate 24 +MessageHandler, jocarduck: Got duplicate 35 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +VoIPController, jocarduck: Got error while connecting to udp://[2001:b28:f23d:f101::111:202]:599: Amp\Socket\ConnectException: Connection to udp://[2001:b28:f23d:f101::111:202]:599 failed after 3 attempts; previous attempts: Connection to udp://[2001:b28:f23d:f101::111:202]:599 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23d:f101::111:202]:599 (Network is unreachable), Connection to udp://[2001:b28:f23d:f101::111:202]:599 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23d:f101::111:202]:599 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#14 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#18 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#19 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#20 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#21 {main} +VoIPController, jocarduck: Got error while connecting to udp://[2001:b28:f23f:f105:2:0:866:909]:598: Amp\Socket\ConnectException: Connection to udp://[2001:b28:f23f:f105:2:0:866:909]:598 failed after 3 attempts; previous attempts: Connection to udp://[2001:b28:f23f:f105:2:0:866:909]:598 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23f:f105:2:0:866:909]:598 (Network is unreachable), Connection to udp://[2001:b28:f23f:f105:2:0:866:909]:598 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23f:f105:2:0:866:909]:598 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#15 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#22 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#23 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#24 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#25 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#26 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#27 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#28 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#29 {main} +VoIPController, jocarduck: Got error while connecting to udp://[2001:67c:4e8:f102:4:0:285:2]:597: Amp\Socket\ConnectException: Connection to udp://[2001:67c:4e8:f102:4:0:285:2]:597 failed after 3 attempts; previous attempts: Connection to udp://[2001:67c:4e8:f102:4:0:285:2]:597 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:67c:4e8:f102:4:0:285:2]:597 (Network is unreachable), Connection to udp://[2001:67c:4e8:f102:4:0:285:2]:597 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:67c:4e8:f102:4:0:285:2]:597 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:67c...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#14 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#18 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#19 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#20 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#21 {main} +VoIPController, jocarduck: Got error while connecting to tcp://[2001:b28:f23d:f101::111:202]:599: Amp\Socket\ConnectException: Connection to tcp://[2001:b28:f23d:f101::111:202]:599 failed after 3 attempts; previous attempts: Connection to tcp://[2001:b28:f23d:f101::111:202]:599 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23d:f101::111:202]:599 (Network is unreachable), Connection to tcp://[2001:b28:f23d:f101::111:202]:599 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23d:f101::111:202]:599 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#19 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#20 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#22 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#23 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#24 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#25 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#26 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#27 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#28 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#29 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#30 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#31 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#32 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#33 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#34 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#35 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#36 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#37 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#38 {main} +VoIPController, jocarduck: Got error while connecting to tcp://[2001:b28:f23f:f105:2:0:866:909]:598: Amp\Socket\ConnectException: Connection to tcp://[2001:b28:f23f:f105:2:0:866:909]:598 failed after 3 attempts; previous attempts: Connection to tcp://[2001:b28:f23f:f105:2:0:866:909]:598 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23f:f105:2:0:866:909]:598 (Network is unreachable), Connection to tcp://[2001:b28:f23f:f105:2:0:866:909]:598 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23f:f105:2:0:866:909]:598 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://[2001:67c:4e8:f102:4:0:285:2]:597: Amp\Socket\ConnectException: Connection to tcp://[2001:67c:4e8:f102:4:0:285:2]:597 failed after 3 attempts; previous attempts: Connection to tcp://[2001:67c:4e8:f102:4:0:285:2]:597 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:67c:4e8:f102:4:0:285:2]:597 (Network is unreachable), Connection to tcp://[2001:67c:4e8:f102:4:0:285:2]:597 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:67c:4e8:f102:4:0:285:2]:597 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:67c...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#19 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#20 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#22 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#23 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#24 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#25 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#26 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#27 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#28 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#29 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#30 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#31 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#32 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#33 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#34 {main} +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +VoIPController, jocarduck: Now closing call 43386433794692655 with 7296498649 +VoIPController, jocarduck: Closing all sockets in call 43386433794692655 with 7296498649 +VoIPController, jocarduck: Closed all sockets, discarding call 43386433794692655 with 7296498649 +VoIPController, jocarduck: Discarding call 43386433794692655... +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.13.2:599, call 43386433794692655 with 7296498649! +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.17.41:598, call 43386433794692655 with 7296498649! +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.9.66:597, call 43386433794692655 with 7296498649! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +VoIPController, jocarduck: Exiting DJ loop in DJ loop call 43386433794692655 with 7296498649 because the call ended! +VoIPController, jocarduck: Exited DJ loop call 43386433794692655 with 7296498649 +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +VoIPController, jocarduck: Exiting write loop in call 43386433794692655 with 7296498649! +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updateUserStatus +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +VoIPController, jocarduck: Got error while connecting to tcp://91.108.13.2:599: Amp\Socket\ConnectException: Connection to tcp://91.108.13.2:599 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.13.2:599 @ tcp://91.108.13.2:599 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.13.2:599 @ tcp://91.108.13.2:599 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.13...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://91.108.17.41:598: Amp\Socket\ConnectException: Connection to tcp://91.108.17.41:598 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.17.41:598 @ tcp://91.108.17.41:598 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.17.41:598 @ tcp://91.108.17.41:598 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.17...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://91.108.9.66:597: Amp\Socket\ConnectException: Connection to tcp://91.108.9.66:597 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.9.66:597 @ tcp://91.108.9.66:597 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.9.66:597 @ tcp://91.108.9.66:597 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.9....', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001333882550 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001333882550 +UpdateHandler, jocarduck: Parsing updates (updateShortMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +FeedLoop, jocarduck: Got channel too long update, getting difference... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: MSGID duplicate (1851916) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1001537011158... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: MSGID duplicate (1851921) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop channel -1001333882550 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: MSGID duplicate (442412) in update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: MSGID duplicate (442412) in update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: MSGID duplicate (1851922) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002160349143 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Got channel too long update, getting difference... +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +FeedLoop, jocarduck: Got channel too long update, getting difference... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1001537011158... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: MSGID duplicate (1851924) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: MSGID duplicate (951045) in update feed loop channel -1001416638473 +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1001416638473... +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002160349143 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002160349143 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1001537011158... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: MSGID duplicate (1851928) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001333882550 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001333882550 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002160349143 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +FeedLoop, jocarduck: Resumed update feed loop channel -1002160349143 +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Got channel too long update, getting difference... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Got channel too long update, getting difference... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: MSGID duplicate (1257820) in update feed loop channel -1001119512908 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +FeedLoop, jocarduck: MSGID duplicate (1257820) in update feed loop channel -1001119512908 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: MSGID duplicate (1257820) in update feed loop channel -1001119512908 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +FeedLoop, jocarduck: MSGID duplicate (1257820) in update feed loop channel -1001119512908 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +FeedLoop, jocarduck: MSGID duplicate (1257820) in update feed loop channel -1001119512908 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +MinDatabase, jocarduck: Found 6 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +MinDatabase, jocarduck: Found 6 pending contexts +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 4 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002160349143 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1001050982793 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001050982793 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +FeedLoop, jocarduck: Resumed update feed loop channel -1001050982793 +FeedLoop, jocarduck: Got channel too long update, getting difference... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001333882550 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +DataCenter, jocarduck: Acquiring connect lock for 4! +DataCenter, jocarduck: Connecting to DC 4 +DataCenterConnection, jocarduck: Restoring 0 messages to DC 4 +Session, jocarduck: Resetting session in DC 4.0 due to creating initial session... +Connection, jocarduck: Connecting to DC 4.0 via tcp://149.154.167.91:443 main DC 4, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream +DataCenterConnection, jocarduck: Handling auth key transition to ENCRYPTED in DC 4 +DataCenterConnection, jocarduck: Finished auth key transition to ENCRYPTED in DC 4 +FeedLoop, jocarduck: Resumed update feed loop generic +FeedLoop, jocarduck: Resumed update feed loop channel -1001155980563 +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +Exception, jocarduck: Undefined array key -1001069050918 in FeedLoop.php:101 +Connection, jocarduck: danog\MadelineProto\Exception: Undefined array key -1001069050918 in /app/vendor/danog/madelineproto/src/Loop/Update/FeedLoop.php:101 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Loop/Update/FeedLoop.php(101): danog\MadelineProto\Exception::exceptionErrorHandler(2, 'Undefined array...', '/app/vendor/dan...', 101) +#1 /app/vendor/danog/loop/lib/Loop.php(139): danog\MadelineProto\Loop\Update\FeedLoop->loop() +#2 /app/vendor/danog/loop/lib/Loop.php(251): danog\Loop\Loop->loopInternal() +#3 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(602): danog\Loop\Loop->danog\Loop\{closure}('il') +#4 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(503): Fiber->start() +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#11 /app/vendor/danog/madelineproto/src/DoHConnector.php(123): Amp\Future->await(Object(Amp\Internal\WrappedCancellation)) +#12 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): danog\MadelineProto\DoHConnector->connect('tcp://149.154.1...', Object(Amp\Socket\ConnectContext), Object(Amp\NullCancellation)) +#13 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '\xEF') +#14 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('\xEF') +#15 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '\xEF') +#16 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/AbridgedStream.php(45): danog\MadelineProto\Stream\ConnectionContext->getStream('\xEF') +#17 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\AbridgedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#18 /app/vendor/danog/madelineproto/src/Connection.php(274): danog\MadelineProto\Stream\ConnectionContext->getStream() +#19 /app/vendor/danog/madelineproto/src/Connection.php(553): danog\MadelineProto\Connection->connect() +#20 /app/vendor/danog/madelineproto/src/MTProtoSession/CallHandler.php(212): danog\MadelineProto\Connection->sendMessage(Object(danog\MadelineProto\MTProto\MTProtoOutgoingMessage)) +#21 /app/vendor/danog/madelineproto/src/MTProtoSession/CallHandler.php(138): danog\MadelineProto\Connection->methodCallAsyncWrite('users.getUsers', Array) +#22 /app/vendor/danog/madelineproto/src/MTProtoTools/CallHandler.php(49): danog\MadelineProto\Connection->methodCallAsyncRead('users.getUsers', Array) +#23 /app/vendor/danog/madelineproto/src/MTProto.php(1637): danog\MadelineProto\MTProto->methodCallAsyncRead('users.getUsers', Array) +#24 /app/vendor/danog/madelineproto/src/MTProto.php(1221): danog\MadelineProto\MTProto->fullGetSelf() +#25 /app/vendor/danog/madelineproto/src/API.php(344): danog\MadelineProto\MTProto->wakeup(Object(danog\MadelineProto\SettingsEmpty), Object(danog\MadelineProto\APIWrapper)) +#26 /app/vendor/danog/madelineproto/src/API.php(194): danog\MadelineProto\API->connectToMadelineProto(Object(danog\MadelineProto\SettingsEmpty)) +#27 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(114): danog\MadelineProto\API->__construct('/app/data/sessi...', Object(danog\MadelineProto\Settings\Ipc)) +#28 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#29 {main} + +Next Revolt\EventLoop\UncaughtThrowable: Uncaught danog\MadelineProto\Exception thrown in event loop callback danog\Loop\Loop::danog\Loop\{closure} defined in /app/vendor/danog/loop/lib/Loop.php:249; use Revolt\EventLoop::setErrorHandler() to gracefully handle such exceptions: Undefined array key -1001069050918 in /app/vendor/revolt/event-loop/src/EventLoop/UncaughtThrowable.php:13 +Stack trace: +#0 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(405): Revolt\EventLoop\UncaughtThrowable::throwingCallback(Object(Closure), Object(danog\MadelineProto\Exception)) +#1 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(127): Revolt\EventLoop\Internal\AbstractDriver::Revolt\EventLoop\Internal\{closure}() +#2 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#3 /app/vendor/danog/madelineproto/src/DoHConnector.php(123): Amp\Future->await(Object(Amp\Internal\WrappedCancellation)) +#4 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): danog\MadelineProto\DoHConnector->connect('tcp://149.154.1...', Object(Amp\Socket\ConnectContext), Object(Amp\NullCancellation)) +#5 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '\xEF') +#6 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('\xEF') +#7 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '\xEF') +#8 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/AbridgedStream.php(45): danog\MadelineProto\Stream\ConnectionContext->getStream('\xEF') +#9 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\AbridgedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#10 /app/vendor/danog/madelineproto/src/Connection.php(274): danog\MadelineProto\Stream\ConnectionContext->getStream() +#11 /app/vendor/danog/madelineproto/src/Connection.php(553): danog\MadelineProto\Connection->connect() +#12 /app/vendor/danog/madelineproto/src/MTProtoSession/CallHandler.php(212): danog\MadelineProto\Connection->sendMessage(Object(danog\MadelineProto\MTProto\MTProtoOutgoingMessage)) +#13 /app/vendor/danog/madelineproto/src/MTProtoSession/CallHandler.php(138): danog\MadelineProto\Connection->methodCallAsyncWrite('users.getUsers', Array) +#14 /app/vendor/danog/madelineproto/src/MTProtoTools/CallHandler.php(49): danog\MadelineProto\Connection->methodCallAsyncRead('users.getUsers', Array) +#15 /app/vendor/danog/madelineproto/src/MTProto.php(1637): danog\MadelineProto\MTProto->methodCallAsyncRead('users.getUsers', Array) +#16 /app/vendor/danog/madelineproto/src/MTProto.php(1221): danog\MadelineProto\MTProto->fullGetSelf() +#17 /app/vendor/danog/madelineproto/src/API.php(344): danog\MadelineProto\MTProto->wakeup(Object(danog\MadelineProto\SettingsEmpty), Object(danog\MadelineProto\APIWrapper)) +#18 /app/vendor/danog/madelineproto/src/API.php(194): danog\MadelineProto\API->connectToMadelineProto(Object(danog\MadelineProto\SettingsEmpty)) +#19 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(114): danog\MadelineProto\API->__construct('/app/data/sessi...', Object(danog\MadelineProto\Settings\Ipc)) +#20 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#21 {main} while connecting to DC 4.0 via tcp://149.154.167.91:443 main DC 4, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream, trying next... +Connection, jocarduck: Connecting to DC 4.0 via tcp://149.154.167.91:80 main DC 4, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream +MinDatabase, jocarduck: Don't have origin info with min peer 1069050918, this may fail +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +FeedLoop, jocarduck: Resumed update feed loop channel -1001069050918 +MinDatabase, jocarduck: Don't have origin info with min peer 1069050918, this may fail +FeedLoop, jocarduck: Resumed update feed loop channel -1001196771116 +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +FeedLoop, jocarduck: Resumed update feed loop channel -1001497302455 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001030379032 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001050982793 +FeedLoop, jocarduck: Resumed update feed loop channel -1001050982793 +FeedLoop, jocarduck: Resumed update feed loop channel -1001086283801 +FeedLoop, jocarduck: Resumed update feed loop channel -1001086283801 +FeedLoop, jocarduck: Resumed update feed loop channel -1002160349143 +FeedLoop, jocarduck: Resumed update feed loop channel -1002160349143 +FeedLoop, jocarduck: Resumed update feed loop channel -1001069050918 +MinDatabase, jocarduck: Don't have origin info with min peer 1069050918, this may fail +FeedLoop, jocarduck: Resumed update feed loop channel -1001196771116 +FeedLoop, jocarduck: Resumed update feed loop channel -1001118229560 +FeedLoop, jocarduck: Resumed update feed loop channel -1001397490649 +FeedLoop, jocarduck: Resumed update feed loop channel -1001397490649 +FeedLoop, jocarduck: Resumed update feed loop channel -1001126952712 +FeedLoop, jocarduck: Resumed update feed loop channel -1001126952712 +FeedLoop, jocarduck: Resumed update feed loop channel -1001126952712 +FeedLoop, jocarduck: Resumed update feed loop channel -1001691813856 +FeedLoop, jocarduck: Resumed update feed loop channel -1001793217741 +FeedLoop, jocarduck: Resumed update feed loop channel -1001793217741 +FeedLoop, jocarduck: Resumed update feed loop channel -1001333882550 +FeedLoop, jocarduck: Resumed update feed loop channel -1001333882550 +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Resumed update feed loop channel -1001203714554 +FeedLoop, jocarduck: Resumed update feed loop channel -1001203714554 +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Resumed update feed loop channel -1001069050918 +MinDatabase, jocarduck: Don't have origin info with min peer 1069050918, this may fail +FeedLoop, jocarduck: Resumed update feed loop channel -1001196771116 +FeedLoop, jocarduck: Resumed update feed loop channel -1001196771116 +FeedLoop, jocarduck: Resumed update feed loop channel -1001196771116 +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +FeedLoop, jocarduck: Resumed update feed loop channel -1001069050918 +MinDatabase, jocarduck: Don't have origin info with min peer 1069050918, this may fail +Connection, jocarduck: Connected to DC 4.0 via tcp://149.154.167.91:80 main DC 4, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream! +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001069050918 +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001069050918 +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001069050918 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001069050918 +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001069050918 +APIWrapper, jocarduck: MadelineProto is ready! +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/ipcState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/ipcState.php.lock... +AbstractServer, jocarduck: Accepted IPC client connection! +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Got channel too long update, getting difference... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: MSGID duplicate (442419) in update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: MSGID duplicate (442419) in update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: MSGID duplicate (442419) in update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001118229560 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Got channel too long update, getting difference... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryInbox +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: MSGID duplicate (700671) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700671) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700671) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700671) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700671) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700671) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShortSentMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +AuthKeyHandler, jocarduck: Calling 7296498649... +AuthKeyHandler, jocarduck: DH configuration not modified +AuthKeyHandler, jocarduck: Generating a... +AuthKeyHandler, jocarduck: Generating g_a... +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Entered DJ loop call 43386433182195976 with 7296498649 +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386433182195976 with 7296498649 because we have nothing to play! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +VoIPController, jocarduck: Now closing call 43386433182195976 with 7296498649 +VoIPController, jocarduck: Closing all sockets in call 43386433182195976 with 7296498649 +VoIPController, jocarduck: Closed all sockets, discarding call 43386433182195976 with 7296498649 +VoIPController, jocarduck: Discarding call 43386433182195976... +VoIPController, jocarduck: Exiting DJ loop in DJ loop call 43386433182195976 with 7296498649 because the call ended! +VoIPController, jocarduck: Exited DJ loop call 43386433182195976 with 7296498649 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Saving update of type updateNewMessage +MinDatabase, jocarduck: Found 4 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: MSGID duplicate (442420) in update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShortSentMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +AuthKeyHandler, jocarduck: Calling 7296498649... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +AuthKeyHandler, jocarduck: DH configuration not modified +AuthKeyHandler, jocarduck: Generating a... +AuthKeyHandler, jocarduck: Generating g_a... +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Entered DJ loop call 43386433926060889 with 7296498649 +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386433926060889 with 7296498649 because we have nothing to play! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +VoIPController, jocarduck: Confirming call from 7296498649... +AuthKeyHandler, jocarduck: DH configuration not modified +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Changing state from CREATED to WAIT_INIT in call 43386433926060889 with 7296498649 +VoIPController, jocarduck: Connecting to udp://[2001:b28:f23f:f105:3:0:867:6]:596... +VoIPController, jocarduck: Connecting to udp://91.108.17.54:596... +VoIPController, jocarduck: Connecting to udp://[2001:67c:4e8:f102:1:0:278:609]:596... +VoIPController, jocarduck: Connecting to udp://91.108.9.25:596... +VoIPController, jocarduck: Connecting to udp://[2001:b28:f23d:f101:2:0:116:915]:599... +VoIPController, jocarduck: Connecting to udp://91.108.13.37:599... +VoIPController, jocarduck: Connecting to tcp://[2001:b28:f23f:f105:3:0:867:6]:596... +VoIPController, jocarduck: Connecting to tcp://91.108.17.54:596... +VoIPController, jocarduck: Connecting to tcp://[2001:67c:4e8:f102:1:0:278:609]:596... +VoIPController, jocarduck: Connecting to tcp://91.108.9.25:596... +VoIPController, jocarduck: Connecting to tcp://[2001:b28:f23d:f101:2:0:116:915]:599... +VoIPController, jocarduck: Connecting to tcp://91.108.13.37:599... +VoIPController, jocarduck: Successfully connected to udp://91.108.17.54:596! +VoIPController, jocarduck: Started read loop in udp://91.108.17.54:596! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.17.54:596... +VoIPController, jocarduck: Successfully connected to udp://91.108.9.25:596! +VoIPController, jocarduck: Started read loop in udp://91.108.9.25:596! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.9.25:596... +VoIPController, jocarduck: Successfully connected to udp://91.108.13.37:599! +VoIPController, jocarduck: Started read loop in udp://91.108.13.37:599! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.13.37:599... +ServerCallback, jocarduck: Accepted IPC callback connection, assigning ID 0! +VoIPController, jocarduck: Changing state from WAIT_INIT to WAIT_INIT_ACK in call 43386433926060889 with 7296498649 +ClientAbstract, jocarduck: Disconnected from IPC server! +VoIPController, jocarduck: Resuming DJ loop in DJ loop call 43386433926060889 with 7296498649! +VoIPController, jocarduck: DJ loop: playing /app/data/06342f4afd88f15a1d270f8e72fea1d9.mp3 to primary queue in DJ loop call 43386433926060889 with 7296498649! +Exception, jocarduck: Bad capture pattern: 49443304 in Ogg.php:355 +VoIPController, jocarduck: Starting conversion fiber... +MessageHandler, jocarduck: Got duplicate 1 +VoIPController, jocarduck: Changing state from WAIT_INIT_ACK to WAIT_PONG in call 43386433926060889 with 7296498649 +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386433926060889 with 7296498649 because we have nothing to play! +VoIPController, jocarduck: Changing state from WAIT_PONG to WAIT_STREAM_INIT in call 43386433926060889 with 7296498649 +MessageHandler, jocarduck: Got duplicate 10 +MessageHandler, jocarduck: Got duplicate 10 +VoIPController, jocarduck: Changing state from WAIT_STREAM_INIT to ESTABLISHED in call 43386433926060889 with 7296498649 +VoIPController, jocarduck: Unmuting outgoing audio in call 43386433926060889 with 7296498649! +MessageHandler, jocarduck: Got duplicate 23 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +MinDatabase, jocarduck: Found 3 pending contexts +FeedLoop, jocarduck: Getdiff fed me message of type messageService in update feed loop generic... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +VoIPController, jocarduck: Got error while connecting to udp://[2001:b28:f23f:f105:3:0:867:6]:596: Amp\Socket\ConnectException: Connection to udp://[2001:b28:f23f:f105:3:0:867:6]:596 failed after 3 attempts; previous attempts: Connection to udp://[2001:b28:f23f:f105:3:0:867:6]:596 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23f:f105:3:0:867:6]:596 (Network is unreachable), Connection to udp://[2001:b28:f23f:f105:3:0:867:6]:596 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23f:f105:3:0:867:6]:596 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#14 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#18 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#19 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#20 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#21 {main} +VoIPController, jocarduck: Got error while connecting to udp://[2001:67c:4e8:f102:1:0:278:609]:596: Amp\Socket\ConnectException: Connection to udp://[2001:67c:4e8:f102:1:0:278:609]:596 failed after 3 attempts; previous attempts: Connection to udp://[2001:67c:4e8:f102:1:0:278:609]:596 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:67c:4e8:f102:1:0:278:609]:596 (Network is unreachable), Connection to udp://[2001:67c:4e8:f102:1:0:278:609]:596 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:67c:4e8:f102:1:0:278:609]:596 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:67c...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#15 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#22 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#23 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#24 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#25 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#26 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#27 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#28 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#29 {main} +VoIPController, jocarduck: Got error while connecting to udp://[2001:b28:f23d:f101:2:0:116:915]:599: Amp\Socket\ConnectException: Connection to udp://[2001:b28:f23d:f101:2:0:116:915]:599 failed after 3 attempts; previous attempts: Connection to udp://[2001:b28:f23d:f101:2:0:116:915]:599 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23d:f101:2:0:116:915]:599 (Network is unreachable), Connection to udp://[2001:b28:f23d:f101:2:0:116:915]:599 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23d:f101:2:0:116:915]:599 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() #11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() #12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) #13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() @@ -340,17 +5009,17 @@ Stack trace: #15 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() #16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) #17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() #19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() #20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) #21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() #22 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() #23 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#24 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(Object(Amp\Sync\Lock)) +#24 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) #25 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#26 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#26 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() #27 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#28 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(503): Fiber->start() +#28 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() #29 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() #30 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() #31 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() @@ -360,19 +5029,984 @@ Stack trace: #35 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() #36 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() #37 {main} -AbstractServer: Got error while trying to send result of waitQrLogin: Amp\Ipc\Sync\ChannelException: The channel was already closed! in /app/vendor/danog/ipc/lib/Sync/ChannelledSocket.php:39 +UpdateHandler, jocarduck: Saving update of type updateNewMessage +VoIPController, jocarduck: Got error while connecting to tcp://[2001:b28:f23f:f105:3:0:867:6]:596: Amp\Socket\ConnectException: Connection to tcp://[2001:b28:f23f:f105:3:0:867:6]:596 failed after 3 attempts; previous attempts: Connection to tcp://[2001:b28:f23f:f105:3:0:867:6]:596 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23f:f105:3:0:867:6]:596 (Network is unreachable), Connection to tcp://[2001:b28:f23f:f105:3:0:867:6]:596 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23f:f105:3:0:867:6]:596 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 Stack trace: -#0 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(275): Amp\Ipc\Sync\ChannelledSocket->send(Array) -#1 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): danog\MadelineProto\Ipc\AbstractServer->clientRequest(Object(Amp\Ipc\Sync\ChannelledSocket), 4, Array) -#2 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#3 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#4 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) -#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://[2001:67c:4e8:f102:1:0:278:609]:596: Amp\Socket\ConnectException: Connection to tcp://[2001:67c:4e8:f102:1:0:278:609]:596 failed after 3 attempts; previous attempts: Connection to tcp://[2001:67c:4e8:f102:1:0:278:609]:596 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:67c:4e8:f102:1:0:278:609]:596 (Network is unreachable), Connection to tcp://[2001:67c:4e8:f102:1:0:278:609]:596 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:67c:4e8:f102:1:0:278:609]:596 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:67c...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://[2001:b28:f23d:f101:2:0:116:915]:599: Amp\Socket\ConnectException: Connection to tcp://[2001:b28:f23d:f101:2:0:116:915]:599 failed after 3 attempts; previous attempts: Connection to tcp://[2001:b28:f23d:f101:2:0:116:915]:599 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23d:f101:2:0:116:915]:599 (Network is unreachable), Connection to tcp://[2001:b28:f23d:f101:2:0:116:915]:599 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23d:f101:2:0:116:915]:599 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +VoIPController, jocarduck: Now closing call 43386433926060889 with 7296498649 +VoIPController, jocarduck: Closing all sockets in call 43386433926060889 with 7296498649 +VoIPController, jocarduck: Closed all sockets, discarding call 43386433926060889 with 7296498649 +VoIPController, jocarduck: Discarding call 43386433926060889... +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.17.54:596, call 43386433926060889 with 7296498649! +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.9.25:596, call 43386433926060889 with 7296498649! +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.13.37:599, call 43386433926060889 with 7296498649! +VoIPController, jocarduck: Exiting DJ loop in DJ loop call 43386433926060889 with 7296498649 because the call ended! +VoIPController, jocarduck: Exited DJ loop call 43386433926060889 with 7296498649 +VoIPController, jocarduck: Exiting write loop in call 43386433926060889 with 7296498649! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +UpdateHandler, jocarduck: Saving update of type updateMessageID +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +VoIPController, jocarduck: Got error while connecting to tcp://91.108.17.54:596: Amp\Socket\ConnectException: Connection to tcp://91.108.17.54:596 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.17.54:596 @ tcp://91.108.17.54:596 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.17.54:596 @ tcp://91.108.17.54:596 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.17...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://91.108.9.25:596: Amp\Socket\ConnectException: Connection to tcp://91.108.9.25:596 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.9.25:596 @ tcp://91.108.9.25:596 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.9.25:596 @ tcp://91.108.9.25:596 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.9....', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#19 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#20 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#22 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#23 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#24 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#25 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#26 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#27 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#28 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#29 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#30 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#31 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#32 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#33 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#34 {main} +VoIPController, jocarduck: Got error while connecting to tcp://91.108.13.37:599: Amp\Socket\ConnectException: Connection to tcp://91.108.13.37:599 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.13.37:599 @ tcp://91.108.13.37:599 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.13.37:599 @ tcp://91.108.13.37:599 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.13...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShortSentMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +AuthKeyHandler, jocarduck: Calling 7296498649... +AuthKeyHandler, jocarduck: DH configuration not modified +AuthKeyHandler, jocarduck: Generating a... +AuthKeyHandler, jocarduck: Generating g_a... +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Entered DJ loop call 43386433461614440 with 7296498649 +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386433461614440 with 7296498649 because we have nothing to play! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +VoIPController, jocarduck: Confirming call from 7296498649... +AuthKeyHandler, jocarduck: DH configuration not modified +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Changing state from CREATED to WAIT_INIT in call 43386433461614440 with 7296498649 +VoIPController, jocarduck: Connecting to udp://[2001:b28:f23f:f105:3:0:867:6]:596... +VoIPController, jocarduck: Connecting to udp://91.108.17.54:596... +VoIPController, jocarduck: Connecting to udp://[2001:67c:4e8:f102:1:0:278:604]:598... +VoIPController, jocarduck: Connecting to udp://91.108.9.20:598... +VoIPController, jocarduck: Connecting to udp://[2001:b28:f23d:f101:2:0:116:912]:596... +VoIPController, jocarduck: Connecting to udp://91.108.13.34:596... +VoIPController, jocarduck: Connecting to tcp://[2001:b28:f23f:f105:3:0:867:6]:596... +VoIPController, jocarduck: Connecting to tcp://91.108.17.54:596... +VoIPController, jocarduck: Connecting to tcp://[2001:67c:4e8:f102:1:0:278:604]:598... +VoIPController, jocarduck: Connecting to tcp://91.108.9.20:598... +VoIPController, jocarduck: Connecting to tcp://[2001:b28:f23d:f101:2:0:116:912]:596... +VoIPController, jocarduck: Connecting to tcp://91.108.13.34:596... +VoIPController, jocarduck: Successfully connected to udp://91.108.17.54:596! +VoIPController, jocarduck: Started read loop in udp://91.108.17.54:596! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.17.54:596... +VoIPController, jocarduck: Successfully connected to udp://91.108.9.20:598! +VoIPController, jocarduck: Started read loop in udp://91.108.9.20:598! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.9.20:598... +VoIPController, jocarduck: Successfully connected to udp://91.108.13.34:596! +VoIPController, jocarduck: Started read loop in udp://91.108.13.34:596! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.13.34:596... +VoIPController, jocarduck: Changing state from WAIT_INIT to WAIT_INIT_ACK in call 43386433461614440 with 7296498649 +MessageHandler, jocarduck: Got duplicate 1 +VoIPController, jocarduck: Changing state from WAIT_INIT_ACK to WAIT_PONG in call 43386433461614440 with 7296498649 +ServerCallback, jocarduck: Accepted IPC callback connection, assigning ID 1! +ClientAbstract, jocarduck: Disconnected from IPC server! +VoIPController, jocarduck: Resuming DJ loop in DJ loop call 43386433461614440 with 7296498649! +VoIPController, jocarduck: DJ loop: playing /app/data/06342f4afd88f15a1d270f8e72fea1d9.mp3 to primary queue in DJ loop call 43386433461614440 with 7296498649! +Exception, jocarduck: Bad capture pattern: 49443304 in Ogg.php:355 +VoIPController, jocarduck: Starting conversion fiber... +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386433461614440 with 7296498649 because we have nothing to play! +VoIPController, jocarduck: Changing state from WAIT_PONG to WAIT_STREAM_INIT in call 43386433461614440 with 7296498649 +MessageHandler, jocarduck: Got duplicate 10 +MessageHandler, jocarduck: Got duplicate 12 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +VoIPController, jocarduck: Changing state from WAIT_STREAM_INIT to ESTABLISHED in call 43386433461614440 with 7296498649 +VoIPController, jocarduck: Unmuting outgoing audio in call 43386433461614440 with 7296498649! +MessageHandler, jocarduck: Got duplicate 24 +MessageHandler, jocarduck: Got duplicate 35 +MessageHandler, jocarduck: Got duplicate 35 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +MinDatabase, jocarduck: Found 3 pending contexts +FeedLoop, jocarduck: Getdiff fed me message of type messageService in update feed loop generic... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +VoIPController, jocarduck: Got error while connecting to udp://[2001:b28:f23f:f105:3:0:867:6]:596: Amp\Socket\ConnectException: Connection to udp://[2001:b28:f23f:f105:3:0:867:6]:596 failed after 3 attempts; previous attempts: Connection to udp://[2001:b28:f23f:f105:3:0:867:6]:596 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23f:f105:3:0:867:6]:596 (Network is unreachable), Connection to udp://[2001:b28:f23f:f105:3:0:867:6]:596 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23f:f105:3:0:867:6]:596 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) #6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() #7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) #9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#14 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#18 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#19 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#20 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#21 {main} +VoIPController, jocarduck: Got error while connecting to udp://[2001:67c:4e8:f102:1:0:278:604]:598: Amp\Socket\ConnectException: Connection to udp://[2001:67c:4e8:f102:1:0:278:604]:598 failed after 3 attempts; previous attempts: Connection to udp://[2001:67c:4e8:f102:1:0:278:604]:598 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:67c:4e8:f102:1:0:278:604]:598 (Network is unreachable), Connection to udp://[2001:67c:4e8:f102:1:0:278:604]:598 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:67c:4e8:f102:1:0:278:604]:598 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:67c...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#15 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#22 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#23 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#24 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#25 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#26 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#27 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#28 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#29 {main} +VoIPController, jocarduck: Got error while connecting to udp://[2001:b28:f23d:f101:2:0:116:912]:596: Amp\Socket\ConnectException: Connection to udp://[2001:b28:f23d:f101:2:0:116:912]:596 failed after 3 attempts; previous attempts: Connection to udp://[2001:b28:f23d:f101:2:0:116:912]:596 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23d:f101:2:0:116:912]:596 (Network is unreachable), Connection to udp://[2001:b28:f23d:f101:2:0:116:912]:596 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23d:f101:2:0:116:912]:596 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#14 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#18 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#19 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#20 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#21 {main} +UpdateHandler, jocarduck: Saving update of type updateNewMessage +VoIPController, jocarduck: Got error while connecting to tcp://[2001:b28:f23f:f105:3:0:867:6]:596: Amp\Socket\ConnectException: Connection to tcp://[2001:b28:f23f:f105:3:0:867:6]:596 failed after 3 attempts; previous attempts: Connection to tcp://[2001:b28:f23f:f105:3:0:867:6]:596 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23f:f105:3:0:867:6]:596 (Network is unreachable), Connection to tcp://[2001:b28:f23f:f105:3:0:867:6]:596 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23f:f105:3:0:867:6]:596 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://[2001:67c:4e8:f102:1:0:278:604]:598: Amp\Socket\ConnectException: Connection to tcp://[2001:67c:4e8:f102:1:0:278:604]:598 failed after 3 attempts; previous attempts: Connection to tcp://[2001:67c:4e8:f102:1:0:278:604]:598 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:67c:4e8:f102:1:0:278:604]:598 (Network is unreachable), Connection to tcp://[2001:67c:4e8:f102:1:0:278:604]:598 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:67c:4e8:f102:1:0:278:604]:598 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:67c...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://[2001:b28:f23d:f101:2:0:116:912]:596: Amp\Socket\ConnectException: Connection to tcp://[2001:b28:f23d:f101:2:0:116:912]:596 failed after 3 attempts; previous attempts: Connection to tcp://[2001:b28:f23d:f101:2:0:116:912]:596 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23d:f101:2:0:116:912]:596 (Network is unreachable), Connection to tcp://[2001:b28:f23d:f101:2:0:116:912]:596 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23d:f101:2:0:116:912]:596 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +VoIPController, jocarduck: Now closing call 43386433461614440 with 7296498649 +VoIPController, jocarduck: Closing all sockets in call 43386433461614440 with 7296498649 +VoIPController, jocarduck: Closed all sockets, discarding call 43386433461614440 with 7296498649 +VoIPController, jocarduck: Discarding call 43386433461614440... +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.17.54:596, call 43386433461614440 with 7296498649! +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.9.20:598, call 43386433461614440 with 7296498649! +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.13.34:596, call 43386433461614440 with 7296498649! +VoIPController, jocarduck: Exiting DJ loop in DJ loop call 43386433461614440 with 7296498649 because the call ended! +VoIPController, jocarduck: Exited DJ loop call 43386433461614440 with 7296498649 +VoIPController, jocarduck: Exiting write loop in call 43386433461614440 with 7296498649! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updateMessageID +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001118229560 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +VoIPController, jocarduck: Got error while connecting to tcp://91.108.17.54:596: Amp\Socket\ConnectException: Connection to tcp://91.108.17.54:596 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.17.54:596 @ tcp://91.108.17.54:596 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.17.54:596 @ tcp://91.108.17.54:596 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.17...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://91.108.9.20:598: Amp\Socket\ConnectException: Connection to tcp://91.108.9.20:598 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.9.20:598 @ tcp://91.108.9.20:598 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.9.20:598 @ tcp://91.108.9.20:598 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.9....', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#19 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#20 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#22 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#23 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#24 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#25 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#26 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#27 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#28 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#29 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#30 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#31 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#32 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#33 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#34 {main} +VoIPController, jocarduck: Got error while connecting to tcp://91.108.13.34:596: Amp\Socket\ConnectException: Connection to tcp://91.108.13.34:596 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.13.34:596 @ tcp://91.108.13.34:596 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.13.34:596 @ tcp://91.108.13.34:596 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.13...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1002107987925... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Parsing updates (updateShortSentMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +AuthKeyHandler, jocarduck: Calling 7296498649... +AuthKeyHandler, jocarduck: DH configuration not modified +AuthKeyHandler, jocarduck: Generating a... +AuthKeyHandler, jocarduck: Generating g_a... +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Entered DJ loop call 43386433631743459 with 7296498649 +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386433631743459 with 7296498649 because we have nothing to play! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +VoIPController, jocarduck: Confirming call from 7296498649... +AuthKeyHandler, jocarduck: DH configuration not modified +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Changing state from CREATED to WAIT_INIT in call 43386433631743459 with 7296498649 +VoIPController, jocarduck: Connecting to udp://[2001:b28:f23d:f101:1:0:111:309]:598... +VoIPController, jocarduck: Connecting to udp://91.108.13.25:598... +VoIPController, jocarduck: Connecting to udp://[2001:b28:f23f:f105:1:0:861:910]:599... +VoIPController, jocarduck: Connecting to udp://91.108.17.26:599... +VoIPController, jocarduck: Connecting to udp://[2001:67c:4e8:f102:6:0:285:205]:599... +VoIPController, jocarduck: Connecting to udp://91.108.9.101:599... +VoIPController, jocarduck: Connecting to tcp://[2001:b28:f23d:f101:1:0:111:309]:598... +VoIPController, jocarduck: Connecting to tcp://91.108.13.25:598... +VoIPController, jocarduck: Connecting to tcp://[2001:b28:f23f:f105:1:0:861:910]:599... +VoIPController, jocarduck: Connecting to tcp://91.108.17.26:599... +VoIPController, jocarduck: Connecting to tcp://[2001:67c:4e8:f102:6:0:285:205]:599... +VoIPController, jocarduck: Connecting to tcp://91.108.9.101:599... +VoIPController, jocarduck: Successfully connected to udp://91.108.13.25:598! +VoIPController, jocarduck: Started read loop in udp://91.108.13.25:598! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.13.25:598... +VoIPController, jocarduck: Successfully connected to udp://91.108.17.26:599! +VoIPController, jocarduck: Started read loop in udp://91.108.17.26:599! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.17.26:599... +VoIPController, jocarduck: Successfully connected to udp://91.108.9.101:599! +VoIPController, jocarduck: Started read loop in udp://91.108.9.101:599! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.9.101:599... +VoIPController, jocarduck: Changing state from WAIT_INIT to WAIT_INIT_ACK in call 43386433631743459 with 7296498649 +ServerCallback, jocarduck: Accepted IPC callback connection, assigning ID 2! +ClientAbstract, jocarduck: Disconnected from IPC server! +VoIPController, jocarduck: Resuming DJ loop in DJ loop call 43386433631743459 with 7296498649! +VoIPController, jocarduck: DJ loop: playing /app/data/06342f4afd88f15a1d270f8e72fea1d9.mp3 to primary queue in DJ loop call 43386433631743459 with 7296498649! +Exception, jocarduck: Bad capture pattern: 49443304 in Ogg.php:355 +VoIPController, jocarduck: Starting conversion fiber... +VoIPController, jocarduck: Changing state from WAIT_INIT_ACK to WAIT_PONG in call 43386433631743459 with 7296498649 +MessageHandler, jocarduck: Got duplicate 1 +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386433631743459 with 7296498649 because we have nothing to play! +VoIPController, jocarduck: Changing state from WAIT_PONG to WAIT_STREAM_INIT in call 43386433631743459 with 7296498649 +MessageHandler, jocarduck: Got duplicate 10 +VoIPController, jocarduck: Changing state from WAIT_STREAM_INIT to ESTABLISHED in call 43386433631743459 with 7296498649 +VoIPController, jocarduck: Unmuting outgoing audio in call 43386433631743459 with 7296498649! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +MessageHandler, jocarduck: Got duplicate 24 +MessageHandler, jocarduck: Got duplicate 24 +MessageHandler, jocarduck: Got duplicate 46 +MessageHandler, jocarduck: Got duplicate 48 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +MinDatabase, jocarduck: Found 1 pending contexts +FeedLoop, jocarduck: Getdiff fed me message of type messageService in update feed loop generic... +VoIPController, jocarduck: Got error while connecting to udp://[2001:b28:f23d:f101:1:0:111:309]:598: Amp\Socket\ConnectException: Connection to udp://[2001:b28:f23d:f101:1:0:111:309]:598 failed after 3 attempts; previous attempts: Connection to udp://[2001:b28:f23d:f101:1:0:111:309]:598 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23d:f101:1:0:111:309]:598 (Network is unreachable), Connection to udp://[2001:b28:f23d:f101:1:0:111:309]:598 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23d:f101:1:0:111:309]:598 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#14 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#18 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#19 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#20 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#21 {main} +VoIPController, jocarduck: Got error while connecting to udp://[2001:b28:f23f:f105:1:0:861:910]:599: Amp\Socket\ConnectException: Connection to udp://[2001:b28:f23f:f105:1:0:861:910]:599 failed after 3 attempts; previous attempts: Connection to udp://[2001:b28:f23f:f105:1:0:861:910]:599 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23f:f105:1:0:861:910]:599 (Network is unreachable), Connection to udp://[2001:b28:f23f:f105:1:0:861:910]:599 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23f:f105:1:0:861:910]:599 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#14 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#18 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#19 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#20 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#21 {main} +VoIPController, jocarduck: Got error while connecting to udp://[2001:67c:4e8:f102:6:0:285:205]:599: Amp\Socket\ConnectException: Connection to udp://[2001:67c:4e8:f102:6:0:285:205]:599 failed after 3 attempts; previous attempts: Connection to udp://[2001:67c:4e8:f102:6:0:285:205]:599 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:67c:4e8:f102:6:0:285:205]:599 (Network is unreachable), Connection to udp://[2001:67c:4e8:f102:6:0:285:205]:599 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:67c:4e8:f102:6:0:285:205]:599 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:67c...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() #11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() #12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) #13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() @@ -380,43 +6014,2043 @@ Stack trace: #15 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() #16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) #17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() #19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) -#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#22 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#23 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#24 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) -#25 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#26 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#27 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#28 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(Object(Amp\Sync\Lock)) -#29 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#30 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#31 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#32 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(503): Fiber->start() -#33 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() -#34 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#35 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() -#36 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#37 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() -#38 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() -#39 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() -#40 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() -#41 {main} -AbstractServer: Got error while trying to send error of error of waitQrLogin: Amp\Ipc\Sync\ChannelException: The channel was already closed! in /app/vendor/danog/ipc/lib/Sync/ChannelledSocket.php:39 +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#22 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#23 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#24 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#25 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#26 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#27 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#28 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#29 {main} +UpdateHandler, jocarduck: Saving update of type updateNewMessage +VoIPController, jocarduck: Got error while connecting to tcp://[2001:b28:f23d:f101:1:0:111:309]:598: Amp\Socket\ConnectException: Connection to tcp://[2001:b28:f23d:f101:1:0:111:309]:598 failed after 3 attempts; previous attempts: Connection to tcp://[2001:b28:f23d:f101:1:0:111:309]:598 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23d:f101:1:0:111:309]:598 (Network is unreachable), Connection to tcp://[2001:b28:f23d:f101:1:0:111:309]:598 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23d:f101:1:0:111:309]:598 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 Stack trace: -#0 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(279): Amp\Ipc\Sync\ChannelledSocket->send(Array) -#1 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): danog\MadelineProto\Ipc\AbstractServer->clientRequest(Object(Amp\Ipc\Sync\ChannelledSocket), 4, Array) -#2 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#3 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#4 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) -#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://[2001:b28:f23f:f105:1:0:861:910]:599: Amp\Socket\ConnectException: Connection to tcp://[2001:b28:f23f:f105:1:0:861:910]:599 failed after 3 attempts; previous attempts: Connection to tcp://[2001:b28:f23f:f105:1:0:861:910]:599 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23f:f105:1:0:861:910]:599 (Network is unreachable), Connection to tcp://[2001:b28:f23f:f105:1:0:861:910]:599 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23f:f105:1:0:861:910]:599 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://[2001:67c:4e8:f102:6:0:285:205]:599: Amp\Socket\ConnectException: Connection to tcp://[2001:67c:4e8:f102:6:0:285:205]:599 failed after 3 attempts; previous attempts: Connection to tcp://[2001:67c:4e8:f102:6:0:285:205]:599 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:67c:4e8:f102:6:0:285:205]:599 (Network is unreachable), Connection to tcp://[2001:67c:4e8:f102:6:0:285:205]:599 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:67c:4e8:f102:6:0:285:205]:599 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:67c...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +VoIPController, jocarduck: Now closing call 43386433631743459 with 7296498649 +VoIPController, jocarduck: Closing all sockets in call 43386433631743459 with 7296498649 +VoIPController, jocarduck: Closed all sockets, discarding call 43386433631743459 with 7296498649 +VoIPController, jocarduck: Discarding call 43386433631743459... +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.13.25:598, call 43386433631743459 with 7296498649! +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.17.26:599, call 43386433631743459 with 7296498649! +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.9.101:599, call 43386433631743459 with 7296498649! +VoIPController, jocarduck: Exiting DJ loop in DJ loop call 43386433631743459 with 7296498649 because the call ended! +VoIPController, jocarduck: Exited DJ loop call 43386433631743459 with 7296498649 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +VoIPController, jocarduck: Exiting write loop in call 43386433631743459 with 7296498649! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updateMessageID +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +VoIPController, jocarduck: Got error while connecting to tcp://91.108.13.25:598: Amp\Socket\ConnectException: Connection to tcp://91.108.13.25:598 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.13.25:598 @ tcp://91.108.13.25:598 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.13.25:598 @ tcp://91.108.13.25:598 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.13...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://91.108.17.26:599: Amp\Socket\ConnectException: Connection to tcp://91.108.17.26:599 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.17.26:599 @ tcp://91.108.17.26:599 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.17.26:599 @ tcp://91.108.17.26:599 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.17...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#19 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#20 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#22 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#23 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#24 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#25 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#26 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#27 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#28 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#29 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#30 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#31 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#32 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#33 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#34 {main} +VoIPController, jocarduck: Got error while connecting to tcp://91.108.9.101:599: Amp\Socket\ConnectException: Connection to tcp://91.108.9.101:599 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.9.101:599 @ tcp://91.108.9.101:599 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.9.101:599 @ tcp://91.108.9.101:599 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.9....', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShortSentMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +AuthKeyHandler, jocarduck: Calling 7296498649... +AuthKeyHandler, jocarduck: DH configuration not modified +AuthKeyHandler, jocarduck: Generating a... +AuthKeyHandler, jocarduck: Generating g_a... +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Entered DJ loop call 43386432911409599 with 7296498649 +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386432911409599 with 7296498649 because we have nothing to play! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Got channel too long update, getting difference... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +MinDatabase, jocarduck: Found 6 pending contexts +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: MSGID duplicate (442425) in update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +VoIPController, jocarduck: Now closing call 43386432911409599 with 7296498649 +VoIPController, jocarduck: Closing all sockets in call 43386432911409599 with 7296498649 +VoIPController, jocarduck: Closed all sockets, discarding call 43386432911409599 with 7296498649 +VoIPController, jocarduck: Discarding call 43386432911409599... +VoIPController, jocarduck: Exiting DJ loop in DJ loop call 43386432911409599 with 7296498649 because the call ended! +VoIPController, jocarduck: Exited DJ loop call 43386432911409599 with 7296498649 +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +FeedLoop, jocarduck: MSGID duplicate (852950) in update feed loop generic +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateMessageID +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Parsing updates (updateShortMessage) received via the socket... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop generic... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryInbox +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001126952712 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001126952712 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001126952712 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +FeedLoop, jocarduck: Got channel too long update, getting difference... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001358237328 +MinDatabase, jocarduck: Don't have origin info with min peer 1358237328, this may fail +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001358237328 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001410156480 +MinDatabase, jocarduck: Don't have origin info with min peer 1410156480, this may fail +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001410156480 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +DataCenter, jocarduck: Acquiring connect lock for 4! +DataCenter, jocarduck: Connecting to DC 4 +DataCenterConnection, jocarduck: Restoring 0 messages to DC 4 +Session, jocarduck: Resetting session in DC 4.0 due to creating initial session... +Connection, jocarduck: Connecting to DC 4.0 via tcp://149.154.167.91:443 main DC 4, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream +DataCenterConnection, jocarduck: Handling auth key transition to ENCRYPTED in DC 4 +DataCenterConnection, jocarduck: Finished auth key transition to ENCRYPTED in DC 4 +FeedLoop, jocarduck: Resumed update feed loop generic +FeedLoop, jocarduck: Resumed update feed loop channel -1001155980563 +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +Exception, jocarduck: Undefined array key -1001069050918 in FeedLoop.php:101 +Connection, jocarduck: danog\MadelineProto\Exception: Undefined array key -1001069050918 in /app/vendor/danog/madelineproto/src/Loop/Update/FeedLoop.php:101 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Loop/Update/FeedLoop.php(101): danog\MadelineProto\Exception::exceptionErrorHandler(2, 'Undefined array...', '/app/vendor/dan...', 101) +#1 /app/vendor/danog/loop/lib/Loop.php(139): danog\MadelineProto\Loop\Update\FeedLoop->loop() +#2 /app/vendor/danog/loop/lib/Loop.php(251): danog\Loop\Loop->loopInternal() +#3 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(602): danog\Loop\Loop->danog\Loop\{closure}('in') +#4 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(503): Fiber->start() +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#11 /app/vendor/danog/madelineproto/src/DoHConnector.php(123): Amp\Future->await(Object(Amp\Internal\WrappedCancellation)) +#12 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): danog\MadelineProto\DoHConnector->connect('tcp://149.154.1...', Object(Amp\Socket\ConnectContext), Object(Amp\NullCancellation)) +#13 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '\xEF') +#14 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('\xEF') +#15 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '\xEF') +#16 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/AbridgedStream.php(45): danog\MadelineProto\Stream\ConnectionContext->getStream('\xEF') +#17 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\AbridgedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#18 /app/vendor/danog/madelineproto/src/Connection.php(274): danog\MadelineProto\Stream\ConnectionContext->getStream() +#19 /app/vendor/danog/madelineproto/src/Connection.php(553): danog\MadelineProto\Connection->connect() +#20 /app/vendor/danog/madelineproto/src/MTProtoSession/CallHandler.php(212): danog\MadelineProto\Connection->sendMessage(Object(danog\MadelineProto\MTProto\MTProtoOutgoingMessage)) +#21 /app/vendor/danog/madelineproto/src/MTProtoSession/CallHandler.php(138): danog\MadelineProto\Connection->methodCallAsyncWrite('users.getUsers', Array) +#22 /app/vendor/danog/madelineproto/src/MTProtoTools/CallHandler.php(49): danog\MadelineProto\Connection->methodCallAsyncRead('users.getUsers', Array) +#23 /app/vendor/danog/madelineproto/src/MTProto.php(1637): danog\MadelineProto\MTProto->methodCallAsyncRead('users.getUsers', Array) +#24 /app/vendor/danog/madelineproto/src/MTProto.php(1221): danog\MadelineProto\MTProto->fullGetSelf() +#25 /app/vendor/danog/madelineproto/src/API.php(344): danog\MadelineProto\MTProto->wakeup(Object(danog\MadelineProto\SettingsEmpty), Object(danog\MadelineProto\APIWrapper)) +#26 /app/vendor/danog/madelineproto/src/API.php(194): danog\MadelineProto\API->connectToMadelineProto(Object(danog\MadelineProto\SettingsEmpty)) +#27 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(114): danog\MadelineProto\API->__construct('/app/data/sessi...', Object(danog\MadelineProto\Settings\Ipc)) +#28 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#29 {main} + +Next Revolt\EventLoop\UncaughtThrowable: Uncaught danog\MadelineProto\Exception thrown in event loop callback danog\Loop\Loop::danog\Loop\{closure} defined in /app/vendor/danog/loop/lib/Loop.php:249; use Revolt\EventLoop::setErrorHandler() to gracefully handle such exceptions: Undefined array key -1001069050918 in /app/vendor/revolt/event-loop/src/EventLoop/UncaughtThrowable.php:13 +Stack trace: +#0 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(405): Revolt\EventLoop\UncaughtThrowable::throwingCallback(Object(Closure), Object(danog\MadelineProto\Exception)) +#1 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(127): Revolt\EventLoop\Internal\AbstractDriver::Revolt\EventLoop\Internal\{closure}() +#2 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#3 /app/vendor/danog/madelineproto/src/DoHConnector.php(123): Amp\Future->await(Object(Amp\Internal\WrappedCancellation)) +#4 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): danog\MadelineProto\DoHConnector->connect('tcp://149.154.1...', Object(Amp\Socket\ConnectContext), Object(Amp\NullCancellation)) +#5 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '\xEF') +#6 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('\xEF') +#7 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '\xEF') +#8 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/AbridgedStream.php(45): danog\MadelineProto\Stream\ConnectionContext->getStream('\xEF') +#9 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\AbridgedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#10 /app/vendor/danog/madelineproto/src/Connection.php(274): danog\MadelineProto\Stream\ConnectionContext->getStream() +#11 /app/vendor/danog/madelineproto/src/Connection.php(553): danog\MadelineProto\Connection->connect() +#12 /app/vendor/danog/madelineproto/src/MTProtoSession/CallHandler.php(212): danog\MadelineProto\Connection->sendMessage(Object(danog\MadelineProto\MTProto\MTProtoOutgoingMessage)) +#13 /app/vendor/danog/madelineproto/src/MTProtoSession/CallHandler.php(138): danog\MadelineProto\Connection->methodCallAsyncWrite('users.getUsers', Array) +#14 /app/vendor/danog/madelineproto/src/MTProtoTools/CallHandler.php(49): danog\MadelineProto\Connection->methodCallAsyncRead('users.getUsers', Array) +#15 /app/vendor/danog/madelineproto/src/MTProto.php(1637): danog\MadelineProto\MTProto->methodCallAsyncRead('users.getUsers', Array) +#16 /app/vendor/danog/madelineproto/src/MTProto.php(1221): danog\MadelineProto\MTProto->fullGetSelf() +#17 /app/vendor/danog/madelineproto/src/API.php(344): danog\MadelineProto\MTProto->wakeup(Object(danog\MadelineProto\SettingsEmpty), Object(danog\MadelineProto\APIWrapper)) +#18 /app/vendor/danog/madelineproto/src/API.php(194): danog\MadelineProto\API->connectToMadelineProto(Object(danog\MadelineProto\SettingsEmpty)) +#19 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(114): danog\MadelineProto\API->__construct('/app/data/sessi...', Object(danog\MadelineProto\Settings\Ipc)) +#20 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#21 {main} while connecting to DC 4.0 via tcp://149.154.167.91:443 main DC 4, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream, trying next... +Connection, jocarduck: Connecting to DC 4.0 via tcp://149.154.167.91:80 main DC 4, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream +MinDatabase, jocarduck: Don't have origin info with min peer 1069050918, this may fail +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +FeedLoop, jocarduck: Resumed update feed loop channel -1001069050918 +MinDatabase, jocarduck: Don't have origin info with min peer 1069050918, this may fail +FeedLoop, jocarduck: Resumed update feed loop channel -1001196771116 +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +FeedLoop, jocarduck: Resumed update feed loop channel -1001497302455 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001030379032 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001050982793 +FeedLoop, jocarduck: Resumed update feed loop channel -1001050982793 +FeedLoop, jocarduck: Resumed update feed loop channel -1001086283801 +FeedLoop, jocarduck: Resumed update feed loop channel -1001086283801 +FeedLoop, jocarduck: Resumed update feed loop channel -1002160349143 +FeedLoop, jocarduck: Resumed update feed loop channel -1002160349143 +FeedLoop, jocarduck: Resumed update feed loop channel -1001069050918 +MinDatabase, jocarduck: Don't have origin info with min peer 1069050918, this may fail +FeedLoop, jocarduck: Resumed update feed loop channel -1001196771116 +FeedLoop, jocarduck: Resumed update feed loop channel -1001118229560 +FeedLoop, jocarduck: Resumed update feed loop channel -1001397490649 +FeedLoop, jocarduck: Resumed update feed loop channel -1001397490649 +FeedLoop, jocarduck: Resumed update feed loop channel -1001126952712 +FeedLoop, jocarduck: Resumed update feed loop channel -1001126952712 +FeedLoop, jocarduck: Resumed update feed loop channel -1001126952712 +FeedLoop, jocarduck: Resumed update feed loop channel -1001691813856 +FeedLoop, jocarduck: Resumed update feed loop channel -1001793217741 +FeedLoop, jocarduck: Resumed update feed loop channel -1001793217741 +FeedLoop, jocarduck: Resumed update feed loop channel -1001333882550 +FeedLoop, jocarduck: Resumed update feed loop channel -1001333882550 +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Resumed update feed loop channel -1001203714554 +FeedLoop, jocarduck: Resumed update feed loop channel -1001203714554 +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Resumed update feed loop channel -1001069050918 +MinDatabase, jocarduck: Don't have origin info with min peer 1069050918, this may fail +FeedLoop, jocarduck: Resumed update feed loop channel -1001196771116 +FeedLoop, jocarduck: Resumed update feed loop channel -1001196771116 +FeedLoop, jocarduck: Resumed update feed loop channel -1001196771116 +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +FeedLoop, jocarduck: Resumed update feed loop channel -1001069050918 +MinDatabase, jocarduck: Don't have origin info with min peer 1069050918, this may fail +FeedLoop, jocarduck: Resumed update feed loop channel -1001069050918 +MinDatabase, jocarduck: Don't have origin info with min peer 1069050918, this may fail +Connection, jocarduck: Connected to DC 4.0 via tcp://149.154.167.91:80 main DC 4, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream! +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1002107987925... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1002107987925... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1002107987925... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1002107987925... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1002107987925... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1002107987925... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1002107987925... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1002107987925... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1002107987925... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1002024292201... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1001122107860... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1001122107860... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1001122107860... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1001122107860... +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: MSGID duplicate (1322233) in update feed loop channel -1001122107860 +FeedLoop, jocarduck: MSGID duplicate (1322234) in update feed loop channel -1001122107860 +FeedLoop, jocarduck: MSGID duplicate (1322235) in update feed loop channel -1001122107860 +FeedLoop, jocarduck: MSGID duplicate (1322236) in update feed loop channel -1001122107860 +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +FeedLoop, jocarduck: MSGID duplicate (1322233) in update feed loop channel -1001122107860 +FeedLoop, jocarduck: MSGID duplicate (1322234) in update feed loop channel -1001122107860 +FeedLoop, jocarduck: MSGID duplicate (1322235) in update feed loop channel -1001122107860 +FeedLoop, jocarduck: MSGID duplicate (1322236) in update feed loop channel -1001122107860 +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +FeedLoop, jocarduck: MSGID duplicate (442432) in update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: MSGID duplicate (442432) in update feed loop channel -1002024292201 +MinDatabase, jocarduck: Found 23 pending contexts +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop generic... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop generic... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop generic... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop generic... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop generic... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop generic... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop generic... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Saving update of type updateMessageID +UpdateHandler, jocarduck: Saving update of type updateMessageID +UpdateHandler, jocarduck: Saving update of type updateReadHistoryInbox +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +FeedLoop, jocarduck: Resumed update feed loop channel -1001126952712 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001410156480 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001368446067 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001358237328 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001102183693 +FeedLoop, jocarduck: MSGID duplicate (1851931) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: MSGID duplicate (1851932) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: MSGID duplicate (1851933) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: MSGID duplicate (1851934) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: MSGID duplicate (1851931) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: MSGID duplicate (1851932) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: MSGID duplicate (1851933) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: MSGID duplicate (1851934) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1001409650363... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1001409650363... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1001409650363... +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: MSGID duplicate (1851931) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: MSGID duplicate (1851932) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: MSGID duplicate (1851933) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: MSGID duplicate (1851934) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1001103963350... +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: MSGID duplicate (79851) in update feed loop channel -1001103963350 +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: MSGID duplicate (700674) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700675) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700678) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001069050918 +FeedLoop, jocarduck: MSGID duplicate (79851) in update feed loop channel -1001103963350 +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1001416638473... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1001416638473... +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: MSGID duplicate (442432) in update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: MSGID duplicate (700674) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700675) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700678) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: MSGID duplicate (700674) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700675) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700678) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001069050918 +FeedLoop, jocarduck: MSGID duplicate (951050) in update feed loop channel -1001416638473 +FeedLoop, jocarduck: MSGID duplicate (951051) in update feed loop channel -1001416638473 +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001497302455 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: MSGID duplicate (700674) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700675) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700678) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: MSGID duplicate (700674) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700675) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700678) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: MSGID duplicate (700674) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700675) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700678) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1001126952712 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001069050918 +FeedLoop, jocarduck: Resumed update feed loop channel -1001126952712 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001126952712 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001069050918 +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001069050918 +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001069050918 +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1001743668601... +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1001743668601... +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +APIWrapper, jocarduck: MadelineProto is ready! +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/ipcState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/ipcState.php.lock... +AbstractServer, jocarduck: Accepted IPC client connection! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: MSGID duplicate (442433) in update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: MSGID duplicate (442433) in update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: MSGID duplicate (442433) in update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryInbox +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShortMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryInbox +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShortMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: MSGID duplicate (951052) in update feed loop channel -1001416638473 +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +FeedLoop, jocarduck: MSGID duplicate (951052) in update feed loop channel -1001416638473 +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShortMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +FeedLoop, jocarduck: Got channel too long update, getting difference... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryInbox +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShortMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShortMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 6 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShortMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryInbox +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShortMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShortMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryInbox +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +DataCenter, jocarduck: Acquiring connect lock for 4! +DataCenter, jocarduck: Connecting to DC 4 +DataCenterConnection, jocarduck: Restoring 0 messages to DC 4 +Session, jocarduck: Resetting session in DC 4.0 due to creating initial session... +Connection, jocarduck: Connecting to DC 4.0 via tcp://149.154.167.91:443 main DC 4, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream +DataCenterConnection, jocarduck: Handling auth key transition to ENCRYPTED in DC 4 +DataCenterConnection, jocarduck: Finished auth key transition to ENCRYPTED in DC 4 +FeedLoop, jocarduck: Resumed update feed loop generic +FeedLoop, jocarduck: Resumed update feed loop channel -1001155980563 +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +FeedLoop, jocarduck: Resumed update feed loop channel -1001122107860 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +FeedLoop, jocarduck: Resumed update feed loop channel -1001103963350 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +Exception, jocarduck: Undefined array key -1001069050918 in FeedLoop.php:101 +Connection, jocarduck: danog\MadelineProto\Exception: Undefined array key -1001069050918 in /app/vendor/danog/madelineproto/src/Loop/Update/FeedLoop.php:101 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Loop/Update/FeedLoop.php(101): danog\MadelineProto\Exception::exceptionErrorHandler(2, 'Undefined array...', '/app/vendor/dan...', 101) +#1 /app/vendor/danog/loop/lib/Loop.php(139): danog\MadelineProto\Loop\Update\FeedLoop->loop() +#2 /app/vendor/danog/loop/lib/Loop.php(251): danog\Loop\Loop->loopInternal() +#3 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(602): danog\Loop\Loop->danog\Loop\{closure}('ix') +#4 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(503): Fiber->start() +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#11 /app/vendor/danog/madelineproto/src/DoHConnector.php(123): Amp\Future->await(Object(Amp\Internal\WrappedCancellation)) +#12 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): danog\MadelineProto\DoHConnector->connect('tcp://149.154.1...', Object(Amp\Socket\ConnectContext), Object(Amp\NullCancellation)) +#13 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '\xEF') +#14 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('\xEF') +#15 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '\xEF') +#16 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/AbridgedStream.php(45): danog\MadelineProto\Stream\ConnectionContext->getStream('\xEF') +#17 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\AbridgedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#18 /app/vendor/danog/madelineproto/src/Connection.php(274): danog\MadelineProto\Stream\ConnectionContext->getStream() +#19 /app/vendor/danog/madelineproto/src/Connection.php(553): danog\MadelineProto\Connection->connect() +#20 /app/vendor/danog/madelineproto/src/MTProtoSession/CallHandler.php(212): danog\MadelineProto\Connection->sendMessage(Object(danog\MadelineProto\MTProto\MTProtoOutgoingMessage)) +#21 /app/vendor/danog/madelineproto/src/MTProtoSession/CallHandler.php(138): danog\MadelineProto\Connection->methodCallAsyncWrite('users.getUsers', Array) +#22 /app/vendor/danog/madelineproto/src/MTProtoTools/CallHandler.php(49): danog\MadelineProto\Connection->methodCallAsyncRead('users.getUsers', Array) +#23 /app/vendor/danog/madelineproto/src/MTProto.php(1637): danog\MadelineProto\MTProto->methodCallAsyncRead('users.getUsers', Array) +#24 /app/vendor/danog/madelineproto/src/MTProto.php(1221): danog\MadelineProto\MTProto->fullGetSelf() +#25 /app/vendor/danog/madelineproto/src/API.php(344): danog\MadelineProto\MTProto->wakeup(Object(danog\MadelineProto\SettingsEmpty), Object(danog\MadelineProto\APIWrapper)) +#26 /app/vendor/danog/madelineproto/src/API.php(194): danog\MadelineProto\API->connectToMadelineProto(Object(danog\MadelineProto\SettingsEmpty)) +#27 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(114): danog\MadelineProto\API->__construct('/app/data/sessi...', Object(danog\MadelineProto\Settings\Ipc)) +#28 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#29 {main} + +Next Revolt\EventLoop\UncaughtThrowable: Uncaught danog\MadelineProto\Exception thrown in event loop callback danog\Loop\Loop::danog\Loop\{closure} defined in /app/vendor/danog/loop/lib/Loop.php:249; use Revolt\EventLoop::setErrorHandler() to gracefully handle such exceptions: Undefined array key -1001069050918 in /app/vendor/revolt/event-loop/src/EventLoop/UncaughtThrowable.php:13 +Stack trace: +#0 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(405): Revolt\EventLoop\UncaughtThrowable::throwingCallback(Object(Closure), Object(danog\MadelineProto\Exception)) +#1 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(127): Revolt\EventLoop\Internal\AbstractDriver::Revolt\EventLoop\Internal\{closure}() +#2 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#3 /app/vendor/danog/madelineproto/src/DoHConnector.php(123): Amp\Future->await(Object(Amp\Internal\WrappedCancellation)) +#4 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): danog\MadelineProto\DoHConnector->connect('tcp://149.154.1...', Object(Amp\Socket\ConnectContext), Object(Amp\NullCancellation)) +#5 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '\xEF') +#6 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('\xEF') +#7 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '\xEF') +#8 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/AbridgedStream.php(45): danog\MadelineProto\Stream\ConnectionContext->getStream('\xEF') +#9 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\AbridgedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#10 /app/vendor/danog/madelineproto/src/Connection.php(274): danog\MadelineProto\Stream\ConnectionContext->getStream() +#11 /app/vendor/danog/madelineproto/src/Connection.php(553): danog\MadelineProto\Connection->connect() +#12 /app/vendor/danog/madelineproto/src/MTProtoSession/CallHandler.php(212): danog\MadelineProto\Connection->sendMessage(Object(danog\MadelineProto\MTProto\MTProtoOutgoingMessage)) +#13 /app/vendor/danog/madelineproto/src/MTProtoSession/CallHandler.php(138): danog\MadelineProto\Connection->methodCallAsyncWrite('users.getUsers', Array) +#14 /app/vendor/danog/madelineproto/src/MTProtoTools/CallHandler.php(49): danog\MadelineProto\Connection->methodCallAsyncRead('users.getUsers', Array) +#15 /app/vendor/danog/madelineproto/src/MTProto.php(1637): danog\MadelineProto\MTProto->methodCallAsyncRead('users.getUsers', Array) +#16 /app/vendor/danog/madelineproto/src/MTProto.php(1221): danog\MadelineProto\MTProto->fullGetSelf() +#17 /app/vendor/danog/madelineproto/src/API.php(344): danog\MadelineProto\MTProto->wakeup(Object(danog\MadelineProto\SettingsEmpty), Object(danog\MadelineProto\APIWrapper)) +#18 /app/vendor/danog/madelineproto/src/API.php(194): danog\MadelineProto\API->connectToMadelineProto(Object(danog\MadelineProto\SettingsEmpty)) +#19 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(114): danog\MadelineProto\API->__construct('/app/data/sessi...', Object(danog\MadelineProto\Settings\Ipc)) +#20 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#21 {main} while connecting to DC 4.0 via tcp://149.154.167.91:443 main DC 4, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream, trying next... +Connection, jocarduck: Connecting to DC 4.0 via tcp://149.154.167.91:80 main DC 4, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream +MinDatabase, jocarduck: Don't have origin info with min peer 1069050918, this may fail +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +FeedLoop, jocarduck: Resumed update feed loop channel -1001416638473 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +FeedLoop, jocarduck: Resumed update feed loop channel -1001069050918 +MinDatabase, jocarduck: Don't have origin info with min peer 1069050918, this may fail +FeedLoop, jocarduck: Resumed update feed loop channel -1001196771116 +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Resumed update feed loop channel -1001007590845 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +FeedLoop, jocarduck: Resumed update feed loop channel -1001119512908 +FeedLoop, jocarduck: Resumed update feed loop channel -1001497302455 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001928902995 +FeedLoop, jocarduck: Resumed update feed loop channel -1001030379032 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001050982793 +FeedLoop, jocarduck: Resumed update feed loop channel -1001050982793 +FeedLoop, jocarduck: Resumed update feed loop channel -1001086283801 +FeedLoop, jocarduck: Resumed update feed loop channel -1001086283801 +FeedLoop, jocarduck: Resumed update feed loop channel -1002160349143 +FeedLoop, jocarduck: Resumed update feed loop channel -1002160349143 +FeedLoop, jocarduck: Resumed update feed loop channel -1001069050918 +MinDatabase, jocarduck: Don't have origin info with min peer 1069050918, this may fail +FeedLoop, jocarduck: Resumed update feed loop channel -1001196771116 +FeedLoop, jocarduck: Resumed update feed loop channel -1001118229560 +FeedLoop, jocarduck: Resumed update feed loop channel -1001397490649 +FeedLoop, jocarduck: Resumed update feed loop channel -1001397490649 +FeedLoop, jocarduck: Resumed update feed loop channel -1001126952712 +FeedLoop, jocarduck: Resumed update feed loop channel -1001126952712 +FeedLoop, jocarduck: Resumed update feed loop channel -1001126952712 +FeedLoop, jocarduck: Resumed update feed loop channel -1001691813856 +FeedLoop, jocarduck: Resumed update feed loop channel -1001793217741 +FeedLoop, jocarduck: Resumed update feed loop channel -1001793217741 +FeedLoop, jocarduck: Resumed update feed loop channel -1001333882550 +FeedLoop, jocarduck: Resumed update feed loop channel -1001333882550 +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +FeedLoop, jocarduck: Resumed update feed loop channel -1001690308794 +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Resumed update feed loop channel -1001203714554 +FeedLoop, jocarduck: Resumed update feed loop channel -1001203714554 +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Resumed update feed loop channel -1001390089682 +FeedLoop, jocarduck: Resumed update feed loop channel -1001069050918 +MinDatabase, jocarduck: Don't have origin info with min peer 1069050918, this may fail +FeedLoop, jocarduck: Resumed update feed loop channel -1001196771116 +FeedLoop, jocarduck: Resumed update feed loop channel -1001196771116 +FeedLoop, jocarduck: Resumed update feed loop channel -1001196771116 +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +FeedLoop, jocarduck: Resumed update feed loop channel -1001069050918 +MinDatabase, jocarduck: Don't have origin info with min peer 1069050918, this may fail +FeedLoop, jocarduck: Resumed update feed loop channel -1001069050918 +MinDatabase, jocarduck: Don't have origin info with min peer 1069050918, this may fail +FeedLoop, jocarduck: Resumed update feed loop channel -1001410156480 +FeedLoop, jocarduck: Resumed update feed loop channel -1001368446067 +FeedLoop, jocarduck: Resumed update feed loop channel -1001358237328 +FeedLoop, jocarduck: Resumed update feed loop channel -1001102183693 +FeedLoop, jocarduck: Resumed update feed loop channel -1001069050918 +MinDatabase, jocarduck: Don't have origin info with min peer 1069050918, this may fail +Connection, jocarduck: Connected to DC 4.0 via tcp://149.154.167.91:80 main DC 4, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream! +MinDatabase, jocarduck: Found 9 pending contexts +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop generic... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Saving update of type updateReadHistoryInbox +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: MSGID duplicate (1851936) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: MSGID duplicate (1851937) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: MSGID duplicate (1851936) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: MSGID duplicate (1851937) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +FeedLoop, jocarduck: MSGID duplicate (1851936) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: MSGID duplicate (1851937) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001069050918 +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001069050918 +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001069050918 +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001069050918 +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001069050918 +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001069050918 +UpdateLoop, jocarduck: Channel private, exiting getUpdate loop channel -1001069050918 +FeedLoop, jocarduck: MSGID duplicate (82810) in update feed loop channel -1001743668601 +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +APIWrapper, jocarduck: MadelineProto is ready! +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/ipcState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/ipcState.php.lock... +AbstractServer, jocarduck: Accepted IPC client connection! +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Got channel too long update, getting difference... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShortSentMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +AuthKeyHandler, jocarduck: Calling 7296498649... +AuthKeyHandler, jocarduck: DH configuration not modified +AuthKeyHandler, jocarduck: Generating a... +AuthKeyHandler, jocarduck: Generating g_a... +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Entered DJ loop call 43386432786185572 with 7296498649 +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386432786185572 with 7296498649 because we have nothing to play! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +VoIPController, jocarduck: Confirming call from 7296498649... +AuthKeyHandler, jocarduck: DH configuration not modified +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Changing state from CREATED to WAIT_INIT in call 43386432786185572 with 7296498649 +VoIPController, jocarduck: Connecting to udp://[2001:b28:f23f:f105:3:0:867:4]:596... +VoIPController, jocarduck: Connecting to udp://91.108.17.52:596... +VoIPController, jocarduck: Connecting to udp://[2001:b28:f23d:f101::111:210]:598... +VoIPController, jocarduck: Connecting to udp://91.108.13.10:598... +VoIPController, jocarduck: Connecting to udp://[2001:67c:4e8:f102:3:0:278:803]:599... +VoIPController, jocarduck: Connecting to udp://91.108.9.51:599... +VoIPController, jocarduck: Connecting to tcp://[2001:b28:f23f:f105:3:0:867:4]:596... +VoIPController, jocarduck: Connecting to tcp://91.108.17.52:596... +VoIPController, jocarduck: Connecting to tcp://[2001:b28:f23d:f101::111:210]:598... +VoIPController, jocarduck: Connecting to tcp://91.108.13.10:598... +VoIPController, jocarduck: Connecting to tcp://[2001:67c:4e8:f102:3:0:278:803]:599... +VoIPController, jocarduck: Connecting to tcp://91.108.9.51:599... +VoIPController, jocarduck: Successfully connected to udp://91.108.17.52:596! +VoIPController, jocarduck: Started read loop in udp://91.108.17.52:596! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.17.52:596... +VoIPController, jocarduck: Successfully connected to udp://91.108.13.10:598! +VoIPController, jocarduck: Started read loop in udp://91.108.13.10:598! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.13.10:598... +VoIPController, jocarduck: Successfully connected to udp://91.108.9.51:599! +VoIPController, jocarduck: Started read loop in udp://91.108.9.51:599! +VoIPController, jocarduck: Sending PKT_INIT to udp://91.108.9.51:599... +VoIPController, jocarduck: Changing state from WAIT_INIT to WAIT_INIT_ACK in call 43386432786185572 with 7296498649 +MessageHandler, jocarduck: Got duplicate 1 +ServerCallback, jocarduck: Accepted IPC callback connection, assigning ID 0! +VoIPController, jocarduck: Changing state from WAIT_INIT_ACK to WAIT_PONG in call 43386432786185572 with 7296498649 +ClientAbstract, jocarduck: Disconnected from IPC server! +VoIPController, jocarduck: Resuming DJ loop in DJ loop call 43386432786185572 with 7296498649! +VoIPController, jocarduck: DJ loop: playing /app/data/06342f4afd88f15a1d270f8e72fea1d9.mp3 to primary queue in DJ loop call 43386432786185572 with 7296498649! +Exception, jocarduck: Bad capture pattern: 49443304 in Ogg.php:355 +VoIPController, jocarduck: Starting conversion fiber... +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386432786185572 with 7296498649 because we have nothing to play! +VoIPController, jocarduck: Changing state from WAIT_PONG to WAIT_STREAM_INIT in call 43386432786185572 with 7296498649 +MessageHandler, jocarduck: Got duplicate 10 +MessageHandler, jocarduck: Got duplicate 10 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +VoIPController, jocarduck: Changing state from WAIT_STREAM_INIT to ESTABLISHED in call 43386432786185572 with 7296498649 +VoIPController, jocarduck: Unmuting outgoing audio in call 43386432786185572 with 7296498649! +FeedLoop, jocarduck: MSGID duplicate (442436) in update feed loop channel -1002024292201 +FeedLoop, jocarduck: Getdiff fed me message of type message in update feed loop channel -1002024292201... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MessageHandler, jocarduck: Got duplicate 22 +MessageHandler, jocarduck: Got duplicate 22 +MessageHandler, jocarduck: Got duplicate 33 +MessageHandler, jocarduck: Got duplicate 33 +UpdateHandler, jocarduck: Parsing updates (updateShortMessage) received via the socket... +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +VoIPController, jocarduck: Got error while connecting to udp://[2001:b28:f23f:f105:3:0:867:4]:596: Amp\Socket\ConnectException: Connection to udp://[2001:b28:f23f:f105:3:0:867:4]:596 failed after 3 attempts; previous attempts: Connection to udp://[2001:b28:f23f:f105:3:0:867:4]:596 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23f:f105:3:0:867:4]:596 (Network is unreachable), Connection to udp://[2001:b28:f23f:f105:3:0:867:4]:596 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23f:f105:3:0:867:4]:596 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) #6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() #7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) #9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#14 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#18 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#19 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#20 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#21 {main} +VoIPController, jocarduck: Got error while connecting to udp://[2001:b28:f23d:f101::111:210]:598: Amp\Socket\ConnectException: Connection to udp://[2001:b28:f23d:f101::111:210]:598 failed after 3 attempts; previous attempts: Connection to udp://[2001:b28:f23d:f101::111:210]:598 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23d:f101::111:210]:598 (Network is unreachable), Connection to udp://[2001:b28:f23d:f101::111:210]:598 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:b28:f23d:f101::111:210]:598 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#14 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#18 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#19 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#20 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#21 {main} +VoIPController, jocarduck: Got error while connecting to udp://[2001:67c:4e8:f102:3:0:278:803]:599: Amp\Socket\ConnectException: Connection to udp://[2001:67c:4e8:f102:3:0:278:803]:599 failed after 3 attempts; previous attempts: Connection to udp://[2001:67c:4e8:f102:3:0:278:803]:599 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:67c:4e8:f102:3:0:278:803]:599 (Network is unreachable), Connection to udp://[2001:67c:4e8:f102:3:0:278:803]:599 failed: (Error #2) stream_socket_client(): Unable to connect to udp://[2001:67c:4e8:f102:3:0:278:803]:599 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Common/UdpBufferedStream.php(54): Amp\Socket\RetrySocketConnector->connect('udp://[2001:67c...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\UdpBufferedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#3 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#4 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() #11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() #12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) #13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() @@ -424,633 +8058,567 @@ Stack trace: #15 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() #16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) #17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() #19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) -#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#22 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#23 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#24 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) -#25 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#26 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#27 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#28 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(Object(Amp\Sync\Lock)) -#29 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#30 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#31 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#32 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(503): Fiber->start() -#33 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() -#34 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#35 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() -#36 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#37 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() -#38 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() -#39 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() -#40 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() -#41 {main} -AbstractServer: Got error while trying to send result of waitQrLogin: Amp\Ipc\Sync\ChannelException: The channel was already closed! in /app/vendor/danog/ipc/lib/Sync/ChannelledSocket.php:39 +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#22 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#23 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#24 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#25 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#26 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#27 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#28 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#29 {main} +VoIPController, jocarduck: Got error while connecting to tcp://[2001:b28:f23f:f105:3:0:867:4]:596: Amp\Socket\ConnectException: Connection to tcp://[2001:b28:f23f:f105:3:0:867:4]:596 failed after 3 attempts; previous attempts: Connection to tcp://[2001:b28:f23f:f105:3:0:867:4]:596 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23f:f105:3:0:867:4]:596 (Network is unreachable), Connection to tcp://[2001:b28:f23f:f105:3:0:867:4]:596 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23f:f105:3:0:867:4]:596 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 Stack trace: -#0 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(275): Amp\Ipc\Sync\ChannelledSocket->send(Array) -#1 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): danog\MadelineProto\Ipc\AbstractServer->clientRequest(Object(Amp\Ipc\Sync\ChannelledSocket), 4, Array) -#2 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#3 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#4 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) -#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) -#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) -#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#15 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) -#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() #19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) -#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#22 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#23 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#24 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) -#25 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#26 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#27 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#28 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) -#29 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#30 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#31 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#32 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(Object(Amp\Sync\Lock)) -#33 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#34 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#35 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#36 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(503): Fiber->start() -#37 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() -#38 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#39 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() -#40 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#41 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() -#42 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() -#43 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() -#44 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() -#45 {main} -AbstractServer: Got error while trying to send error of error of waitQrLogin: Amp\Ipc\Sync\ChannelException: The channel was already closed! in /app/vendor/danog/ipc/lib/Sync/ChannelledSocket.php:39 +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://[2001:b28:f23d:f101::111:210]:598: Amp\Socket\ConnectException: Connection to tcp://[2001:b28:f23d:f101::111:210]:598 failed after 3 attempts; previous attempts: Connection to tcp://[2001:b28:f23d:f101::111:210]:598 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23d:f101::111:210]:598 (Network is unreachable), Connection to tcp://[2001:b28:f23d:f101::111:210]:598 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:b28:f23d:f101::111:210]:598 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 Stack trace: -#0 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(279): Amp\Ipc\Sync\ChannelledSocket->send(Array) -#1 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): danog\MadelineProto\Ipc\AbstractServer->clientRequest(Object(Amp\Ipc\Sync\ChannelledSocket), 4, Array) -#2 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#3 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#4 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) -#5 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#6 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#7 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#8 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) -#9 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#11 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#12 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) -#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#15 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#16 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) -#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:b28...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() #19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) -#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#22 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#23 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#24 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) -#25 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#26 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://[2001:67c:4e8:f102:3:0:278:803]:599: Amp\Socket\ConnectException: Connection to tcp://[2001:67c:4e8:f102:3:0:278:803]:599 failed after 3 attempts; previous attempts: Connection to tcp://[2001:67c:4e8:f102:3:0:278:803]:599 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:67c:4e8:f102:3:0:278:803]:599 (Network is unreachable), Connection to tcp://[2001:67c:4e8:f102:3:0:278:803]:599 failed: (Error #2) stream_socket_client(): Unable to connect to tcp://[2001:67c:4e8:f102:3:0:278:803]:599 (Network is unreachable) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://[2001:67c...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +VoIPController, jocarduck: Now closing call 43386432786185572 with 7296498649 +VoIPController, jocarduck: Closing all sockets in call 43386432786185572 with 7296498649 +VoIPController, jocarduck: Closed all sockets, discarding call 43386432786185572 with 7296498649 +VoIPController, jocarduck: Discarding call 43386432786185572... +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.17.52:596, call 43386432786185572 with 7296498649! +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.13.10:598, call 43386432786185572 with 7296498649! +VoIPController, jocarduck: Exiting VoIP read loop in udp://91.108.9.51:599, call 43386432786185572 with 7296498649! +VoIPController, jocarduck: Exiting DJ loop in DJ loop call 43386432786185572 with 7296498649 because the call ended! +VoIPController, jocarduck: Exited DJ loop call 43386432786185572 with 7296498649 +VoIPController, jocarduck: Exiting write loop in call 43386432786185572 with 7296498649! +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +MinDatabase, jocarduck: Found 1 pending contexts +FeedLoop, jocarduck: Getdiff fed me message of type messageService in update feed loop generic... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Saving update of type updateMessageID +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShortChatMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +VoIPController, jocarduck: Got error while connecting to tcp://91.108.17.52:596: Amp\Socket\ConnectException: Connection to tcp://91.108.17.52:596 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.17.52:596 @ tcp://91.108.17.52:596 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.17.52:596 @ tcp://91.108.17.52:596 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.17...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() +#19 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#20 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#22 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#23 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#24 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#25 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#26 {main} +VoIPController, jocarduck: Got error while connecting to tcp://91.108.13.10:598: Amp\Socket\ConnectException: Connection to tcp://91.108.13.10:598 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.13.10:598 @ tcp://91.108.13.10:598 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.13.10:598 @ tcp://91.108.13.10:598 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.13...', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#19 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#20 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#22 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#23 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#24 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#25 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#26 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() #27 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#28 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) -#29 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#30 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() -#31 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#32 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(Object(Amp\Sync\Lock)) -#33 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() -#34 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#28 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#29 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#30 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#31 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#32 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#33 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#34 {main} +VoIPController, jocarduck: Got error while connecting to tcp://91.108.9.51:599: Amp\Socket\ConnectException: Connection to tcp://91.108.9.51:599 failed after 3 attempts; previous attempts: Connecting to tcp://91.108.9.51:599 @ tcp://91.108.9.51:599 failed: timeout exceeded (5.000 s), Connecting to tcp://91.108.9.51:599 @ tcp://91.108.9.51:599 failed: timeout exceeded (5.000 s) in /app/vendor/amphp/socket/src/RetrySocketConnector.php:50 +Stack trace: +#0 /app/vendor/danog/madelineproto/src/Stream/Transport/DefaultStream.php(76): Amp\Socket\RetrySocketConnector->connect('tcp://91.108.9....', Object(Amp\Socket\ConnectContext), NULL) +#1 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Transport\DefaultStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#2 /app/vendor/danog/madelineproto/src/Stream/Common/BufferedRawStream.php(53): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#3 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\Common\BufferedRawStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#4 /app/vendor/danog/madelineproto/src/Stream/Common/CtrStream.php(70): danog\MadelineProto\Stream\ConnectionContext->getStream('') +#5 /app/vendor/danog/madelineproto/src/Stream/MTProtoTransport/ObfuscatedStream.php(71): danog\MadelineProto\Stream\Common\CtrStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext)) +#6 /app/vendor/danog/madelineproto/src/Stream/ConnectionContext.php(265): danog\MadelineProto\Stream\MTProtoTransport\ObfuscatedStream->connect(Object(danog\MadelineProto\Stream\ConnectionContext), '') +#7 /app/vendor/danog/madelineproto/src/VoIP/Endpoint.php(87): danog\MadelineProto\Stream\ConnectionContext->getStream() +#8 /app/vendor/danog/madelineproto/src/VoIPController.php(580): danog\MadelineProto\VoIP\Endpoint->connect() +#9 /app/vendor/amphp/amp/src/functions.php(33): danog\MadelineProto\VoIPController->danog\MadelineProto\{closure}() +#10 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Amp\{closure}(NULL, NULL, Array) +#11 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#12 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#13 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#14 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#15 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#16 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#17 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#18 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#19 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#20 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#21 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#22 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#23 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#24 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#25 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(64): Fiber->resume(NULL) +#26 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#27 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(567): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#28 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#29 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(171): Fiber->throw(Object(Amp\CancelledException)) +#30 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(430): Revolt\EventLoop\Internal\DriverSuspension::Revolt\EventLoop\Internal\{closure}() +#31 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(621): Revolt\EventLoop\Internal\AbstractDriver->invokeMicrotasks() +#32 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#33 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(502): Fiber->resume() +#34 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() #35 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#36 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(503): Fiber->start() -#37 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(558): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks() -#38 [internal function]: Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#39 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() -#40 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() -#41 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() -#42 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() -#43 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() -#44 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() -#45 {main} -SessionPaths: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... -SessionPaths: Got exclusive lock of /app/data/session.madeline/safe.php.lock... -SessionPaths: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... -SessionPaths: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... -APIWrapper: Saved session! -Login: Logged in successfully! -DataCenterConnection: Handling auth key transition to ENCRYPTED_NOT_AUTHED in DC 2 -DataCenterConnection: Trying to copy authorization from DC 4 to DC 2 -DataCenterConnection: Handling auth key transition to ENCRYPTED in DC 4 -DataCenterConnection: Finished auth key transition to ENCRYPTED in DC 4 -DataCenterConnection: Finished auth key transition to ENCRYPTED_NOT_AUTHED in DC 2 -DataCenterConnection: Handling auth key transition to ENCRYPTED in DC 2 -DataCenterConnection: Finished auth key transition to ENCRYPTED in DC 2 -FeedLoop: Resumed update feed loop generic -AbstractServer: Accepted IPC client connection! -UpdateHandler, jocarduck: Parsing updates (updatesTooLong) received via the socket... -entry, jocarduck: A restart was triggered! -APIWrapper, jocarduck: Shutting down MadelineProto (danog\MadelineProto\API) -MTProto, jocarduck: Will unreference instance -DataCenterConnection, jocarduck: Disconnecting from shared DC 2 -Connection, jocarduck: Disconnecting from DC 2.0 -DataCenterConnection, jocarduck: Backed up from DC 2.0 -Connection, jocarduck: Disconnected from DC 2.0 -DataCenterConnection, jocarduck: Backed up 0, added to 0 existing messages) from DC 2 -DataCenterConnection, jocarduck: Disconnecting from shared DC 4 -Connection, jocarduck: Disconnecting from DC 4.0 -DataCenterConnection, jocarduck: Backed up updates.getDifference, from DC 4.0 -Connection, jocarduck: Disconnected from DC 4.0 -DataCenterConnection, jocarduck: Backed up 1, added to 0 existing messages) from DC 4 -MTProto, jocarduck: Unreferenced instance -APIWrapper, jocarduck: Prompting final serialization... -ReadLoop, jocarduck: Stopping read loop in DC 2.0 due to reconnect... -APIWrapper, jocarduck: Done final serialization! -Serialization, jocarduck: Unlocking exclusive session lock! -Serialization, jocarduck: Unlocked exclusive session lock! -MTProto, jocarduck: Shutting down MadelineProto (MTProto) -MTProto, jocarduck: Will unreference instance -DataCenterConnection, jocarduck: Disconnecting from shared DC 2 -DataCenterConnection, jocarduck: Backed up 0, added to 0 existing messages) from DC 2 -DataCenterConnection, jocarduck: Disconnecting from shared DC 4 -DataCenterConnection, jocarduck: Backed up 0, added to 1 existing messages) from DC 4 -MTProto, jocarduck: Unreferenced instance -MTProto, jocarduck: Successfully destroyed MadelineProto -DataCenter: Acquiring connect lock for 2! -DataCenter: Connecting to DC 2 -DataCenterConnection: Restoring 0 messages to DC 2 -Session: Resetting session in DC 2.0 due to creating initial session... -Connection: Connecting to DC 2.0 via tcp://149.154.167.51:443 main DC 2, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream -DataCenterConnection: Handling auth key transition to ENCRYPTED_NOT_AUTHED_NO_LOGIN in DC 2 -DataCenterConnection: Finished auth key transition to ENCRYPTED_NOT_AUTHED_NO_LOGIN in DC 2 -Connection: Connected to DC 2.0 via tcp://149.154.167.51:443 main DC 2, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream! -MTProto: AUTH_KEY_UNREGISTERED -APIWrapper: MadelineProto is ready! -SessionPaths: Waiting for exclusive lock of /app/data/session.madeline/ipcState.php.lock... -SessionPaths: Got exclusive lock of /app/data/session.madeline/ipcState.php.lock... -SessionPaths: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... -SessionPaths: Got exclusive lock of /app/data/session.madeline/safe.php.lock... -SessionPaths: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... -SessionPaths: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... -APIWrapper: Saved session! -AbstractServer: Accepted IPC client connection! -Login: Sending code... -AbstractServer: Got error while calling IPC method: Telegram returned an RPC error: The phone number is invalid. (400) (PHONE_NUMBER_INVALID), caused by /app/vendor/danog/madelineproto/src/RPCErrorException.php:592 -Revision: 8.6.2 - -TL trace: -['auth.sendCode'] -ResponseHandler.php(347): make("PHONE_NUMBER_INVALID",400,"auth.sendCode") -WrappedFuture.php(59): danog\MadelineProto\MTProtoSession\{closure}() -CallHandler.php(139): await() -CallHandler.php(49): methodCallAsyncRead() -Login.php(197): methodCallAsyncRead() -AbstractServer.php(259): phoneLogin("") -AbstractDriver.php(430): clientRequest({},4,["phoneLogin",[""]]) -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -DriverSuspension.php(64): resume({}) -AbstractDriver.php(430): Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(502): resume() -AbstractDriver.php(558): invokeCallbacks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(96): resume() -DriverSuspension.php(117): Revolt\EventLoop\Internal\{closure}() -Future.php(251): suspend() -AbstractServer.php(177): await() -entry.php(119): waitShutdown() -entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() - -AbstractServer: Accepted IPC client connection! -Login: Sending code... -AbstractServer: Got error while calling IPC method: Telegram returned an RPC error: The phone number is invalid. (400) (PHONE_NUMBER_INVALID), caused by /app/vendor/danog/madelineproto/src/RPCErrorException.php:592 -Revision: 8.6.2 - -TL trace: -['auth.sendCode'] -ResponseHandler.php(347): make("PHONE_NUMBER_INVALID",400,"auth.sendCode") -WrappedFuture.php(59): danog\MadelineProto\MTProtoSession\{closure}() -CallHandler.php(139): await() -CallHandler.php(49): methodCallAsyncRead() -Login.php(197): methodCallAsyncRead() -AbstractServer.php(259): phoneLogin("") -AbstractDriver.php(430): clientRequest({},5,["phoneLogin",[""]]) -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -DriverSuspension.php(64): resume({}) -AbstractDriver.php(430): Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(502): resume() -AbstractDriver.php(558): invokeCallbacks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(96): resume() -DriverSuspension.php(117): Revolt\EventLoop\Internal\{closure}() -Future.php(251): suspend() -AbstractServer.php(177): await() -entry.php(119): waitShutdown() -entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() - -AbstractServer: Accepted IPC client connection! -Login: Sending code... -AbstractServer: Got error while calling IPC method: Telegram returned an RPC error: The phone number is invalid. (400) (PHONE_NUMBER_INVALID), caused by /app/vendor/danog/madelineproto/src/RPCErrorException.php:592 -Revision: 8.6.2 - -TL trace: -['auth.sendCode'] -ResponseHandler.php(347): make("PHONE_NUMBER_INVALID",400,"auth.sendCode") -WrappedFuture.php(59): danog\MadelineProto\MTProtoSession\{closure}() -CallHandler.php(139): await() -CallHandler.php(49): methodCallAsyncRead() -Login.php(197): methodCallAsyncRead() -AbstractServer.php(259): phoneLogin("") -AbstractDriver.php(430): clientRequest({},5,["phoneLogin",[""]]) -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -DriverSuspension.php(64): resume({}) -AbstractDriver.php(430): Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(502): resume() -AbstractDriver.php(558): invokeCallbacks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(96): resume() -DriverSuspension.php(117): Revolt\EventLoop\Internal\{closure}() -Future.php(251): suspend() -AbstractServer.php(177): await() -entry.php(119): waitShutdown() -entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() - -AbstractServer: Accepted IPC client connection! -Login: Sending code... -AbstractServer: Got error while calling IPC method: Telegram returned an RPC error: The phone number is invalid. (400) (PHONE_NUMBER_INVALID), caused by /app/vendor/danog/madelineproto/src/RPCErrorException.php:592 -Revision: 8.6.2 - -TL trace: -['auth.sendCode'] -ResponseHandler.php(347): make("PHONE_NUMBER_INVALID",400,"auth.sendCode") -WrappedFuture.php(59): danog\MadelineProto\MTProtoSession\{closure}() -CallHandler.php(139): await() -CallHandler.php(49): methodCallAsyncRead() -Login.php(197): methodCallAsyncRead() -AbstractServer.php(259): phoneLogin("") -AbstractDriver.php(430): clientRequest({},5,["phoneLogin",[""]]) -AbstractDriver.php(567): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -DriverSuspension.php(64): resume({}) -AbstractDriver.php(430): Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(502): resume() -AbstractDriver.php(558): invokeCallbacks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(96): resume() -DriverSuspension.php(117): Revolt\EventLoop\Internal\{closure}() -Future.php(251): suspend() -AbstractServer.php(177): await() -entry.php(119): waitShutdown() -entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() - -AbstractServer: Accepted IPC client connection! -Login: Sending code... -AbstractServer: Got error while calling IPC method: Telegram returned an RPC error: The phone number is invalid. (400) (PHONE_NUMBER_INVALID), caused by /app/vendor/danog/madelineproto/src/RPCErrorException.php:592 -Revision: 8.6.2 - -TL trace: -['auth.sendCode'] -ResponseHandler.php(347): make("PHONE_NUMBER_INVALID",400,"auth.sendCode") -WrappedFuture.php(59): danog\MadelineProto\MTProtoSession\{closure}() -CallHandler.php(139): await() -CallHandler.php(49): methodCallAsyncRead() -Login.php(197): methodCallAsyncRead() -AbstractServer.php(259): phoneLogin("") -AbstractDriver.php(430): clientRequest({},5,["phoneLogin",[""]]) -AbstractDriver.php(567): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -DriverSuspension.php(64): resume({}) -AbstractDriver.php(430): Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(502): resume() -AbstractDriver.php(558): invokeCallbacks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(96): resume() -DriverSuspension.php(117): Revolt\EventLoop\Internal\{closure}() -Future.php(251): suspend() -AbstractServer.php(177): await() -entry.php(119): waitShutdown() -entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() - -AbstractServer: Accepted IPC client connection! -Login: Sending code... -AbstractServer: Got error while calling IPC method: Telegram returned an RPC error: The phone number is invalid. (400) (PHONE_NUMBER_INVALID), caused by /app/vendor/danog/madelineproto/src/RPCErrorException.php:592 -Revision: 8.6.2 - -TL trace: -['auth.sendCode'] -ResponseHandler.php(347): make("PHONE_NUMBER_INVALID",400,"auth.sendCode") -WrappedFuture.php(59): danog\MadelineProto\MTProtoSession\{closure}() -CallHandler.php(139): await() -CallHandler.php(49): methodCallAsyncRead() -Login.php(197): methodCallAsyncRead() -AbstractServer.php(259): phoneLogin("") -AbstractDriver.php(430): clientRequest({},5,["phoneLogin",[""]]) -AbstractDriver.php(567): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -DriverSuspension.php(64): resume({}) -AbstractDriver.php(430): Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(502): resume() -AbstractDriver.php(558): invokeCallbacks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(96): resume() -DriverSuspension.php(117): Revolt\EventLoop\Internal\{closure}() -Future.php(251): suspend() -AbstractServer.php(177): await() -entry.php(119): waitShutdown() -entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() - -SessionPaths: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... -SessionPaths: Got exclusive lock of /app/data/session.madeline/safe.php.lock... -SessionPaths: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... -SessionPaths: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... -APIWrapper: Saved session! -AbstractServer: Accepted IPC client connection! -Login: Sending code... -AbstractServer: Got error while calling IPC method: Telegram returned an RPC error: The phone number is invalid. (400) (PHONE_NUMBER_INVALID), caused by /app/vendor/danog/madelineproto/src/RPCErrorException.php:592 -Revision: 8.6.2 - -TL trace: -['auth.sendCode'] -ResponseHandler.php(347): make("PHONE_NUMBER_INVALID",400,"auth.sendCode") -WrappedFuture.php(59): danog\MadelineProto\MTProtoSession\{closure}() -CallHandler.php(139): await() -CallHandler.php(49): methodCallAsyncRead() -Login.php(197): methodCallAsyncRead() -AbstractServer.php(259): phoneLogin("") -AbstractDriver.php(430): clientRequest({},5,["phoneLogin",[""]]) -AbstractDriver.php(567): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -DriverSuspension.php(64): resume({}) -AbstractDriver.php(430): Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(502): resume() -AbstractDriver.php(558): invokeCallbacks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(96): resume() -DriverSuspension.php(117): Revolt\EventLoop\Internal\{closure}() -Future.php(251): suspend() -AbstractServer.php(177): await() -entry.php(119): waitShutdown() -entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() - -AbstractServer: Accepted IPC client connection! -Login: Sending code... -AbstractServer: Got error while calling IPC method: Telegram returned an RPC error: The phone number is invalid. (400) (PHONE_NUMBER_INVALID), caused by /app/vendor/danog/madelineproto/src/RPCErrorException.php:592 -Revision: 8.6.2 - -TL trace: -['auth.sendCode'] -ResponseHandler.php(347): make("PHONE_NUMBER_INVALID",400,"auth.sendCode") -WrappedFuture.php(59): danog\MadelineProto\MTProtoSession\{closure}() -CallHandler.php(139): await() -CallHandler.php(49): methodCallAsyncRead() -Login.php(197): methodCallAsyncRead() -AbstractServer.php(259): phoneLogin("") -AbstractDriver.php(430): clientRequest({},5,["phoneLogin",[""]]) -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -DriverSuspension.php(64): resume({}) -AbstractDriver.php(430): Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(502): resume() -AbstractDriver.php(558): invokeCallbacks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(96): resume() -DriverSuspension.php(117): Revolt\EventLoop\Internal\{closure}() -Future.php(251): suspend() -AbstractServer.php(177): await() -entry.php(119): waitShutdown() -entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() - -AbstractServer: Accepted IPC client connection! -Login: Sending code... -AbstractServer: Got error while calling IPC method: Telegram returned an RPC error: The phone number is invalid. (400) (PHONE_NUMBER_INVALID), caused by /app/vendor/danog/madelineproto/src/RPCErrorException.php:592 -Revision: 8.6.2 - -TL trace: -['auth.sendCode'] -ResponseHandler.php(347): make("PHONE_NUMBER_INVALID",400,"auth.sendCode") -WrappedFuture.php(59): danog\MadelineProto\MTProtoSession\{closure}() -CallHandler.php(139): await() -CallHandler.php(49): methodCallAsyncRead() -Login.php(197): methodCallAsyncRead() -AbstractServer.php(259): phoneLogin("") -AbstractDriver.php(430): clientRequest({},5,["phoneLogin",[""]]) -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -DriverSuspension.php(64): resume({}) -AbstractDriver.php(430): Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(502): resume() -AbstractDriver.php(558): invokeCallbacks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(96): resume() -DriverSuspension.php(117): Revolt\EventLoop\Internal\{closure}() -Future.php(251): suspend() -AbstractServer.php(177): await() -entry.php(119): waitShutdown() -entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() - -DataCenter: Acquiring connect lock for 2! -DataCenter: Connecting to DC 2 -DataCenterConnection: Restoring 0 messages to DC 2 -Session: Resetting session in DC 2.0 due to creating initial session... -Connection: Connecting to DC 2.0 via tcp://149.154.167.51:443 main DC 2, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream -DataCenterConnection: Handling auth key transition to ENCRYPTED_NOT_AUTHED_NO_LOGIN in DC 2 -DataCenterConnection: Finished auth key transition to ENCRYPTED_NOT_AUTHED_NO_LOGIN in DC 2 -Connection: Connected to DC 2.0 via tcp://149.154.167.51:443 main DC 2, via ipv4 using AbridgedStream => BufferedRawStream => DefaultStream! -MTProto: AUTH_KEY_UNREGISTERED -APIWrapper: MadelineProto is ready! -SessionPaths: Waiting for exclusive lock of /app/data/session.madeline/ipcState.php.lock... -SessionPaths: Got exclusive lock of /app/data/session.madeline/ipcState.php.lock... -SessionPaths: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... -SessionPaths: Got exclusive lock of /app/data/session.madeline/safe.php.lock... -SessionPaths: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... -SessionPaths: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... -APIWrapper: Saved session! -AbstractServer: Accepted IPC client connection! -Login: Sending code... -AbstractServer: Got error while calling IPC method: Telegram returned an RPC error: The phone number is invalid. (400) (PHONE_NUMBER_INVALID), caused by /app/vendor/danog/madelineproto/src/RPCErrorException.php:592 -Revision: 8.6.2 - -TL trace: -['auth.sendCode'] -ResponseHandler.php(347): make("PHONE_NUMBER_INVALID",400,"auth.sendCode") -WrappedFuture.php(59): danog\MadelineProto\MTProtoSession\{closure}() -CallHandler.php(139): await() -CallHandler.php(49): methodCallAsyncRead() -Login.php(197): methodCallAsyncRead() -AbstractServer.php(259): phoneLogin("") -AbstractDriver.php(430): clientRequest({},5,["phoneLogin",[""]]) -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -DriverSuspension.php(64): resume({}) -AbstractDriver.php(430): Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(502): resume() -AbstractDriver.php(558): invokeCallbacks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(96): resume() -DriverSuspension.php(117): Revolt\EventLoop\Internal\{closure}() -Future.php(251): suspend() -AbstractServer.php(177): await() -entry.php(119): waitShutdown() -entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() - -AbstractServer: Accepted IPC client connection! -Login: Sending code... -AbstractServer: Got error while calling IPC method: Telegram returned an RPC error: A rate limit was encountered, please repeat the method call after 250 seconds (420) (FLOOD_WAIT_250), caused by /app/vendor/danog/madelineproto/src/MTProtoSession/ResponseHandler.php:399 -Revision: 8.6.2 - -TL trace: -['auth.sendCode'] -WrappedFuture.php(59): danog\MadelineProto\MTProtoSession\{closure}() -CallHandler.php(139): await() -CallHandler.php(49): methodCallAsyncRead() -Login.php(197): methodCallAsyncRead() -AbstractServer.php(259): phoneLogin("") -AbstractDriver.php(430): clientRequest({},5,["phoneLogin",[""]]) -AbstractDriver.php(567): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -DriverSuspension.php(64): resume({}) -AbstractDriver.php(430): Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(502): resume() -AbstractDriver.php(558): invokeCallbacks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(96): resume() -DriverSuspension.php(117): Revolt\EventLoop\Internal\{closure}() -Future.php(251): suspend() -AbstractServer.php(177): await() -entry.php(119): waitShutdown() -entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() - -AbstractServer: Accepted IPC client connection! -Login: Sending code... -AbstractServer: Got error while calling IPC method: Telegram returned an RPC error: A rate limit was encountered, please repeat the method call after 245 seconds (420) (FLOOD_WAIT_245), caused by /app/vendor/danog/madelineproto/src/MTProtoSession/ResponseHandler.php:399 -Revision: 8.6.2 - -TL trace: -['auth.sendCode'] -WrappedFuture.php(59): danog\MadelineProto\MTProtoSession\{closure}() -CallHandler.php(139): await() -CallHandler.php(49): methodCallAsyncRead() -Login.php(197): methodCallAsyncRead() -AbstractServer.php(259): phoneLogin("") -AbstractDriver.php(430): clientRequest({},5,["phoneLogin",[""]]) -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -DriverSuspension.php(64): resume({}) -AbstractDriver.php(430): Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(502): resume() -AbstractDriver.php(558): invokeCallbacks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(96): resume() -DriverSuspension.php(117): Revolt\EventLoop\Internal\{closure}() -Future.php(251): suspend() -AbstractServer.php(177): await() -entry.php(119): waitShutdown() -entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() - -AbstractServer: Accepted IPC client connection! -Login: Sending code... -Logger: MadelineProto 8.6.2 -Logger: Copyright (C) 2016-2026 Daniil Gentili -Logger: Licensed under AGPLv3 -Logger: https://github.com/danog/MadelineProto -Logger: MadelineProto can be translated in your language (current translation progress: 0%), go to https://weblate.madelineproto.xyz to contribute with the translation! -AbstractServer: Accepted IPC client connection! -Serialization: MadelineProto is starting, please wait... -Serialization: Connected to IPC socket! -Login: Sending code... -AbstractServer: Got error while calling IPC method: Telegram returned an RPC error: A rate limit was encountered, please repeat the method call after 239 seconds (420) (FLOOD_WAIT_239), caused by /app/vendor/danog/madelineproto/src/MTProtoSession/ResponseHandler.php:399 -Revision: 8.6.2 - -TL trace: -['auth.sendCode'] -WrappedFuture.php(59): danog\MadelineProto\MTProtoSession\{closure}() -CallHandler.php(139): await() -CallHandler.php(49): methodCallAsyncRead() -Login.php(197): methodCallAsyncRead() -AbstractServer.php(259): phoneLogin("") -AbstractDriver.php(430): clientRequest({},5,["phoneLogin",[""]]) -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -DriverSuspension.php(64): resume({}) -AbstractDriver.php(430): Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(502): resume() -AbstractDriver.php(558): invokeCallbacks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(96): resume() -DriverSuspension.php(117): Revolt\EventLoop\Internal\{closure}() -Future.php(251): suspend() -AbstractServer.php(177): await() -entry.php(119): waitShutdown() -entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() - -AbstractServer: Got error while calling IPC method: Telegram returned an RPC error: A rate limit was encountered, please repeat the method call after 239 seconds (420) (FLOOD_WAIT_239), caused by /app/vendor/danog/madelineproto/src/MTProtoSession/ResponseHandler.php:399 -Revision: 8.6.2 - -TL trace: -['auth.sendCode'] -WrappedFuture.php(59): danog\MadelineProto\MTProtoSession\{closure}() -CallHandler.php(139): await() -CallHandler.php(49): methodCallAsyncRead() -Login.php(197): methodCallAsyncRead() -AbstractServer.php(259): phoneLogin("+34674929131",5) -AbstractDriver.php(430): clientRequest({},0,["phoneLogin",["+34674929131",5]]) -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -DriverSuspension.php(64): resume({}) -AbstractDriver.php(430): Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(621): invokeMicrotasks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(502): resume() -AbstractDriver.php(558): invokeCallbacks() -Revolt\EventLoop\Internal\{closure}() -AbstractDriver.php(96): resume() -DriverSuspension.php(117): Revolt\EventLoop\Internal\{closure}() -Future.php(251): suspend() -AbstractServer.php(177): await() -entry.php(119): waitShutdown() -entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() - -SessionPaths: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... -SessionPaths: Got exclusive lock of /app/data/session.madeline/safe.php.lock... -SessionPaths: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... -SessionPaths: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... -APIWrapper: Saved session! +#36 /app/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(96): Fiber->resume() +#37 /app/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php(117): Revolt\EventLoop\Internal\AbstractDriver->Revolt\EventLoop\Internal\{closure}() +#38 /app/vendor/amphp/amp/src/Future.php(251): Revolt\EventLoop\Internal\DriverSuspension->suspend() +#39 /app/vendor/danog/madelineproto/src/Ipc/AbstractServer.php(177): Amp\Future->await() +#40 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(119): danog\MadelineProto\Ipc\AbstractServer::waitShutdown() +#41 /app/vendor/danog/madelineproto/src/Ipc/Runner/entry.php(154): danog\MadelineProto\Ipc\Runner\{closure}() +#42 {main} +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updateShortSentMessage) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +AuthKeyHandler, jocarduck: Calling 7296498649... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002160349143 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +AuthKeyHandler, jocarduck: DH configuration not modified +AuthKeyHandler, jocarduck: Generating a... +AuthKeyHandler, jocarduck: Generating g_a... +Crypt, jocarduck: Executing g_a check (1/2)... +Crypt, jocarduck: Executing g_a check (2/2)... +VoIPController, jocarduck: Entered DJ loop call 43386433164387526 with 7296498649 +VoIPController, jocarduck: Pausing DJ loop in DJ loop call 43386433164387526 with 7296498649 because we have nothing to play! +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1002160349143 +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +VoIPController, jocarduck: Now closing call 43386433164387526 with 7296498649 +VoIPController, jocarduck: Closing all sockets in call 43386433164387526 with 7296498649 +VoIPController, jocarduck: Closed all sockets, discarding call 43386433164387526 with 7296498649 +VoIPController, jocarduck: Discarding call 43386433164387526... +VoIPController, jocarduck: Exiting DJ loop in DJ loop call 43386433164387526 with 7296498649 because the call ended! +VoIPController, jocarduck: Exited DJ loop call 43386433164387526 with 7296498649 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateNewMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateReadHistoryOutbox +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updatePhoneCall +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001743668601 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateUserStatus +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002160349143 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: MSGID duplicate (1851939) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: MSGID duplicate (1851939) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: MSGID duplicate (1851939) in update feed loop channel -1001537011158 +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: MSGID duplicate (700679) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700680) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700679) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700680) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700679) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: MSGID duplicate (700680) in update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1002160349143 +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +FeedLoop, jocarduck: Resumed update feed loop channel -1001409650363 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +MinDatabase, jocarduck: Found 3 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelMessageViews +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/safe.php.lock... +SessionPaths, jocarduck: Waiting for exclusive lock of /app/data/session.madeline/lightState.php.lock... +SessionPaths, jocarduck: Got exclusive lock of /app/data/session.madeline/lightState.php.lock... +APIWrapper, jocarduck: Saved session! +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateEditChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +FeedLoop, jocarduck: Got channel too long update, getting difference... +FeedLoop, jocarduck: Resumed update feed loop channel -1001537011158 +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +UpdateHandler, jocarduck: Parsing updates (updates) received via the socket... +SeqLoop, jocarduck: Was fed updates of type updates... +FeedLoop, jocarduck: Resumed update feed loop channel -1002107987925 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +FeedLoop, jocarduck: Resumed update feed loop channel -1002160349143 +UpdateHandler, jocarduck: Saving update of type updateNewChannelMessage +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping +FeedLoop, jocarduck: Resumed update feed loop channel -1002024292201 +UpdateHandler, jocarduck: Saving update of type updateDeleteChannelMessages +MinDatabase, jocarduck: Found 1 pending contexts +UpdateHandler, jocarduck: Parsing updates (updateShort) received via the socket... +FeedLoop, jocarduck: Resumed update feed loop generic +UpdateHandler, jocarduck: Saving update of type updateChannelUserTyping diff --git a/src/dashboard_view.php b/src/dashboard_view.php index f5df7e5..a2992e6 100644 --- a/src/dashboard_view.php +++ b/src/dashboard_view.php @@ -32,11 +32,50 @@ +
+ + +
+
+ + +
+ + +