Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telegram not working on Arduino core for the ESP32 #228

Closed
turbonatta opened this issue Mar 1, 2021 · 25 comments
Closed

Telegram not working on Arduino core for the ESP32 #228

turbonatta opened this issue Mar 1, 2021 · 25 comments

Comments

@turbonatta
Copy link

With the latest core 1.0.5 released on Febraruary 23rd 2021 Telegram no longer work.
No error message during compilation on Arduino IDE.
The application compiled with the newest core does not send or received any message on Telegram platform.
Reverting to previous 1.0.4 core fix the problem.
Any suggestion?

@mgx0
Copy link

mgx0 commented Mar 2, 2021

looks like none of them work. I have problems connecting to HTTPS so this has to be somewhere level below

@turbonatta
Copy link
Author

I posted an issues on espressif/esp32 repository about this problem but it was closed immediately with comment:
"please take this issue to the library maintainer ;) we do not support external libraries in this issue tracker"

@witnessmenow
Copy link
Owner

Can you enable debug logs and see where it fails to connect?

@mgx0
Copy link

mgx0 commented Mar 2, 2021

for me it works in PlatformIO. I don't have much time to update it again but I saw the problem was in connecting HTTPS, simply returned nothing. When I have time I'll update and post the results but I'll leave it to @turbonatta turbonatta for now

This is what works for me now

UniversalTelegramBot 1.3.0
ArduinoJson 6.17.3
Espressif 8286 2.6.2 platform

@turbonatta
Copy link
Author

I developed the applications on Arduino IDE. As you know debug capability are very limited. I'll try this evening (Italian time). I suspect maybe the problem is in WiFiClientSecure

@mgx0
Copy link

mgx0 commented Mar 3, 2021

I developed the applications on Arduino IDE. As you know debug capability are very limited. I'll try this evening (Italian time). I suspect maybe the problem is in WiFiClientSecure

I think the request was to enable debug.

Uncomment line 25 of UniversalTelegramBot.h to look like this:
#define TELEGRAM_DEBUG 1

Run your program again And post the serial output here.

@turbonatta
Copy link
Author

Sorry, I misandurstood, :)

@turbonatta
Copy link
Author

Sorry, I misunderstood, :):)

@witnessmenow
Copy link
Owner

Enabling Debug on the library as @mgx0 mentioned is a good start. if it fails at the connect stage we can generate a sample sketch to go back to the Espressif guys with

@turbonatta
Copy link
Author

This is the serial output with debug enable:
19:41:38.647 ->
19:41:38.647 -> ESP IP Address: http://192.168.1.194
19:41:40.584 -> sendPostMessage: SEND Post Message: {"chat_id":"818311005","text":"Programma caricato"}
19:41:40.584 -> [BOT Client]Connecting to server
19:41:40.584 -> [BOT Client]Conection error
19:41:40.631 ->
19:41:40.631 -> [BOT Client]Connecting to server
19:41:40.631 -> [BOT Client]Conection error
19:41:40.631 ->
19:41:40.631 -> [BOT Client]Connecting to server
19:41:40.631 -> [BOT Client]Conection error
19:41:40.631 ->
19:41:40.631 -> [BOT Client]Connecting to server
19:41:40.631 -> [BOT Client]Conection error
19:41:40.631 ->
19:41:40.631 -> [BOT Client]Connecting to server
19:41:40.631 -> [BOT Client]Conection error
19:41:40.631 ->
19:41:40.631 -> [BOT Client]Connecting to server
19:41:40.631 -> [BOT Client]Conection error
19:41:40.631 ->
19:41:40.631 -> [BOT Client]Connecting to server
19:41:40.631 -> [BOT Client]Conection error
19:41:40.631 ->
19:41:40.631 -> [BOT Client]Connecting to server
19:41:40.631 -> [BOT Client]Conection error
19:41:40.631 ->
19:41:40.631 -> [BOT Client]Connecting to server
19:41:40.631 -> [BOT Client]Conection error
19:41:40.631 ->
19:41:40.631 -> [BOT Client]Connecting to server
19:41:40.677 -> [BOT Client]Conection error
19:41:40.677 ->
19:41:40.677 -> [BOT Client]Connecting to server
19:41:40.677 -> [BOT Client]Conection error
19:41:40.677 ->
19:41:40.677 -> [BOT Client]Connecting to server
19:41:40.677 -> [BOT Client]Conection error
19:41:40.677 ->
19:41:40.677 -> [BOT Client]Connecting to server
19:41:40.677 -> [BOT Client]Conection error
19:41:40.677 ->
19:41:40.677 -> [BOT Client]Connecting to server
19:41:40.677 -> [BOT Client]Conection error
19:41:40.677 ->
19:41:40.677 -> [BOT Client]Connecting to server
19:41:40.677 -> [BOT Client]Conection error
19:41:40.677 ->
19:41:40.677 -> [BOT Client]Connecting to server
19:41:40.677 -> [BOT Client]Conection error
19:41:40.677 ->
19:41:40.677 -> [BOT Client]Connecting to server
19:41:40.677 -> [BOT Client]Conection error
19:41:40.677 ->
19:41:40.677 -> [BOT Client]Connecting to server
19:41:40.677 -> [BOT Client]Conection error
19:41:40.724 ->
19:41:40.724 -> [BOT Client]Connecting to server
19:41:40.724 -> [BOT Client]Conection error
19:41:40.724 ->
19:41:40.724 -> [BOT Client]Connecting to server
19:41:40.724 -> [BOT Client]Conection error
19:41:40.724 ->
19:41:40.724 -> [BOT Client]Connecting to server
19:41:40.724 -> [BOT Client]Conection error
19:41:40.724 ->
19:41:40.724 -> [BOT Client]Connecting to server
19:41:40.724 -> [BOT Client]Conection error
19:41:40.724 ->
19:41:40.724 -> [BOT Client]Connecting to server
19:41:40.724 -> [BOT Client]Conection error
19:41:40.724 ->
19:41:40.724 -> [BOT Client]Connecting to server
19:41:40.724 -> [BOT Client]Conection error
19:41:40.724 ->
19:41:40.724 -> [BOT Client]Connecting to server
19:41:40.724 -> [BOT Client]Conection error
19:41:40.724 ->
19:41:40.724 -> [BOT Client]Connecting to server
19:41:40.724 -> [BOT Client]Conection error
19:41:40.771 ->
19:41:40.771 -> [BOT Client]Connecting to server
19:41:40.771 -> [BOT Client]Conection error
19:41:40.771 ->
19:41:40.771 -> [BOT Client]Connecting to server
19:41:40.771 -> [BOT Client]Conection error
19:41:40.771 ->
19:41:40.771 -> [BOT Client]Connecting to server
19:41:40.771 -> [BOT Client]Conection error
19:41:40.771 ->
19:41:40.771 -> [BOT Client]Connecting to server
19:41:40.771 -> [BOT Client]Conection error
19:41:40.771 ->
19:41:40.771 -> [BOT Client]Connecting to server
19:41:40.771 -> [BOT Client]Conection error
19:41:40.771 ->
19:41:40.771 -> [BOT Client]Connecting to server
19:41:40.771 -> [BOT Client]Conection error
19:41:40.771 ->
19:41:40.771 -> [BOT Client]Connecting to server
19:41:40.771 -> [BOT Client]Conection error
19:41:40.771 ->
19:41:40.771 -> [BOT Client]Connecting to server
19:41:40.771 -> [BOT Client]Conection error
19:41:40.771 ->
19:41:40.771 -> [BOT Client]Connecting to server
19:41:40.818 -> [BOT Client]Conection error
19:41:40.818 ->
19:41:40.818 -> [BOT Client]Connecting to server
19:41:40.818 -> [BOT Client]Conection error
19:41:40.818 ->
19:41:40.818 -> [BOT Client]Connecting to server
19:41:40.818 -> [BOT Client]Conection error
19:41:40.818 ->
19:41:40.818 -> [BOT Client]Connecting to server
19:41:40.818 -> [BOT Client]Conection error
19:41:40.818 ->
19:41:40.818 -> [BOT Client]Connecting to server
19:41:40.818 -> [BOT Client]Conection error
19:41:40.818 ->
19:41:40.818 -> [BOT Client]Connecting to server
19:41:40.818 -> [BOT Client]Conection error
19:41:40.818 ->
19:41:40.818 -> [BOT Client]Connecting to server
19:41:40.818 -> [BOT Client]Conection error
19:41:40.818 ->
19:41:40.818 -> [BOT Client]Connecting to server
19:41:40.818 -> [BOT Client]Conection error
19:41:40.818 ->
19:41:40.818 -> [BOT Client]Connecting to server
19:41:40.865 -> [BOT Client]Conection error
19:41:40.865 ->
19:41:40.865 -> [BOT Client]Connecting to server
19:41:40.865 -> [BOT Client]Conection error
19:41:40.865 ->
19:41:40.865 -> [BOT Client]Connecting to server
19:41:40.865 -> [BOT Client]Conection error
19:41:40.865 ->
19:41:40.865 -> [BOT Client]Connecting to server
19:41:40.865 -> [BOT Client]Conection error
19:41:40.865 ->
19:41:40.865 -> [BOT Client]Connecting to server
19:41:40.865 -> [BOT Client]Conection error
19:41:40.865 ->
19:41:40.865 -> [BOT Client]Connecting to server
19:41:40.865 -> [BOT Client]Conection error
19:41:40.865 ->
19:41:40.865 -> [BOT Client]Connecting to server
19:41:40.865 -> [BOT Client]Conection error
19:41:40.865 ->
19:41:40.865 -> [BOT Client]Connecting to server
19:41:40.865 -> [BOT Client]Conection error
19:41:40.865 ->
19:41:40.865 -> [BOT Client]Connecting to server
19:41:40.865 -> [BOT Client]Conection error
19:41:40.911 ->
19:41:40.911 -> [BOT Client]Connecting to server
19:41:40.911 -> [BOT Client]Conection error
19:41:40.911 ->
19:41:40.911 -> [BOT Client]Connecting to server
19:41:40.911 -> [BOT Client]Conection error
19:41:40.911 ->
19:41:40.911 -> [BOT Client]Connecting to server
19:41:40.911 -> [BOT Client]Conection error
19:41:40.911 ->
19:41:40.911 -> [BOT Client]Connecting to server
19:41:40.911 -> [BOT Client]Conection error
19:41:40.911 ->
19:41:40.911 -> [BOT Client]Connecting to server
19:41:40.911 -> [BOT Client]Conection error
19:41:40.911 ->
19:41:40.911 -> [BOT Client]Connecting to server
19:41:40.911 -> [BOT Client]Conection error
19:41:40.911 ->
19:41:40.911 -> [BOT Client]Connecting to server
19:41:40.911 -> [BOT Client]Conection error
19:41:40.911 ->
19:41:40.911 -> [BOT Client]Connecting to server
19:41:40.911 -> [BOT Client]Conection error
19:41:40.911 ->
19:41:40.911 -> [BOT Client]Connecting to server
19:41:40.958 -> [BOT Client]Conection error
19:41:40.958 ->
19:41:40.958 -> [BOT Client]Connecting to server
19:41:40.958 -> [BOT Client]Conection error
19:41:40.958 ->
19:41:40.958 -> [BOT Client]Connecting to server
19:41:40.958 -> [BOT Client]Conection error
19:41:40.958 ->
19:41:40.958 -> [BOT Client]Connecting to server
19:41:40.958 -> [BOT Client]Conection error
19:41:40.958 ->
19:41:40.958 -> [BOT Client]Connecting to server
19:41:40.958 -> [BOT Client]Conection error
19:41:40.958 ->
19:41:40.958 -> [BOT Client]Connecting to server
19:41:40.958 -> [BOT Client]Conection error
19:41:40.958 ->
19:41:40.958 -> [BOT Client]Connecting to server
19:41:40.958 -> [BOT Client]Conection error
19:41:40.958 ->
19:41:40.958 -> [BOT Client]Connecting to server
19:41:40.958 -> [BOT Client]Conection error
19:41:40.958 ->
19:41:40.958 -> [BOT Client]Connecting to server
19:41:41.005 -> [BOT Client]Conection error
19:41:41.005 ->
19:41:41.005 -> [BOT Client]Connecting to server
19:41:41.005 -> [BOT Client]Conection error
19:41:41.005 ->
19:41:41.005 -> [BOT Client]Connecting to server
19:41:41.005 -> [BOT Client]Conection error
19:41:41.005 ->
19:41:41.005 -> [BOT Client]Connecting to server
19:41:41.005 -> [BOT Client]Conection error
19:41:41.005 ->
19:41:41.005 -> [BOT Client]Connecting to server
19:41:41.005 -> [BOT Client]Conection error
19:41:41.005 ->
19:41:41.005 -> [BOT Client]Connecting to server
19:41:41.005 -> [BOT Client]Conection error
19:41:41.005 ->
19:41:41.005 -> [BOT Client]Connecting to server
19:41:41.005 -> [BOT Client]Conection error
19:41:41.005 ->
19:41:41.005 -> [BOT Client]Connecting to server
19:41:41.005 -> [BOT Client]Conection error
19:41:41.005 ->
19:41:41.005 -> [BOT Client]Connecting to server
19:41:41.005 -> [BOT Client]Conection error
19:41:41.052 ->
19:41:41.052 -> [BOT Client]Connecting to server
19:41:41.052 -> [BOT Client]Conection error
19:41:41.052 ->
19:41:41.052 -> [BOT Client]Connecting to server
19:41:41.052 -> [BOT Client]Conection error
19:41:41.052 ->
19:41:41.052 -> [BOT Client]Connecting to server
19:41:41.052 -> [BOT Client]Conection error
19:41:41.052 ->
19:41:41.052 -> [BOT Client]Connecting to server
19:41:41.052 -> [BOT Client]Conection error
19:41:41.052 ->
19:41:41.052 -> [BOT Client]Connecting to server
19:41:41.052 -> [BOT Client]Conection error
19:41:41.052 ->
19:41:41.052 -> [BOT Client]Connecting to server
19:41:41.052 -> [BOT Client]Conection error
19:41:41.052 ->
19:41:41.052 -> [BOT Client]Connecting to server
19:41:41.052 -> [BOT Client]Conection error
19:41:41.052 ->
19:41:41.052 -> [BOT Client]Connecting to server
19:41:41.052 -> [BOT Client]Conection error
19:41:41.099 ->
19:41:41.099 -> [BOT Client]Connecting to server
19:41:41.099 -> [BOT Client]Conection error
19:41:41.099 ->
19:41:41.099 -> [BOT Client]Connecting to server
19:41:41.099 -> [BOT Client]Conection error
19:41:41.099 ->
19:41:41.099 -> [BOT Client]Connecting to server
19:41:41.099 -> [BOT Client]Conection error
19:41:41.099 ->
19:41:41.099 -> [BOT Client]Connecting to server
19:41:41.099 -> [BOT Client]Conection error
19:41:41.099 ->
19:41:41.099 -> [BOT Client]Connecting to server
19:41:41.099 -> [BOT Client]Conection error
19:41:41.099 ->
19:41:41.099 -> [BOT Client]Connecting to server
19:41:41.099 -> [BOT Client]Conection error
19:41:41.099 ->
19:41:41.099 -> [BOT Client]Connecting to server
19:41:41.099 -> [BOT Client]Conection error
19:41:41.099 ->
19:41:41.099 -> [BOT Client]Connecting to server
19:41:41.099 -> [BOT Client]Conection error
19:41:41.099 ->
19:41:41.099 -> [BOT Client]Connecting to server
19:41:41.145 -> [BOT Client]Conection error
19:41:41.145 ->
19:41:41.145 -> [BOT Client]Connecting to server
19:41:41.145 -> [BOT Client]Conection error
19:41:41.145 ->
19:41:41.145 -> [BOT Client]Connecting to server
19:41:41.145 -> [BOT Client]Conection error
19:41:41.145 ->
19:41:41.145 -> [BOT Client]Connecting to server
19:41:41.145 -> [BOT Client]Conection error
19:41:41.145 ->
19:41:41.145 -> [BOT Client]Connecting to server
19:41:41.145 -> [BOT Client]Conection error
19:41:41.145 ->
19:41:41.145 -> [BOT Client]Connecting to server
19:41:41.145 -> [BOT Client]Conection error
19:41:41.145 ->
19:41:41.145 -> [BOT Client]Connecting to server
19:41:41.145 -> [BOT Client]Conection error
19:41:41.145 ->
19:41:41.145 -> [BOT Client]Connecting to server
19:41:41.145 -> [BOT Client]Conection error
19:41:41.145 ->
19:41:41.145 -> [BOT Client]Connecting to server
19:41:41.145 -> [BOT Client]Conection error
19:41:41.192 ->
19:41:41.192 -> [BOT Client]Connecting to server
19:41:41.192 -> [BOT Client]Conection error
19:41:41.192 ->
19:41:41.192 -> [BOT Client]Connecting to server
19:41:41.192 -> [BOT Client]Conection error
19:41:41.192 ->
19:41:41.192 -> [BOT Client]Connecting to server
19:41:41.192 -> [BOT Client]Conection error
19:41:41.192 ->
19:41:41.192 -> [BOT Client]Connecting to server
19:41:41.192 -> [BOT Client]Conection error
19:41:41.192 ->
19:41:41.192 -> [BOT Client]Connecting to server
19:41:41.192 -> [BOT Client]Conection error
19:41:41.192 ->
19:41:41.192 -> [BOT Client]Connecting to server
19:41:41.192 -> [BOT Client]Conection error
19:41:41.192 ->
19:41:41.192 -> [BOT Client]Connecting to server
19:41:41.192 -> [BOT Client]Conection error
19:41:41.192 ->
19:41:41.192 -> [BOT Client]Connecting to server
19:41:41.192 -> [BOT Client]Conection error
19:41:41.239 ->
19:41:41.239 -> [BOT Client]Connecting to server
19:41:41.239 -> [BOT Client]Conection error
19:41:41.239 ->
19:41:41.239 -> [BOT Client]Connecting to server
19:41:41.239 -> [BOT Client]Conection error
19:41:41.239 ->
19:41:41.239 -> [BOT Client]Connecting to server
19:41:41.239 -> [BOT Client]Conection error
19:41:41.239 ->
19:41:41.239 -> [BOT Client]Connecting to server
19:41:41.239 -> [BOT Client]Conection error
19:41:41.239 ->
19:41:41.239 -> [BOT Client]Connecting to server
19:41:41.239 -> [BOT Client]Conection error
19:41:41.239 ->
19:41:41.239 -> [BOT Client]Connecting to server
19:41:41.239 -> [BOT Client]Conection error
19:41:41.239 ->
19:41:41.239 -> [BOT Client]Connecting to server
19:41:41.239 -> [BOT Client]Conection error
19:41:41.239 ->
19:41:41.239 -> [BOT Client]Connecting to server
19:41:41.239 -> [BOT Client]Conection error
19:41:41.239 ->
19:41:41.239 -> [BOT Client]Connecting to server
19:41:41.286 -> [BOT Client]Conection error
19:41:41.286 ->
19:41:41.286 -> [BOT Client]Connecting to server
19:41:41.286 -> [BOT Client]Conection error
19:41:41.286 ->
19:41:41.286 -> [BOT Client]Connecting to server
19:41:41.286 -> [BOT Client]Conection error
19:41:41.286 ->
19:41:41.286 -> [BOT Client]Connecting to server
19:41:41.286 -> [BOT Client]Conection error
19:41:41.286 ->
19:41:41.286 -> [BOT Client]Connecting to server
19:41:41.286 -> [BOT Client]Conection error
19:41:41.286 ->
19:41:41.286 -> [BOT Client]Connecting to server
19:41:41.286 -> [BOT Client]Conection error
19:41:41.286 ->
19:41:41.286 -> [BOT Client]Connecting to server
19:41:41.286 -> [BOT Client]Conection error
19:41:41.286 ->
19:41:41.286 -> [BOT Client]Connecting to server
19:41:41.286 -> [BOT Client]Conection error
19:41:41.286 ->
19:41:41.286 -> [BOT Client]Connecting to server
19:41:41.333 -> [BOT Client]Conection error
19:41:41.333 ->
19:41:41.333 -> [BOT Client]Connecting to server
19:41:41.333 -> [BOT Client]Conection error
19:41:41.333 ->
19:41:41.333 -> [BOT Client]Connecting to server
19:41:41.333 -> [BOT Client]Conection error
19:41:41.333 ->
19:41:41.333 -> [BOT Client]Connecting to server
19:41:41.333 -> [BOT Client]Conection error
19:41:41.333 ->
19:41:41.333 -> [BOT Client]Connecting to server
19:41:41.333 -> [BOT Client]Conection error
19:41:41.333 ->
19:41:41.333 -> [BOT Client]Connecting to server
19:41:41.333 -> [BOT Client]Conection error
19:41:41.333 ->
19:41:41.333 -> [BOT Client]Connecting to server
19:41:41.333 -> [BOT Client]Conection error
19:41:41.333 ->
19:41:41.333 -> [BOT Client]Connecting to server
19:41:41.333 -> [BOT Client]Conection error
19:41:41.333 ->
19:41:41.333 -> [BOT Client]Connecting to server
19:41:41.333 -> [BOT Client]Conection error
19:41:41.379 ->
19:41:41.379 -> [BOT Client]Connecting to server
19:41:41.379 -> [BOT Client]Conection error
19:41:41.379 ->
19:41:41.379 -> [BOT Client]Connecting to server
19:41:41.379 -> [BOT Client]Conection error
19:41:41.379 ->
19:41:41.379 -> [BOT Client]Connecting to server
19:41:41.379 -> [BOT Client]Conection error
19:41:41.379 ->
19:41:41.379 -> [BOT Client]Connecting to server
19:41:41.379 -> [BOT Client]Conection error
19:41:41.379 ->
19:41:41.379 -> [BOT Client]Connecting to server
19:41:41.379 -> [BOT Client]Conection error
19:41:41.379 ->
19:41:41.379 -> [BOT Client]Connecting to server
19:41:41.379 -> [BOT Client]Conection error
19:41:41.379 ->
19:41:41.379 -> [BOT Client]Connecting to server
19:41:41.379 -> [BOT Client]Conection error
19:41:41.379 ->
19:41:41.379 -> [BOT Client]Connecting to server
19:41:41.379 -> [BOT Client]Conection error
19:41:41.379 ->
19:41:41.426 -> [BOT Client]Connecting to server
19:41:41.426 -> [BOT Client]Conection error
19:41:41.426 ->
19:41:41.426 -> [BOT Client]Connecting to server
19:41:41.426 -> [BOT Client]Conection error
19:41:41.426 ->
19:41:41.426 -> [BOT Client]Connecting to server
19:41:41.426 -> [BOT Client]Conection error
19:41:41.426 ->
19:41:41.426 -> [BOT Client]Connecting to server
19:41:41.426 -> [BOT Client]Conection error
19:41:41.426 ->
19:41:41.426 -> [BOT Client]Connecting to server
19:41:41.426 -> [BOT Client]Conection error
19:41:41.426 ->
19:41:41.426 -> [BOT Client]Connecting to server
19:41:41.426 -> [BOT Client]Conection error
19:41:41.426 ->
19:41:41.426 -> [BOT Client]Connecting to server
19:41:41.426 -> [BOT Client]Conection error
19:41:41.426 ->
19:41:41.426 -> [BOT Client]Connecting to server
19:41:41.426 -> [BOT Client]Conection error
19:41:41.426 ->
19:41:41.426 -> [BOT Client]Connecting to server
19:41:41.473 -> [BOT Client]Conection error
19:41:41.473 ->
19:41:41.473 -> [BOT Client]Connecting to server
19:41:41.473 -> [BOT Client]Conection error
19:41:41.473 ->
19:41:41.473 -> [BOT Client]Connecting to server
19:41:41.473 -> [BOT Client]Conection error
19:41:41.473 ->
19:41:41.473 -> [BOT Client]Connecting to server
19:41:41.473 -> [BOT Client]Conection error
19:41:41.473 ->
19:41:41.473 -> [BOT Client]Connecting to server
19:41:41.473 -> [BOT Client]Conection error
19:41:41.473 ->
19:41:41.473 -> [BOT Client]Connecting to server
19:41:41.473 -> [BOT Client]Conection error
19:41:41.473 ->
19:41:41.473 -> [BOT Client]Connecting to server
19:41:41.473 -> [BOT Client]Conection error
19:41:41.473 ->
19:41:41.473 -> [BOT Client]Connecting to server
19:41:41.473 -> [BOT Client]Conection error
19:41:41.473 ->
19:41:41.473 -> [BOT Client]Connecting to server
19:41:41.520 -> [BOT Client]Conection error
19:41:41.520 ->
19:41:41.520 -> [BOT Client]Connecting to server
19:41:41.520 -> [BOT Client]Conection error
19:41:41.520 ->
19:41:41.520 -> [BOT Client]Connecting to server
19:41:41.520 -> [BOT Client]Conection error
19:41:41.520 ->
19:41:41.520 -> [BOT Client]Connecting to server
19:41:41.520 -> [BOT Client]Conection error
19:41:41.520 ->
19:41:41.520 -> [BOT Client]Connecting to server
19:41:41.520 -> [BOT Client]Conection error
19:41:41.520 ->
19:41:41.520 -> [BOT Client]Connecting to server
19:41:41.520 -> [BOT Client]Conection error
19:41:41.520 ->
19:41:41.520 -> [BOT Client]Connecting to server
19:41:41.520 -> [BOT Client]Conection error
19:41:41.520 ->
19:41:41.520 -> [BOT Client]Connecting to server
19:41:41.520 -> [BOT Client]Conection error
19:41:41.520 ->
19:41:41.520 -> [BOT Client]Connecting to server
19:41:41.520 -> [BOT Client]Conection error
19:41:41.567 ->
19:41:41.567 -> [BOT Client]Connecting to server
19:41:41.567 -> [BOT Client]Conection error
19:41:41.567 ->
19:41:41.567 -> [BOT Client]Connecting to server
19:41:41.567 -> [BOT Client]Conection error
19:41:41.567 ->
19:41:41.567 -> [BOT Client]Connecting to server
19:41:41.567 -> [BOT Client]Conection error
19:41:41.567 ->
19:41:41.567 -> [BOT Client]Connecting to server
19:41:41.567 -> [BOT Client]Conection error
19:41:41.567 ->
19:41:41.567 -> [BOT Client]Connecting to server
19:41:41.567 -> [BOT Client]Conection error
19:41:41.567 ->
19:41:41.567 -> [BOT Client]Connecting to server
19:41:41.567 -> [BOT Client]Conection error
19:41:41.567 ->
19:41:41.567 -> [BOT Client]Connecting to server
19:41:41.567 -> [BOT Client]Conection error
19:41:41.567 ->
19:41:41.567 -> [BOT Client]Connecting to server
19:41:41.567 -> [BOT Client]Conection error
19:41:41.567 ->
19:41:41.567 -> [BOT Client]Connecting to server
19:41:41.613 -> [BOT Client]Conection error
19:41:41.613 ->
19:41:41.613 -> [BOT Client]Connecting to server
19:41:41.613 -> [BOT Client]Conection error
19:41:41.613 ->
19:41:41.613 -> [BOT Client]Connecting to server
19:41:41.613 -> [BOT Client]Conection error
19:41:41.613 ->
19:41:41.613 -> [BOT Client]Connecting to server
19:41:41.613 -> [BOT Client]Conection error
19:41:41.613 ->
19:41:41.613 -> [BOT Client]Connecting to server
19:41:41.613 -> [BOT Client]Conection error
19:41:41.613 ->
19:41:41.613 -> [BOT Client]Connecting to server
19:41:41.613 -> [BOT Client]Conection error
19:41:41.613 ->
19:41:41.613 -> [BOT Client]Connecting to server
19:41:41.613 -> [BOT Client]Conection error
19:41:41.613 ->
19:41:41.613 -> [BOT Client]Connecting to server
19:41:41.613 -> [BOT Client]Conection error
19:41:41.613 ->
19:41:41.613 -> [BOT Client]Connecting to server
19:41:41.660 -> [BOT Client]Conection error
19:41:41.660 ->
19:41:41.660 -> [BOT Client]Connecting to server
19:41:41.660 -> [BOT Client]Conection error
19:41:41.660 ->
19:41:41.660 -> [BOT Client]Connecting to server
19:41:41.660 -> [BOT Client]Conection error
19:41:41.660 ->
19:41:41.660 -> [BOT Client]Connecting to server
19:41:41.660 -> [BOT Client]Conection error
19:41:41.660 ->
19:41:41.660 -> [BOT Client]Connecting to server
19:41:41.660 -> [BOT Client]Conection error
19:41:41.660 ->
19:41:41.660 -> [BOT Client]Connecting to server
19:41:41.660 -> [BOT Client]Conection error
19:41:41.660 ->
19:41:41.660 -> [BOT Client]Connecting to server
19:41:41.660 -> [BOT Client]Conection error
19:41:41.660 ->
19:41:41.660 -> [BOT Client]Connecting to server
19:41:41.660 -> [BOT Client]Conection error
19:41:41.660 ->
19:41:41.660 -> [BOT Client]Connecting to server
19:41:41.660 -> [BOT Client]Conection error
19:41:41.707 ->
19:41:41.707 -> [BOT Client]Connecting to server
19:41:41.707 -> [BOT Client]Conection error
19:41:41.707 ->
19:41:41.707 -> [BOT Client]Connecting to server
19:41:41.707 -> [BOT Client]Conection error
19:41:41.707 ->
19:41:41.707 -> [BOT Client]Connecting to server
19:41:41.707 -> [BOT Client]Conection error
19:41:41.707 ->
19:41:41.707 -> [BOT Client]Connecting to server
19:41:41.707 -> [BOT Client]Conection error
19:41:41.707 ->
19:41:41.707 -> [BOT Client]Connecting to server
19:41:41.707 -> [BOT Client]Conection error
19:41:41.707 ->
19:41:41.707 -> [BOT Client]Connecting to server
19:41:41.707 -> [BOT Client]Conection error
19:41:41.707 ->
19:41:41.707 -> [BOT Client]Connecting to server
19:41:41.707 -> [BOT Client]Conection error
19:41:41.707 ->
19:41:41.707 -> [BOT Client]Connecting to server
19:41:41.707 -> [BOT Client]Conection error
19:41:41.707 ->
19:41:41.707 -> [BOT Client]Connecting to server
19:41:41.754 -> [BOT Client]Conection error
19:41:41.754 ->
19:41:41.754 -> [BOT Client]Connecting to server
19:41:41.754 -> [BOT Client]Conection error
19:41:41.754 ->
19:41:41.754 -> [BOT Client]Connecting to server
19:41:41.754 -> [BOT Client]Conection error
19:41:41.754 ->
19:41:41.754 -> [BOT Client]Connecting to server
19:41:41.754 -> [BOT Client]Conection error
19:41:41.754 ->
19:41:41.754 -> [BOT Client]Connecting to server
19:41:41.754 -> [BOT Client]Conection error
19:41:41.754 ->
19:41:41.754 -> [BOT Client]Connecting to server
19:41:41.754 -> [BOT Client]Conection error
19:41:41.754 ->
19:41:41.754 -> [BOT Client]Connecting to server
19:41:41.754 -> [BOT Client]Conection error
19:41:41.754 ->
19:41:41.754 -> [BOT Client]Connecting to server
19:41:41.754 -> [BOT Client]Conection error
19:41:41.754 ->
19:41:41.754 -> [BOT Client]Connecting to server
19:41:41.801 -> [BOT Client]Conection error
19:41:41.801 ->
19:41:41.801 -> [BOT Client]Connecting to server
19:41:41.801 -> [BOT Client]Conection error
19:41:41.801 ->
19:41:41.801 -> [BOT Client]Connecting to server
19:41:41.801 -> [BOT Client]Conection error
19:41:41.801 ->
19:41:41.801 -> [BOT Client]Connecting to server
19:41:41.801 -> [BOT Client]Conection error
19:41:41.801 ->
19:41:41.801 -> [BOT Client]Connecting to server
19:41:41.801 -> [BOT Client]Conection error
19:41:41.801 ->
19:41:41.801 -> [BOT Client]Connecting to server
19:41:41.801 -> [BOT Client]Conection error
19:41:41.801 ->
19:41:41.801 -> [BOT Client]Connecting to server
19:41:41.801 -> [BOT Client]Conection error
19:41:41.801 ->
19:41:41.801 -> [BOT Client]Connecting to server
19:41:41.801 -> [BOT Client]Conection error
19:41:41.801 ->
19:41:41.801 -> [BOT Client]Connecting to server
19:41:41.801 -> [BOT Client]Conection error
19:41:41.847 ->
19:41:41.847 -> [BOT Client]Connecting to server
19:41:41.847 -> [BOT Client]Conection error
19:41:41.847 ->
19:41:41.847 -> [BOT Client]Connecting to server
19:41:41.847 -> [BOT Client]Conection error
19:41:41.847 ->
19:41:41.847 -> [BOT Client]Connecting to server
19:41:41.847 -> [BOT Client]Conection error
19:41:41.847 ->
19:41:41.847 -> [BOT Client]Connecting to server
19:41:41.847 -> [BOT Client]Conection error
19:41:41.847 ->
19:41:41.847 -> [BOT Client]Connecting to server
19:41:41.847 -> [BOT Client]Conection error
19:41:41.847 ->
19:41:41.847 -> [BOT Client]Connecting to server
19:41:41.847 -> [BOT Client]Conection error
19:41:41.847 ->
19:41:41.847 -> [BOT Client]Connecting to server
19:41:41.847 -> [BOT Client]Conection error
19:41:41.847 ->
19:41:41.847 -> [BOT Client]Connecting to server
19:41:41.847 -> [BOT Client]Conection error
19:41:41.894 ->
19:41:41.894 -> [BOT Client]Connecting to server
19:41:41.894 -> [BOT Client]Conection error
19:41:41.894 ->
19:41:41.894 -> [BOT Client]Connecting to server
19:41:41.894 -> [BOT Client]Conection error
19:41:41.894 ->
19:41:41.894 -> [BOT Client]Connecting to server
19:41:41.894 -> [BOT Client]Conection error
19:41:41.894 ->
19:41:41.894 -> [BOT Client]Connecting to server
19:41:41.894 -> [BOT Client]Conection error
19:41:41.894 ->
19:41:41.894 -> [BOT Client]Connecting to server
19:41:41.894 -> [BOT Client]Conection error
19:41:41.894 ->
19:41:41.894 -> [BOT Client]Connecting to server
19:41:41.894 -> [BOT Client]Conection error
19:41:41.894 ->
19:41:41.894 -> [BOT Client]Connecting to server
19:41:41.894 -> [BOT Client]Conection error
19:41:41.894 ->
19:41:41.894 -> [BOT Client]Connecting to server
19:41:41.894 -> [BOT Client]Conection error
19:41:41.894 ->
19:41:41.894 -> [BOT Client]Connecting to server
19:41:41.941 -> [BOT Client]Conection error
19:41:41.941 ->
19:41:41.941 -> [BOT Client]Connecting to server
19:41:41.941 -> [BOT Client]Conection error
19:41:41.941 ->
19:41:41.941 -> [BOT Client]Connecting to server
19:41:41.941 -> [BOT Client]Conection error
19:41:41.941 ->
19:41:41.941 -> [BOT Client]Connecting to server
19:41:41.941 -> [BOT Client]Conection error
19:41:41.941 ->
19:41:41.941 -> [BOT Client]Connecting to server
19:41:41.941 -> [BOT Client]Conection error
19:41:41.941 ->
19:41:41.941 -> [BOT Client]Connecting to server
19:41:41.941 -> [BOT Client]Conection error
19:41:41.941 ->
19:41:41.941 -> [BOT Client]Connecting to server
19:41:41.941 -> [BOT Client]Conection error
19:41:41.941 ->
19:41:41.941 -> [BOT Client]Connecting to server
19:41:41.941 -> [BOT Client]Conection error
19:41:41.941 ->
19:41:41.941 -> [BOT Client]Connecting to server
19:41:41.941 -> [BOT Client]Conection error
19:41:41.988 ->
19:41:41.988 -> [BOT Client]Connecting to server
19:41:41.988 -> [BOT Client]Conection error
19:41:41.988 ->
19:41:41.988 -> [BOT Client]Connecting to server
19:41:41.988 -> [BOT Client]Conection error
19:41:41.988 ->
19:41:41.988 -> [BOT Client]Connecting to server
19:41:41.988 -> [BOT Client]Conection error
19:41:41.988 ->
19:41:41.988 -> [BOT Client]Connecting to server
19:41:41.988 -> [BOT Client]Conection error
19:41:41.988 ->
19:41:41.988 -> [BOT Client]Connecting to server
19:41:41.988 -> [BOT Client]Conection error
19:41:41.988 ->
19:41:41.988 -> [BOT Client]Connecting to server
19:41:41.988 -> [BOT Client]Conection error
19:41:41.988 ->
19:41:41.988 -> [BOT Client]Connecting to server
19:41:41.988 -> [BOT Client]Conection error
19:41:41.988 ->
19:41:41.988 -> [BOT Client]Connecting to server
19:41:41.988 -> [BOT Client]Conection error
19:41:42.035 ->
19:41:42.035 -> [BOT Client]Connecting to server
19:41:42.035 -> [BOT Client]Conection error
19:41:42.035 ->
19:41:42.035 -> [BOT Client]Connecting to server
19:41:42.035 -> [BOT Client]Conection error
19:41:42.035 ->
19:41:42.035 -> [BOT Client]Connecting to server
19:41:42.035 -> [BOT Client]Conection error
19:41:42.035 ->
19:41:42.035 -> [BOT Client]Connecting to server
19:41:42.035 -> [BOT Client]Conection error
19:41:42.035 ->
19:41:42.035 -> [BOT Client]Connecting to server
19:41:42.035 -> [BOT Client]Conection error
19:41:42.035 ->
19:41:42.035 -> [BOT Client]Connecting to server
19:41:42.035 -> [BOT Client]Conection error
19:41:42.035 ->
19:41:42.035 -> [BOT Client]Connecting to server
19:41:42.035 -> [BOT Client]Conection error
19:41:42.035 ->
19:41:42.035 -> [BOT Client]Connecting to server
19:41:42.035 -> [BOT Client]Conection error
19:41:42.035 ->
19:41:42.035 -> [BOT Client]Connecting to server
19:41:42.081 -> [BOT Client]Conection error
19:41:42.081 ->
19:41:42.081 -> [BOT Client]Connecting to server
19:41:42.081 -> [BOT Client]Conection error
19:41:42.081 ->
19:41:42.081 -> [BOT Client]Connecting to server
19:41:42.081 -> [BOT Client]Conection error
19:41:42.081 ->
19:41:42.081 -> [BOT Client]Connecting to server
19:41:42.081 -> [BOT Client]Conection error
19:41:42.081 ->
19:41:42.081 -> [BOT Client]Connecting to server
19:41:42.081 -> [BOT Client]Conection error
19:41:42.081 ->
19:41:42.081 -> [BOT Client]Connecting to server
19:41:42.081 -> [BOT Client]Conection error
19:41:42.081 ->
19:41:42.081 -> [BOT Client]Connecting to server
19:41:42.081 -> [BOT Client]Conection error
19:41:42.081 ->
19:41:42.081 -> [BOT Client]Connecting to server
19:41:42.081 -> [BOT Client]Conection error
19:41:42.081 ->
19:41:42.081 -> [BOT Client]Connecting to server
19:41:42.128 -> [BOT Client]Conection error
19:41:42.128 ->
19:41:42.128 -> [BOT Client]Connecting to server
19:41:42.128 -> [BOT Client]Conection error
19:41:42.128 ->
19:41:42.128 -> [BOT Client]Connecting to server
19:41:42.128 -> [BOT Client]Conection error
19:41:42.128 ->
19:41:42.128 -> [BOT Client]Connecting to server
19:41:42.128 -> [BOT Client]Conection error
19:41:42.128 ->
19:41:42.128 -> [BOT Client]Connecting to server
19:41:42.128 -> [BOT Client]Conection error
19:41:42.128 ->
19:41:42.128 -> [BOT Client]Connecting to server
19:41:42.128 -> [BOT Client]Conection error
19:41:42.128 ->
19:41:42.128 -> [BOT Client]Connecting to server
19:41:42.128 -> [BOT Client]Conection error
19:41:42.128 ->
19:41:42.128 -> [BOT Client]Connecting to server
19:41:42.128 -> [BOT Client]Conection error
19:41:42.128 ->
19:41:42.128 -> [BOT Client]Connecting to server
19:41:42.128 -> [BOT Client]Conection error
19:41:42.175 ->
19:41:42.175 -> [BOT Client]Connecting to server
19:41:42.175 -> [BOT Client]Conection error
19:41:42.175 ->
19:41:42.175 -> [BOT Client]Connecting to server
19:41:42.175 -> [BOT Client]Conection error
19:41:42.175 ->
19:41:42.175 -> [BOT Client]Connecting to server
19:41:42.175 -> [BOT Client]Conection error
19:41:42.175 ->
19:41:42.175 -> [BOT Client]Connecting to server
19:41:42.175 -> [BOT Client]Conection error
19:41:42.175 ->
19:41:42.175 -> [BOT Client]Connecting to server
19:41:42.175 -> [BOT Client]Conection error
19:41:42.175 ->
19:41:42.175 -> [BOT Client]Connecting to server
19:41:42.175 -> [BOT Client]Conection error
19:41:42.175 ->
19:41:42.175 -> [BOT Client]Connecting to server
19:41:42.175 -> [BOT Client]Conection error
19:41:42.175 ->
19:41:42.175 -> [BOT Client]Connecting to server
19:41:42.175 -> [BOT Client]Conection error
19:41:42.222 ->
19:41:42.222 -> [BOT Client]Connecting to server
19:41:42.222 -> [BOT Client]Conection error
19:41:42.222 ->
19:41:42.222 -> [BOT Client]Connecting to server
19:41:42.222 -> [BOT Client]Conection error
19:41:42.222 ->
19:41:42.222 -> [BOT Client]Connecting to server
19:41:42.222 -> [BOT Client]Conection error
19:41:42.222 ->
19:41:42.222 -> [BOT Client]Connecting to server
19:41:42.222 -> [BOT Client]Conection error
19:41:42.222 ->
19:41:42.222 -> [BOT Client]Connecting to server
19:41:42.222 -> [BOT Client]Conection error
19:41:42.222 ->
19:41:42.222 -> [BOT Client]Connecting to server
19:41:42.222 -> [BOT Client]Conection error
19:41:42.222 ->
19:41:42.222 -> [BOT Client]Connecting to server
19:41:42.222 -> [BOT Client]Conection error
19:41:42.222 ->
19:41:42.222 -> [BOT Client]Connecting to server
19:41:42.222 -> [BOT Client]Conection error
19:41:42.222 ->
19:41:42.222 -> [BOT Client]Connecting to server
19:41:42.269 -> [BOT Client]Conection error
19:41:42.269 ->
19:41:42.269 -> [BOT Client]Connecting to server
19:41:42.269 -> [BOT Client]Conection error
19:41:42.269 ->
19:41:42.269 -> [BOT Client]Connecting to server
19:41:42.269 -> [BOT Client]Conection error
19:41:42.269 ->
19:41:42.269 -> [BOT Client]Connecting to server
19:41:42.269 -> [BOT Client]Conection error
19:41:42.269 ->
19:41:42.269 -> [BOT Client]Connecting to server
19:41:42.269 -> [BOT Client]Conection error
19:41:42.269 ->
19:41:42.269 -> [BOT Client]Connecting to server
19:41:42.269 -> [BOT Client]Conection error
19:41:42.269 ->
19:41:42.269 -> [BOT Client]Connecting to server
19:41:42.269 -> [BOT Client]Conection error
19:41:42.269 ->
19:41:42.269 -> [BOT Client]Connecting to server
19:41:42.269 -> [BOT Client]Conection error
19:41:42.269 ->
19:41:42.269 -> [BOT Client]Connecting to server
19:41:42.269 -> [BOT Client]Conection error
19:41:42.315 ->
19:41:42.315 -> [BOT Client]Connecting to server
19:41:42.315 -> [BOT Client]Conection error
19:41:42.315 ->
19:41:42.315 -> [BOT Client]Connecting to server
19:41:42.315 -> [BOT Client]Conection error
19:41:42.315 ->
19:41:42.315 -> [BOT Client]Connecting to server
19:41:42.315 -> [BOT Client]Conection error
19:41:42.315 ->
19:41:42.315 -> [BOT Client]Connecting to server
19:41:42.315 -> [BOT Client]Conection error
19:41:42.315 ->
19:41:42.315 -> [BOT Client]Connecting to server
19:41:42.315 -> [BOT Client]Conection error
19:41:42.315 ->
19:41:42.315 -> [BOT Client]Connecting to server
19:41:42.315 -> [BOT Client]Conection error
19:41:42.315 ->
19:41:42.315 -> [BOT Client]Connecting to server
19:41:42.315 -> [BOT Client]Conection error
19:41:42.315 ->
19:41:42.315 -> [BOT Client]Connecting to server
19:41:42.315 -> [BOT Client]Conection error
19:41:42.362 ->
19:41:42.362 -> [BOT Client]Connecting to server
19:41:42.362 -> [BOT Client]Conection error
19:41:42.362 ->
19:41:42.362 -> [BOT Client]Connecting to server
19:41:42.362 -> [BOT Client]Conection error
19:41:42.362 ->
19:41:42.362 -> [BOT Client]Connecting to server
19:41:42.362 -> [BOT Client]Conection error
19:41:42.362 ->
19:41:42.362 -> [BOT Client]Connecting to server
19:41:42.362 -> [BOT Client]Conection error
19:41:42.362 ->
19:41:42.362 -> [BOT Client]Connecting to server
19:41:42.362 -> [BOT Client]Conection error
19:41:42.362 ->
19:41:42.362 -> [BOT Client]Connecting to server
19:41:42.362 -> [BOT Client]Conection error
19:41:42.362 ->
19:41:42.362 -> [BOT Client]Connecting to server
19:41:42.362 -> [BOT Client]Conection error
19:41:42.362 ->
19:41:42.362 -> [BOT Client]Connecting to server
19:41:42.362 -> [BOT Client]Conection error
19:41:42.362 ->
19:41:42.362 -> [BOT Client]Connecting to server
19:41:42.409 -> [BOT Client]Conection error
19:41:42.409 ->
19:41:42.409 -> [BOT Client]Connecting to server
19:41:42.409 -> [BOT Client]Conection error
19:41:42.409 ->
19:41:42.409 -> [BOT Client]Connecting to server
19:41:42.409 -> [BOT Client]Conection error
19:41:42.409 ->
19:41:42.409 -> [BOT Client]Connecting to server
19:41:42.409 -> [BOT Client]Conection error
19:41:42.409 ->
19:41:42.409 -> [BOT Client]Connecting to server
19:41:42.409 -> [BOT Client]Conection error
19:41:42.409 ->
19:41:42.409 -> [BOT Client]Connecting to server
19:41:42.409 -> [BOT Client]Conection error
19:41:42.409 ->
19:41:42.409 -> [BOT Client]Connecting to server
19:41:42.409 -> [BOT Client]Conection error
19:41:42.409 ->
19:41:42.409 -> [BOT Client]Connecting to server
19:41:42.409 -> [BOT Client]Conection error
19:41:42.409 ->
19:41:42.409 -> [BOT Client]Connecting to server
19:41:42.456 -> [BOT Client]Conection error
19:41:42.456 ->
19:41:42.456 -> [BOT Client]Connecting to server
19:41:42.456 -> [BOT Client]Conection error
19:41:42.456 ->
19:41:42.456 -> [BOT Client]Connecting to server
19:41:42.456 -> [BOT Client]Conection error
19:41:42.456 ->
19:41:42.456 -> [BOT Client]Connecting to server
19:41:42.456 -> [BOT Client]Conection error
19:41:42.456 ->
19:41:42.456 -> [BOT Client]Connecting to server
19:41:42.456 -> [BOT Client]Conection error
19:41:42.456 ->
19:41:42.456 -> [BOT Client]Connecting to server
19:41:42.456 -> [BOT Client]Conection error
19:41:42.456 ->
19:41:42.456 -> [BOT Client]Connecting to server
19:41:42.456 -> [BOT Client]Conection error
19:41:42.456 ->
19:41:42.456 -> [BOT Client]Connecting to server
19:41:42.456 -> [BOT Client]Conection error
19:41:42.456 ->
19:41:42.456 -> [BOT Client]Connecting to server
19:41:42.456 -> [BOT Client]Conection error
19:41:42.503 ->
19:41:42.503 -> [BOT Client]Connecting to server
19:41:42.503 -> [BOT Client]Conection error
19:41:42.503 ->
19:41:42.503 -> [BOT Client]Connecting to server
19:41:42.503 -> [BOT Client]Conection error
19:41:42.503 ->
19:41:42.503 -> [BOT Client]Connecting to server
19:41:42.503 -> [BOT Client]Conection error
19:41:42.503 ->
19:41:42.503 -> [BOT Client]Connecting to server
19:41:42.503 -> [BOT Client]Conection error
19:41:42.503 ->
19:41:42.503 -> [BOT Client]Connecting to server
19:41:42.503 -> [BOT Client]Conection error
19:41:42.503 ->
19:41:42.503 -> [BOT Client]Connecting to server
19:41:42.503 -> [BOT Client]Conection error
19:41:42.503 ->
19:41:42.503 -> [BOT Client]Connecting to server
19:41:42.503 -> [BOT Client]Conection error
19:41:42.503 ->
19:41:42.503 -> [BOT Client]Connecting to server
19:41:42.503 -> [BOT Client]Conection error
19:41:42.503 ->
19:41:42.503 -> [BOT Client]Connecting to server
19:41:42.549 -> [BOT Client]Conection error
19:41:42.549 ->
19:41:42.549 -> [BOT Client]Connecting to server
19:41:42.549 -> [BOT Client]Conection error
19:41:42.549 ->
19:41:42.549 -> [BOT Client]Connecting to server
19:41:42.549 -> [BOT Client]Conection error
19:41:42.549 ->
19:41:42.549 -> [BOT Client]Connecting to server
19:41:42.549 -> [BOT Client]Conection error
19:41:42.549 ->
19:41:42.549 -> [BOT Client]Connecting to server
19:41:42.549 -> [BOT Client]Conection error
19:41:42.549 ->
19:41:42.549 -> [BOT Client]Connecting to server
19:41:42.549 -> [BOT Client]Conection error
19:41:42.549 ->
19:41:42.549 -> [BOT Client]Connecting to server
19:41:42.549 -> [BOT Client]Conection error
19:41:42.549 ->
19:41:42.549 -> [BOT Client]Connecting to server
19:41:42.549 -> [BOT Client]Conection error
19:41:42.549 ->
19:41:42.549 -> [BOT Client]Connecting to server
19:41:42.549 -> [BOT Client]Conection error
19:41:42.596 ->
19:41:42.596 -> [BOT Client]Connecting to server
19:41:42.596 -> [BOT Client]Conection error
19:41:42.596 ->
19:41:42.596 -> [BOT Client]Connecting to server
19:41:42.596 -> [BOT Client]Conection error
19:41:42.596 ->
19:41:42.596 -> [BOT Client]Connecting to server
19:41:42.596 -> [BOT Client]Conection error
19:41:42.596 ->
19:41:42.596 -> [BOT Client]Connecting to server
19:41:42.596 -> [BOT Client]Conection error
19:41:42.596 ->
19:41:42.596 -> [BOT Client]Connecting to server
19:41:42.596 -> [BOT Client]Conection error
19:41:42.596 ->
19:41:42.596 -> [BOT Client]Connecting to server
19:41:42.596 -> [BOT Client]Conection error
19:41:42.596 ->
19:41:42.596 -> [BOT Client]Connecting to server
19:41:42.596 -> [BOT Client]Conection error
19:41:42.596 ->
19:41:42.596 -> [BOT Client]Connecting to server
19:41:42.643 -> [BOT Client]Conection error
19:41:42.643 ->
19:41:42.643 -> [BOT Client]Connecting to server
19:41:42.643 -> [BOT Client]Conection error
19:41:42.643 ->
19:41:42.643 -> [BOT Client]Connecting to server
19:41:42.643 -> [BOT Client]Conection error
19:41:42.643 ->
19:41:42.643 -> [BOT Client]Connecting to server
19:41:42.643 -> [BOT Client]Conection error
19:41:42.643 ->
19:41:42.643 -> [BOT Client]Connecting to server
19:41:42.643 -> [BOT Client]Conection error
19:41:42.643 ->
19:41:42.643 -> [BOT Client]Connecting to server
19:41:42.643 -> [BOT Client]Conection error
19:41:42.643 ->
19:41:42.643 -> [BOT Client]Connecting to server
19:41:42.643 -> [BOT Client]Conection error
19:41:42.643 ->
19:41:42.643 -> [BOT Client]Connecting to server
19:41:42.643 -> [BOT Client]Conection error
19:41:42.643 ->
19:41:42.643 -> [BOT Client]Connecting to server
19:41:42.643 -> [BOT Client]Conection error
19:41:42.690 ->
19:41:42.690 -> [BOT Client]Connecting to server
19:41:42.690 -> [BOT Client]Conection error
19:41:42.690 ->
19:41:42.690 -> [BOT Client]Connecting to server
19:41:42.690 -> [BOT Client]Conection error
19:41:42.690 ->
19:41:42.690 -> [BOT Client]Connecting to server
19:41:42.690 -> [BOT Client]Conection error
19:41:42.690 ->
19:41:42.690 -> [BOT Client]Connecting to server
19:41:42.690 -> [BOT Client]Conection error
19:41:42.690 ->
19:41:42.690 -> [BOT Client]Connecting to server
19:41:42.690 -> [BOT Client]Conection error
19:41:42.690 ->
19:41:42.690 -> [BOT Client]Connecting to server
19:41:42.690 -> [BOT Client]Conection error
19:41:42.690 ->
19:41:42.690 -> [BOT Client]Connecting to server
19:41:42.690 -> [BOT Client]Conection error
19:41:42.690 ->
19:41:42.690 -> [BOT Client]Connecting to server
19:41:42.690 -> [BOT Client]Conection error
19:41:42.690 ->
19:41:42.690 -> [BOT Client]Connecting to server
19:41:42.737 -> [BOT Client]Conection error
19:41:42.737 ->
19:41:42.737 -> [BOT Client]Connecting to server
19:41:42.737 -> [BOT Client]Conection error
19:41:42.737 ->
19:41:42.737 -> [BOT Client]Connecting to server
19:41:42.737 -> [BOT Client]Conection error
19:41:42.737 ->
19:41:42.737 -> [BOT Client]Connecting to server
19:41:42.737 -> [BOT Client]Conection error
19:41:42.737 ->
19:41:42.737 -> [BOT Client]Connecting to server
19:41:42.737 -> [BOT Client]Conection error
19:41:42.737 ->
19:41:42.737 -> [BOT Client]Connecting to server
19:41:42.737 -> [BOT Client]Conection error
19:41:42.737 ->
19:41:42.737 -> [BOT Client]Connecting to server
19:41:42.737 -> [BOT Client]Conection error
19:41:42.737 ->
19:41:42.737 -> [BOT Client]Connecting to server
19:41:42.737 -> [BOT Client]Conection error
19:41:42.737 ->
19:41:42.737 -> [BOT Client]Connecting to server
19:41:42.783 -> [BOT Client]Conection error
19:41:42.783 ->
19:41:42.783 -> [BOT Client]Connecting to server
19:41:42.783 -> [BOT Client]Conection error
19:41:42.783 ->
19:41:42.783 -> [BOT Client]Connecting to server
19:41:42.783 -> [BOT Client]Conection error
19:41:42.783 ->
19:41:42.783 -> [BOT Client]Connecting to server
19:41:42.783 -> [BOT Client]Conection error
19:41:42.783 ->
19:41:42.783 -> [BOT Client]Connecting to server
19:41:42.783 -> [BOT Client]Conection error
19:41:42.783 ->
19:41:42.783 -> [BOT Client]Connecting to server
19:41:42.783 -> [BOT Client]Conection error
19:41:42.783 ->
19:41:42.783 -> [BOT Client]Connecting to server
19:41:42.783 -> [BOT Client]Conection error
19:41:42.783 ->
19:41:42.783 -> [BOT Client]Connecting to server
19:41:42.783 -> [BOT Client]Conection error
19:41:42.783 ->
19:41:42.783 -> [BOT Client]Connecting to server
19:41:42.783 -> [BOT Client]Conection error
19:41:42.783 ->
19:41:42.783 -> [BOT Client]Connecting to server
19:41:42.783 -> [BOT Client]Conection error
19:41:42.783 ->
19:41:42.783 -> [BOT Client]Connecting to server
19:41:42.783 -> [BOT Client]Conection error
19:41:42.830 ->
19:41:42.830 -> [BOT Client]Connecting to server
19:41:42.830 -> [BOT Client]Conection error
19:41:42.830 ->
19:41:42.830 -> [BOT Client]Connecting to server
19:41:42.830 -> [BOT Client]Conection error
19:41:42.830 ->
19:41:42.830 -> [BOT Client]Connecting to server
19:41:42.830 -> [BOT Client]Conection error
19:41:42.830 ->
19:41:42.830 -> [BOT Client]Connecting to server
19:41:42.830 -> [BOT Client]Conection error
19:41:42.830 ->
19:41:42.830 -> [BOT Client]Connecting to server
19:41:42.830 -> [BOT Client]Conection error
19:41:42.830 ->
19:41:42.830 -> [BOT Client]Connecting to server
19:41:42.830 -> [BOT Client]Conection error
19:41:42.830 ->
19:41:42.830 -> [BOT Client]Connecting to server
19:41:42.877 -> [BOT Client]Conection error
19:41:42.877 ->
19:41:42.877 -> [BOT Client]Connecting to server
19:41:42.877 -> [BOT Client]Conection error
19:41:42.877 ->
19:41:42.877 -> [BOT Client]Connecting to server
19:41:42.877 -> [BOT Client]Conection error
19:41:42.877 ->
19:41:42.877 -> [BOT Client]Connecting to server
19:41:42.877 -> [BOT Client]Conection error
19:41:42.877 ->
19:41:42.877 -> [BOT Client]Connecting to server
19:41:42.877 -> [BOT Client]Conection error
19:41:42.877 ->
19:41:42.877 -> [BOT Client]Connecting to server
19:41:42.877 -> [BOT Client]Conection error
19:41:42.877 ->
19:41:42.877 -> [BOT Client]Connecting to server
19:41:42.877 -> [BOT Client]Conection error
19:41:42.877 ->
19:41:42.877 -> [BOT Client]Connecting to server
19:41:42.877 -> [BOT Client]Conection error
19:41:42.877 ->
19:41:42.877 -> [BOT Client]Connecting to server
19:41:42.924 -> [BOT Client]Conection error
19:41:42.924 ->
19:41:42.924 -> [BOT Client]Connecting to server
19:41:42.924 -> [BOT Client]Conection error
19:41:42.924 ->
19:41:42.924 -> [BOT Client]Connecting to server
19:41:42.924 -> [BOT Client]Conection error
19:41:42.924 ->
19:41:42.924 -> [BOT Client]Connecting to server
19:41:42.924 -> [BOT Client]Conection error
19:41:42.924 ->
19:41:42.924 -> [BOT Client]Connecting to server
19:41:42.924 -> [BOT Client]Conection error
19:41:42.924 ->
19:41:42.924 -> [BOT Client]Connecting to server
19:41:42.924 -> [BOT Client]Conection error
19:41:42.924 ->
19:41:42.924 -> [BOT Client]Connecting to server
19:41:42.924 -> [BOT Client]Conection error
19:41:42.924 ->
19:41:42.924 -> [BOT Client]Connecting to server
19:41:42.924 -> [BOT Client]Conection error
19:41:42.924 ->
19:41:42.924 -> [BOT Client]Connecting to server
19:41:42.924 -> [BOT Client]Conection error
19:41:42.971 ->
19:41:42.971 -> [BOT Client]Connecting to server
19:41:42.971 -> [BOT Client]Conection error
19:41:42.971 ->
19:41:42.971 -> [BOT Client]Connecting to server
19:41:42.971 -> [BOT Client]Conection error
19:41:42.971 ->
19:41:42.971 -> [BOT Client]Connecting to server
19:41:42.971 -> [BOT Client]Conection error
19:41:42.971 ->
19:41:42.971 -> [BOT Client]Connecting to server
19:41:42.971 -> [BOT Client]Conection error
19:41:42.971 ->
19:41:42.971 -> [BOT Client]Connecting to server
19:41:42.971 -> [BOT Client]Conection error
19:41:42.971 ->
19:41:42.971 -> [BOT Client]Connecting to server
19:41:42.971 -> [BOT Client]Conection error
19:41:42.971 ->
19:41:42.971 -> [BOT Client]Connecting to server
19:41:42.971 -> [BOT Client]Conection error
19:41:42.971 ->
19:41:42.971 -> [BOT Client]Connecting to server
19:41:42.971 -> [BOT Client]Conection error
19:41:42.971 ->
19:41:42.971 -> [BOT Client]Connecting to server
19:41:43.017 -> [BOT Client]Conection error
19:41:43.017 ->
19:41:43.017 -> [BOT Client]Connecting to server
19:41:43.017 -> [BOT Client]Conection error
19:41:43.017 ->
19:41:43.017 -> [BOT Client]Connecting to server
19:41:43.017 -> [BOT Client]Conection error
19:41:43.017 ->
19:41:43.017 -> [BOT Client]Connecting to server
19:41:43.017 -> [BOT Client]Conection error
19:41:43.017 ->
19:41:43.017 -> [BOT Client]Connecting to server
19:41:43.017 -> [BOT Client]Conection error
19:41:43.017 ->
19:41:43.017 -> [BOT Client]Connecting to server
19:41:43.017 -> [BOT Client]Conection error
19:41:43.017 ->
19:41:43.017 -> [BOT Client]Connecting to server
19:41:43.017 -> [BOT Client]Conection error
19:41:43.017 ->
19:41:43.017 -> [BOT Client]Connecting to server
19:41:43.017 -> [BOT Client]Conection error
19:41:43.017 ->
19:41:43.017 -> [BOT Client]Connecting to server
19:41:43.064 -> [BOT Client]Conection error
19:41:43.064 ->
19:41:43.064 -> [BOT Client]Connecting to server
19:41:43.064 -> [BOT Client]Conection error
19:41:43.064 ->
19:41:43.064 -> [BOT Client]Connecting to server
19:41:43.064 -> [BOT Client]Conection error
19:41:43.064 ->
19:41:43.064 -> [BOT Client]Connecting to server
19:41:43.064 -> [BOT Client]Conection error
19:41:43.064 ->
19:41:43.064 -> [BOT Client]Connecting to server
19:41:43.064 -> [BOT Client]Conection error
19:41:43.064 ->
19:41:43.064 -> [BOT Client]Connecting to server
19:41:43.064 -> [BOT Client]Conection error
19:41:43.064 ->
19:41:43.064 -> [BOT Client]Connecting to server
19:41:43.064 -> [BOT Client]Conection error
19:41:43.064 ->
19:41:43.064 -> [BOT Client]Connecting to server
19:41:43.064 -> [BOT Client]Conection error
19:41:43.064 ->
19:41:43.064 -> [BOT Client]Connecting to server
19:41:43.111 -> [BOT Client]Conection error
19:41:43.111 ->
19:41:43.111 -> [BOT Client]Connecting to server
19:41:43.111 -> [BOT Client]Conection error
19:41:43.111 ->
19:41:43.111 -> [BOT Client]Connecting to server
19:41:43.111 -> [BOT Client]Conection error
19:41:43.111 ->
19:41:43.111 -> [BOT Client]Connecting to server
19:41:43.111 -> [BOT Client]Conection error
19:41:43.111 ->
19:41:43.111 -> [BOT Client]Connecting to server
19:41:43.111 -> [BOT Client]Conection error
19:41:43.111 ->
19:41:43.111 -> [BOT Client]Connecting to server
19:41:43.111 -> [BOT Client]Conection error
19:41:43.111 ->
19:41:43.111 -> [BOT Client]Connecting to server
19:41:43.111 -> [BOT Client]Conection error
19:41:43.111 ->
19:41:43.111 -> [BOT Client]Connecting to server
19:41:43.111 -> [BOT Client]Conection error
19:41:43.111 ->
19:41:43.111 -> [BOT Client]Connecting to server
19:41:43.111 -> [BOT Client]Conection error
19:41:43.158 ->
19:41:43.158 -> [BOT Client]Connecting to server
19:41:43.158 -> [BOT Client]Conection error
19:41:43.158 ->
19:41:43.158 -> [BOT Client]Connecting to server
19:41:43.158 -> [BOT Client]Conection error
19:41:43.158 ->
19:41:43.158 -> [BOT Client]Connecting to server
19:41:43.158 -> [BOT Client]Conection error
19:41:43.158 ->
19:41:43.158 -> [BOT Client]Connecting to server
19:41:43.158 -> [BOT Client]Conection error
19:41:43.158 ->
19:41:43.158 -> [BOT Client]Connecting to server
19:41:43.158 -> [BOT Client]Conection error
19:41:43.158 ->
19:41:43.158 -> [BOT Client]Connecting to server
19:41:43.158 -> [BOT Client]Conection error
19:41:43.158 ->
19:41:43.158 -> [BOT Client]Connecting to server
19:41:43.158 -> [BOT Client]Conection error
19:41:43.158 ->
19:41:43.158 -> [BOT Client]Connecting to server
19:41:43.158 -> [BOT Client]Conection error
19:41:43.158 ->
19:41:43.158 -> [BOT Client]Connecting to server
19:41:43.205 -> [BOT Client]Conection error
19:41:43.205 ->
19:41:43.205 -> [BOT Client]Connecting to server
19:41:43.205 -> [BOT Client]Conection error
19:41:43.205 ->
19:41:43.205 -> [BOT Client]Connecting to server
19:41:43.205 -> [BOT Client]Conection error
19:41:43.205 ->
19:41:43.205 -> [BOT Client]Connecting to server
19:41:43.205 -> [BOT Client]Conection error
19:41:43.205 ->
19:41:43.205 -> [BOT Client]Connecting to server
19:41:43.205 -> [BOT Client]Conection error
19:41:43.205 ->
19:41:43.205 -> [BOT Client]Connecting to server
19:41:43.205 -> [BOT Client]Conection error
19:41:43.205 ->
19:41:43.205 -> [BOT Client]Connecting to server
19:41:43.205 -> [BOT Client]Conection error
19:41:43.205 ->
19:41:43.205 -> [BOT Client]Connecting to server
19:41:43.205 -> [BOT Client]Conection error
19:41:43.205 ->
19:41:43.205 -> [BOT Client]Connecting to server
19:41:43.251 -> [BOT Client]Conection error
19:41:43.251 ->
19:41:43.251 -> [BOT Client]Connecting to server
19:41:43.251 -> [BOT Client]Conection error
19:41:43.251 ->
19:41:43.251 -> [BOT Client]Connecting to server
19:41:43.251 -> [BOT Client]Conection error
19:41:43.251 ->
19:41:43.251 -> [BOT Client]Connecting to server
19:41:43.251 -> [BOT Client]Conection error
19:41:43.251 ->
19:41:43.251 -> [BOT Client]Connecting to server
19:41:43.251 -> [BOT Client]Conection error
19:41:43.251 ->
19:41:43.251 -> [BOT Client]Connecting to server
19:41:43.251 -> [BOT Client]Conection error
19:41:43.251 ->
19:41:43.251 -> [BOT Client]Connecting to server
19:41:43.251 -> [BOT Client]Conection error
19:41:43.251 ->
19:41:43.251 -> [BOT Client]Connecting to server
19:41:43.251 -> [BOT Client]Conection error
19:41:43.251 ->
19:41:43.251 -> [BOT Client]Connecting to server
19:41:43.251 -> [BOT Client]Conection error
19:41:43.298 ->
19:41:43.298 -> [BOT Client]Connecting to server
19:41:43.298 -> [BOT Client]Conection error
19:41:43.298 ->
19:41:43.298 -> [BOT Client]Connecting to server
19:41:43.298 -> [BOT Client]Conection error
19:41:43.298 ->
19:41:43.298 -> [BOT Client]Connecting to server
19:41:43.298 -> [BOT Client]Conection error
19:41:43.298 ->
19:41:43.298 -> [BOT Client]Connecting to server
19:41:43.298 -> [BOT Client]Conection error
19:41:43.298 ->
19:41:43.298 -> [BOT Client]Connecting to server
19:41:43.298 -> [BOT Client]Conection error
19:41:43.298 ->
19:41:43.298 -> [BOT Client]Connecting to server
19:41:43.298 -> [BOT Client]Conection error
19:41:43.298 ->
19:41:43.298 -> [BOT Client]Connecting to server
19:41:43.298 -> [BOT Client]Conection error
19:41:43.298 ->
19:41:43.298 -> [BOT Client]Connecting to server
19:41:43.298 -> [BOT Client]Conection error
19:41:43.345 ->
19:41:43.345 -> [BOT Client]Connecting to server
19:41:43.345 -> [BOT Client]Conection error
19:41:43.345 ->
19:41:43.345 -> [BOT Client]Connecting to server
19:41:43.345 -> [BOT Client]Conection error
19:41:43.345 ->
19:41:43.345 -> [BOT Client]Connecting to server
19:41:43.345 -> [BOT Client]Conection error
19:41:43.345 ->
19:41:43.345 -> [BOT Client]Connecting to server
19:41:43.345 -> [BOT Client]Conection error
19:41:43.345 ->
19:41:43.345 -> [BOT Client]Connecting to server
19:41:43.345 -> [BOT Client]Conection error
19:41:43.345 ->
19:41:43.345 -> [BOT Client]Connecting to server
19:41:43.345 -> [BOT Client]Conection error
19:41:43.345 ->
19:41:43.345 -> [BOT Client]Connecting to server
19:41:43.345 -> [BOT Client]Conection error
19:41:43.345 ->
19:41:43.345 -> [BOT Client]Connecting to server
19:41:43.345 -> [BOT Client]Conection error
19:41:43.345 ->
19:41:43.345 -> [BOT Client]Connecting to server
19:41:43.392 -> [BOT Client]Conection error
19:41:43.392 ->
19:41:43.392 -> [BOT Client]Connecting to server
19:41:43.392 -> [BOT Client]Conection error
19:41:43.392 ->
19:41:43.392 -> [BOT Client]Connecting to server
19:41:43.392 -> [BOT Client]Conection error
19:41:43.392 ->
19:41:43.392 -> [BOT Client]Connecting to server
19:41:43.392 -> [BOT Client]Conection error
19:41:43.392 ->
19:41:43.392 -> [BOT Client]Connecting to server
19:41:43.392 -> [BOT Client]Conection error
19:41:43.392 ->
19:41:43.392 -> [BOT Client]Connecting to server
19:41:43.392 -> [BOT Client]Conection error
19:41:43.392 ->
19:41:43.392 -> [BOT Client]Connecting to server
19:41:43.392 -> [BOT Client]Conection error
19:41:43.392 ->
19:41:43.392 -> [BOT Client]Connecting to server
19:41:43.392 -> [BOT Client]Conection error
19:41:43.392 ->
19:41:43.392 -> [BOT Client]Connecting to server
19:41:43.392 -> [BOT Client]Conection error
19:41:43.439 ->
19:41:43.439 -> [BOT Client]Connecting to server
19:41:43.439 -> [BOT Client]Conection error
19:41:43.439 ->
19:41:43.439 -> [BOT Client]Connecting to server
19:41:43.439 -> [BOT Client]Conection error
19:41:43.439 ->
19:41:43.439 -> [BOT Client]Connecting to server
19:41:43.439 -> [BOT Client]Conection error
19:41:43.439 ->
19:41:43.439 -> [BOT Client]Connecting to server
19:41:43.439 -> [BOT Client]Conection error
19:41:43.439 ->
19:41:43.439 -> [BOT Client]Connecting to server
19:41:43.439 -> [BOT Client]Conection error
19:41:43.439 ->
19:41:43.439 -> [BOT Client]Connecting to server
19:41:43.439 -> [BOT Client]Conection error
19:41:43.439 ->
19:41:43.439 -> [BOT Client]Connecting to server
19:41:43.439 -> [BOT Client]Conection error
19:41:43.439 ->
19:41:43.439 -> [BOT Client]Connecting to server
19:41:43.439 -> [BOT Client]Conection error
19:41:43.485 ->
19:41:43.485 -> [BOT Client]Connecting to server
19:41:43.485 -> [BOT Client]Conection error
19:41:43.485 ->
19:41:43.485 -> [BOT Client]Connecting to server
19:41:43.485 -> [BOT Client]Conection error
19:41:43.485 ->
19:41:43.485 -> [BOT Client]Connecting to server
19:41:43.485 -> [BOT Client]Conection error
19:41:43.485 ->
19:41:43.485 -> [BOT Client]Connecting to server
19:41:43.485 -> [BOT Client]Conection error
19:41:43.485 ->
19:41:43.485 -> [BOT Client]Connecting to server
19:41:43.485 -> [BOT Client]Conection error
19:41:43.485 ->
19:41:43.485 -> [BOT Client]Connecting to server
19:41:43.485 -> [BOT Client]Conection error
19:41:43.485 ->
19:41:43.485 -> [BOT Client]Connecting to server
19:41:43.485 -> [BOT Client]Conection error
19:41:43.485 ->
19:41:43.485 -> [BOT Client]Connecting to server
19:41:43.485 -> [BOT Client]Conection error
19:41:43.485 ->
19:41:43.485 -> [BOT Client]Connecting to server
19:41:43.532 -> [BOT Client]Conection error
19:41:43.532 ->
19:41:43.532 -> [BOT Client]Connecting to server
19:41:43.532 -> [BOT Client]Conection error
19:41:43.532 ->
19:41:43.532 -> [BOT Client]Connecting to server
19:41:43.532 -> [BOT Client]Conection error
19:41:43.532 ->
19:41:43.532 -> [BOT Client]Connecting to server
19:41:43.532 -> [BOT Client]Conection error
19:41:43.532 ->
19:41:43.532 -> [BOT Client]Connecting to server
19:41:43.532 -> [BOT Client]Conection error
19:41:43.532 ->
19:41:43.532 -> [BOT Client]Connecting to server
19:41:43.532 -> [BOT Client]Conection error
19:41:43.532 ->
19:41:43.532 -> [BOT Client]Connecting to server
19:41:43.532 -> [BOT Client]Conection error
19:41:43.532 ->
19:41:43.532 -> [BOT Client]Connecting to server
19:41:43.532 -> [BOT Client]Conection error
19:41:43.532 ->
19:41:43.532 -> [BOT Client]Connecting to server
19:41:43.579 -> [BOT Client]Conection error
19:41:43.579 ->
19:41:43.579 -> [BOT Client]Connecting to server
19:41:43.579 -> [BOT Client]Conection error
19:41:43.579 ->
19:41:43.579 -> [BOT Client]Connecting to server
19:41:43.579 -> [BOT Client]Conection error
19:41:43.579 ->
19:41:43.579 -> [BOT Client]Connecting to server
19:41:43.579 -> [BOT Client]Conection error
19:41:43.579 ->
19:41:43.579 -> [BOT Client]Connecting to server
19:41:43.579 -> [BOT Client]Conection error
19:41:43.579 ->
19:41:43.579 -> [BOT Client]Connecting to server
19:41:43.579 -> [BOT Client]Conection error
19:41:43.579 ->
19:41:43.579 -> [BOT Client]Connecting to server
19:41:43.579 -> [BOT Client]Conection error
19:41:43.579 ->
19:41:43.579 -> [BOT Client]Connecting to server
19:41:43.579 -> [BOT Client]Conection error
19:41:43.579 ->
19:41:43.579 -> [BOT Client]Connecting to server
19:41:43.579 -> [BOT Client]Conection error
19:41:43.626 ->
19:41:43.626 -> [BOT Client]Connecting to server
19:41:43.626 -> [BOT Client]Conection error
19:41:43.626 ->
19:41:43.626 -> [BOT Client]Connecting to server
19:41:43.626 -> [BOT Client]Conection error
19:41:43.626 ->
19:41:43.626 -> [BOT Client]Connecting to server
19:41:43.626 -> [BOT Client]Conection error
19:41:43.626 ->
19:41:43.626 -> [BOT Client]Connecting to server
19:41:43.626 -> [BOT Client]Conection error
19:41:43.626 ->
19:41:43.626 -> [BOT Client]Connecting to server
19:41:43.626 -> [BOT Client]Conection error
19:41:43.626 ->
19:41:43.626 -> [BOT Client]Connecting to server
19:41:43.626 -> [BOT Client]Conection error
19:41:43.626 ->
19:41:43.626 -> [BOT Client]Connecting to server
19:41:43.626 -> [BOT Client]Conection error
19:41:43.626 ->
19:41:43.626 -> [BOT Client]Connecting to server
19:41:43.626 -> [BOT Client]Conection error
19:41:43.626 ->
19:41:43.626 -> [BOT Client]Connecting to server
19:41:43.673 -> [BOT Client]Conection error
19:41:43.673 ->
19:41:43.673 -> [BOT Client]Connecting to server
19:41:43.673 -> [BOT Client]Conection error
19:41:43.673 ->
19:41:43.673 -> [BOT Client]Connecting to server
19:41:43.673 -> [BOT Client]Conection error
19:41:43.673 ->
19:41:43.673 -> [BOT Client]Connecting to server
19:41:43.673 -> [BOT Client]Conection error
19:41:43.673 ->
19:41:43.673 -> [BOT Client]Connecting to server
19:41:43.673 -> [BOT Client]Conection error
19:41:43.673 ->
19:41:43.673 -> [BOT Client]Connecting to server
19:41:43.673 -> [BOT Client]Conection error
19:41:43.673 ->
19:41:43.673 -> [BOT Client]Connecting to server
19:41:43.673 -> [BOT Client]Conection error
19:41:43.673 ->
19:41:43.673 -> [BOT Client]Connecting to server
19:41:43.673 -> [BOT Client]Conection error
19:41:43.673 ->
19:41:43.673 -> [BOT Client]Connecting to server
19:41:43.719 -> [BOT Client]Conection error
19:41:43.719 ->
19:41:43.719 -> [BOT Client]Connecting to server
19:41:43.719 -> [BOT Client]Conection error
19:41:43.719 ->
19:41:43.719 -> [BOT Client]Connecting to server
19:41:43.719 -> [BOT Client]Conection error
19:41:43.719 ->
19:41:43.719 -> [BOT Client]Connecting to server
19:41:43.719 -> [BOT Client]Conection error
19:41:43.719 ->
19:41:43.719 -> [BOT Client]Connecting to server
19:41:43.719 -> [BOT Client]Conection error
19:41:43.719 ->
19:41:43.719 -> [BOT Client]Connecting to server
19:41:43.719 -> [BOT Client]Conection error
19:41:43.719 ->
19:41:43.719 -> [BOT Client]Connecting to server
19:41:43.719 -> [BOT Client]Conection error
19:41:43.719 ->
19:41:43.719 -> [BOT Client]Connecting to server
19:41:43.719 -> [BOT Client]Conection error
19:41:43.719 ->
19:41:43.719 -> [BOT Client]Connecting to server
19:41:43.719 -> [BOT Client]Conection error
19:41:43.766 ->
19:41:43.766 -> [BOT Client]Connecting to server
19:41:43.766 -> [BOT Client]Conection error
19:41:43.766 ->
19:41:43.766 -> [BOT Client]Connecting to server
19:41:43.766 -> [BOT Client]Conection error
19:41:43.766 ->
19:41:43.766 -> [BOT Client]Connecting to server
19:41:43.766 -> [BOT Client]Conection error
19:41:43.766 ->
19:41:43.766 -> [BOT Client]Connecting to server
19:41:43.766 -> [BOT Client]Conection error
19:41:43.766 ->
19:41:43.766 -> [BOT Client]Connecting to server
19:41:43.766 -> [BOT Client]Conection error
19:41:43.766 ->
19:41:43.766 -> [BOT Client]Connecting to server
19:41:43.766 -> [BOT Client]Conection error
19:41:43.766 ->
19:41:43.766 -> [BOT Client]Connecting to server
19:41:43.766 -> [BOT Client]Conection error
19:41:43.766 ->
19:41:43.766 -> [BOT Client]Connecting to server
19:41:43.766 -> [BOT Client]Conection error
19:41:43.813 ->
19:41:43.813 -> [BOT Client]Connecting to server
19:41:43.813 -> [BOT Client]Conection error
19:41:43.813 ->
19:41:43.813 -> [BOT Client]Connecting to server
19:41:43.813 -> [BOT Client]Conection error
19:41:43.813 ->
19:41:43.813 -> [BOT Client]Connecting to server
19:41:43.813 -> [BOT Client]Conection error
19:41:43.813 ->
19:41:43.813 -> [BOT Client]Connecting to server
19:41:43.813 -> [BOT Client]Conection error
19:41:43.813 ->
19:41:43.813 -> [BOT Client]Connecting to server
19:41:43.813 -> [BOT Client]Conection error
19:41:43.813 ->
19:41:43.813 -> [BOT Client]Connecting to server
19:41:43.813 -> [BOT Client]Conection error
19:41:43.813 ->
19:41:43.813 -> [BOT Client]Connecting to server
19:41:43.813 -> [BOT Client]Conection error
19:41:43.813 ->
19:41:43.813 -> [BOT Client]Connecting to server
19:41:43.813 -> [BOT Client]Conection error
19:41:43.813 ->
19:41:43.813 -> [BOT Client]Connecting to server
19:41:43.860 -> [BOT Client]Conection error
19:41:43.860 ->
19:41:43.860 -> [BOT Client]Connecting to server
19:41:43.860 -> [BOT Client]Conection error
19:41:43.860 ->
19:41:43.860 -> [BOT Client]Connecting to server
19:41:43.860 -> [BOT Client]Conection error
19:41:43.860 ->
19:41:43.860 -> [BOT Client]Connecting to server
19:41:43.860 -> [BOT Client]Conection error
19:41:43.860 ->
19:41:43.860 -> [BOT Client]Connecting to server
19:41:43.860 -> [BOT Client]Conection error
19:41:43.860 ->
19:41:43.860 -> [BOT Client]Connecting to server
19:41:43.860 -> [BOT Client]Conection error
19:41:43.860 ->
19:41:43.860 -> [BOT Client]Connecting to server
19:41:43.860 -> [BOT Client]Conection error
19:41:43.860 ->
19:41:43.860 -> [BOT Client]Connecting to server
19:41:43.860 -> [BOT Client]Conection error
19:41:43.860 ->
19:41:43.860 -> [BOT Client]Connecting to server
19:41:43.860 -> [BOT Client]Conection error
19:41:43.907 ->
19:41:43.907 -> [BOT Client]Connecting to server
19:41:43.907 -> [BOT Client]Conection error
19:41:43.907 ->
19:41:43.907 -> [BOT Client]Connecting to server
19:41:43.907 -> [BOT Client]Conection error
19:41:43.907 ->
19:41:43.907 -> [BOT Client]Connecting to server
19:41:43.907 -> [BOT Client]Conection error
19:41:43.907 ->
19:41:43.907 -> [BOT Client]Connecting to server
19:41:43.907 -> [BOT Client]Conection error
19:41:43.907 ->
19:41:43.907 -> [BOT Client]Connecting to server
19:41:43.907 -> [BOT Client]Conection error
19:41:43.907 ->
19:41:43.907 -> [BOT Client]Connecting to server
19:41:43.907 -> [BOT Client]Conection error
19:41:43.907 ->
19:41:43.907 -> [BOT Client]Connecting to server
19:41:43.907 -> [BOT Client]Conection error
19:41:43.907 ->
19:41:43.907 -> [BOT Client]Connecting to server
19:41:43.907 -> [BOT Client]Conection error
19:41:43.953 ->
19:41:43.953 -> [BOT Client]Connecting to server
19:41:43.953 -> [BOT Client]Conection error
19:41:43.953 ->
19:41:43.953 -> [BOT Client]Connecting to server
19:41:43.953 -> [BOT Client]Conection error
19:41:43.953 ->
19:41:43.953 -> [BOT Client]Connecting to server
19:41:43.953 -> [BOT Client]Conection error
19:41:43.953 ->
19:41:43.953 -> [BOT Client]Connecting to server
19:41:43.953 -> [BOT Client]Conection error
19:41:43.953 ->
19:41:43.953 -> [BOT Client]Connecting to server
19:41:43.953 -> [BOT Client]Conection error
19:41:43.953 ->
19:41:43.953 -> [BOT Client]Connecting to server
19:41:43.953 -> [BOT Client]Conection error
19:41:43.953 ->
19:41:43.953 -> [BOT Client]Connecting to server
19:41:43.953 -> [BOT Client]Conection error
19:41:43.953 ->
19:41:43.953 -> [BOT Client]Connecting to server
19:41:43.953 -> [BOT Client]Conection error
19:41:43.953 ->
19:41:43.953 -> [BOT Client]Connecting to server
19:41:44.000 -> [BOT Client]Conection error
19:41:44.000 ->
19:41:44.000 -> [BOT Client]Connecting to server
19:41:44.000 -> [BOT Client]Conection error
19:41:44.000 ->
19:41:44.000 -> [BOT Client]Connecting to server
19:41:44.000 -> [BOT Client]Conection error
19:41:44.000 ->
19:41:44.000 -> [BOT Client]Connecting to server
19:41:44.000 -> [BOT Client]Conection error
19:41:44.000 ->
19:41:44.000 -> [BOT Client]Connecting to server
19:41:44.000 -> [BOT Client]Conection error
19:41:44.000 ->
19:41:44.000 -> [BOT Client]Connecting to server
19:41:44.000 -> [BOT Client]Conection error
19:41:44.000 ->
19:41:44.000 -> [BOT Client]Connecting to server
19:41:44.000 -> [BOT Client]Conection error
19:41:44.000 ->
19:41:44.000 -> [BOT Client]Connecting to server
19:41:44.000 -> [BOT Client]Conection error
19:41:44.000 ->
19:41:44.000 -> [BOT Client]Connecting to server
19:41:44.047 -> [BOT Client]Conection error
19:41:44.047 ->
19:41:44.047 -> [BOT Client]Connecting to server
19:41:44.047 -> [BOT Client]Conection error
19:41:44.047 ->
19:41:44.047 -> [BOT Client]Connecting to server
19:41:44.047 -> [BOT Client]Conection error
19:41:44.047 ->
19:41:44.047 -> [BOT Client]Connecting to server
19:41:44.047 -> [BOT Client]Conection error
19:41:44.047 ->
19:41:44.047 -> [BOT Client]Connecting to server
19:41:44.047 -> [BOT Client]Conection error
19:41:44.047 ->
19:41:44.047 -> [BOT Client]Connecting to server
19:41:44.047 -> [BOT Client]Conection error
19:41:44.047 ->
19:41:44.047 -> [BOT Client]Connecting to server
19:41:44.047 -> [BOT Client]Conection error
19:41:44.047 ->
19:41:44.047 -> [BOT Client]Connecting to server
19:41:44.047 -> [BOT Client]Conection error
19:41:44.047 ->
19:41:44.047 -> [BOT Client]Connecting to server
19:41:44.047 -> [BOT Client]Conection error
19:41:44.094 ->
19:41:44.094 -> [BOT Client]Connecting to server
19:41:44.094 -> [BOT Client]Conection error
19:41:44.094 ->
19:41:44.094 -> [BOT Client]Connecting to server
19:41:44.094 -> [BOT Client]Conection error
19:41:44.094 ->
19:41:44.094 -> [BOT Client]Connecting to server
19:41:44.094 -> [BOT Client]Conection error
19:41:44.094 ->
19:41:44.094 -> [BOT Client]Connecting to server
19:41:44.094 -> [BOT Client]Conection error
19:41:44.094 ->
19:41:44.094 -> [BOT Client]Connecting to server
19:41:44.094 -> [BOT Client]Conection error
19:41:44.094 ->
19:41:44.094 -> [BOT Client]Connecting to server
19:41:44.094 -> [BOT Client]Conection error
19:41:44.094 ->
19:41:44.094 -> [BOT Client]Connecting to server
19:41:44.094 -> [BOT Client]Conection error
19:41:44.094 ->
19:41:44.094 -> [BOT Client]Connecting to server
19:41:44.094 -> [BOT Client]Conection error
19:41:44.094 ->
19:41:44.094 -> [BOT Client]Connecting to server
19:41:44.141 -> [BOT Client]Conection error
19:41:44.141 ->
19:41:44.141 -> [BOT Client]Connecting to server
19:41:44.141 -> [BOT Client]Conection error
19:41:44.141 ->
19:41:44.141 -> [BOT Client]Connecting to server
19:41:44.141 -> [BOT Client]Conection error
19:41:44.141 ->
19:41:44.141 -> [BOT Client]Connecting to server
19:41:44.141 -> [BOT Client]Conection error
19:41:44.141 ->
19:41:44.141 -> [BOT Client]Connecting to server
19:41:44.141 -> [BOT Client]Conection error
19:41:44.141 ->
19:41:44.141 -> [BOT Client]Connecting to server
19:41:44.141 -> [BOT Client]Conection error
19:41:44.141 ->
19:41:44.141 -> [BOT Client]Connecting to server
19:41:44.141 -> [BOT Client]Conection error
19:41:44.141 ->
19:41:44.141 -> [BOT Client]Connecting to server
19:41:44.141 -> [BOT Client]Conection error
19:41:44.141 ->
19:41:44.141 -> [BOT Client]Connecting to server
19:41:44.187 -> [BOT Client]Conection error
19:41:44.187 ->
19:41:44.187 -> [BOT Client]Connecting to server
19:41:44.187 -> [BOT Client]Conection error
19:41:44.187 ->
19:41:44.187 -> [BOT Client]Connecting to server
19:41:44.187 -> [BOT Client]Conection error
19:41:44.187 ->
19:41:44.187 -> [BOT Client]Connecting to server
19:41:44.187 -> [BOT Client]Conection error
19:41:44.187 ->
19:41:44.187 -> [BOT Client]Connecting to server
19:41:44.187 -> [BOT Client]Conection error
19:41:44.187 ->
19:41:44.187 -> [BOT Client]Connecting to server
19:41:44.187 -> [BOT Client]Conection error
19:41:44.187 ->
19:41:44.187 -> [BOT Client]Connecting to server
19:41:44.187 -> [BOT Client]Conection error
19:41:44.187 ->
19:41:44.187 -> [BOT Client]Connecting to server
19:41:44.187 -> [BOT Client]Conection error
19:41:44.187 ->
19:41:44.187 -> [BOT Client]Connecting to server
19:41:44.187 -> [BOT Client]Conection error
19:41:44.234 ->
19:41:44.234 -> [BOT Client]Connecting to server
19:41:44.234 -> [BOT Client]Conection error
19:41:44.234 ->
19:41:44.234 -> [BOT Client]Connecting to server
19:41:44.234 -> [BOT Client]Conection error
19:41:44.234 ->
19:41:44.234 -> [BOT Client]Connecting to server
19:41:44.234 -> [BOT Client]Conection error
19:41:44.234 ->
19:41:44.234 -> [BOT Client]Connecting to server
19:41:44.234 -> [BOT Client]Conection error
19:41:44.234 ->
19:41:44.234 -> [BOT Client]Connecting to server
19:41:44.234 -> [BOT Client]Conection error
19:41:44.234 ->
19:41:44.234 -> [BOT Client]Connecting to server
19:41:44.234 -> [BOT Client]Conection error
19:41:44.234 ->
19:41:44.234 -> [BOT Client]Connecting to server
19:41:44.234 -> [BOT Client]Conection error
19:41:44.234 ->
19:41:44.234 -> [BOT Client]Connecting to server
19:41:44.234 -> [BOT Client]Conection error
19:41:44.234 ->
19:41:44.234 -> [BOT Client]Connecting to server
19:41:44.281 -> [BOT Client]Conection error
19:41:44.281 ->
19:41:44.281 -> [BOT Client]Connecting to server
19:41:44.281 -> [BOT Client]Conection error
19:41:44.281 ->
19:41:44.281 -> [BOT Client]Connecting to server
19:41:44.281 -> [BOT Client]Conection error
19:41:44.281 ->
19:41:44.281 -> [BOT Client]Connecting to server
19:41:44.281 -> [BOT Client]Conection error
19:41:44.281 ->
19:41:44.281 -> [BOT Client]Connecting to server
19:41:44.281 -> [BOT Client]Conection error
19:41:44.281 ->
19:41:44.281 -> [BOT Client]Connecting to server
19:41:44.281 -> [BOT Client]Conection error
19:41:44.281 ->
19:41:44.281 -> [BOT Client]Connecting to server
19:41:44.281 -> [BOT Client]Conection error
19:41:44.281 ->
19:41:44.281 -> [BOT Client]Connecting to server
19:41:44.281 -> [BOT Client]Conection error
19:41:44.281 ->
19:41:44.281 -> [BOT Client]Connecting to server
19:41:44.328 -> [BOT Client]Conection error
19:41:44.328 ->
19:41:44.328 -> [BOT Client]Connecting to server
19:41:44.328 -> [BOT Client]Conection error
19:41:44.328 ->
19:41:44.328 -> [BOT Client]Connecting to server
19:41:44.328 -> [BOT Client]Conection error
19:41:44.328 ->
19:41:44.328 -> [BOT Client]Connecting to server
19:41:44.328 -> [BOT Client]Conection error
19:41:44.328 ->
19:41:44.328 -> [BOT Client]Connecting to server
19:41:44.328 -> [BOT Client]Conection error
19:41:44.328 ->
19:41:44.328 -> [BOT Client]Connecting to server
19:41:44.328 -> [BOT Client]Conection error
19:41:44.328 ->
19:41:44.328 -> [BOT Client]Connecting to server
19:41:44.328 -> [BOT Client]Conection error
19:41:44.328 ->
19:41:44.328 -> [BOT Client]Connecting to server
19:41:44.328 -> [BOT Client]Conection error
19:41:44.328 ->
19:41:44.328 -> [BOT Client]Connecting to server
19:41:44.375 -> [BOT Client]Conection error
19:41:44.375 ->
19:41:44.375 -> [BOT Client]Connecting to server
19:41:44.375 -> [BOT Client]Conection error
19:41:44.375 ->
19:41:44.375 -> [BOT Client]Connecting to server
19:41:44.375 -> [BOT Client]Conection error
19:41:44.375 ->
19:41:44.375 -> [BOT Client]Connecting to server
19:41:44.375 -> [BOT Client]Conection error
19:41:44.375 ->
19:41:44.375 -> [BOT Client]Connecting to server
19:41:44.375 -> [BOT Client]Conection error
19:41:44.375 ->
19:41:44.375 -> [BOT Client]Connecting to server
19:41:44.375 -> [BOT Client]Conection error
19:41:44.375 ->
19:41:44.375 -> [BOT Client]Connecting to server
19:41:44.375 -> [BOT Client]Conection error
19:41:44.375 ->
19:41:44.375 -> [BOT Client]Connecting to server
19:41:44.375 -> [BOT Client]Conection error
19:41:44.375 ->
19:41:44.375 -> [BOT Client]Connecting to server
19:41:44.375 -> [BOT Client]Conection error
19:41:44.421 ->
19:41:44.421 -> [BOT Client]Connecting to server
19:41:44.421 -> [BOT Client]Conection error
19:41:44.421 ->
19:41:44.421 -> [BOT Client]Connecting to server
19:41:44.421 -> [BOT Client]Conection error
19:41:44.421 ->
19:41:44.421 -> [BOT Client]Connecting to server
19:41:44.421 -> [BOT Client]Conection error
19:41:44.421 ->
19:41:44.421 -> [BOT Client]Connecting to server
19:41:44.421 -> [BOT Client]Conection error
19:41:44.421 ->
19:41:44.421 -> [BOT Client]Connecting to server
19:41:44.421 -> [BOT Client]Conection error
19:41:44.421 ->
19:41:44.421 -> [BOT Client]Connecting to server
19:41:44.421 -> [BOT Client]Conection error
19:41:44.421 ->
19:41:44.421 -> [BOT Client]Connecting to server
19:41:44.421 -> [BOT Client]Conection error
19:41:44.421 ->
19:41:44.421 -> [BOT Client]Connecting to server
19:41:44.421 -> [BOT Client]Conection error
19:41:44.421 ->
19:41:44.421 -> [BOT Client]Connecting to server
19:41:44.468 -> [BOT Client]Conection error
19:41:44.468 ->
19:41:44.468 -> [BOT Client]Connecting to server
19:41:44.468 -> [BOT Client]Conection error
19:41:44.468 ->
19:41:44.468 -> [BOT Client]Connecting to server
19:41:44.468 -> [BOT Client]Conection error
19:41:44.468 ->
19:41:44.468 -> [BOT Client]Connecting to server
19:41:44.468 -> [BOT Client]Conection error
19:41:44.468 ->
19:41:44.468 -> [BOT Client]Connecting to server
19:41:44.468 -> [BOT Client]Conection error
19:41:44.468 ->
19:41:44.468 -> [BOT Client]Connecting to server
19:41:44.468 -> [BOT Client]Conection error
19:41:44.468 ->
19:41:44.468 -> [BOT Client]Connecting to server
19:41:44.468 -> [BOT Client]Conection error
19:41:44.468 ->
19:41:44.468 -> [BOT Client]Connecting to server
19:41:44.468 -> [BOT Client]Conection error
19:41:44.468 ->
19:41:44.468 -> [BOT Client]Connecting to server
19:41:44.515 -> [BOT Client]Conection error
19:41:44.515 ->
19:41:44.515 -> [BOT Client]Connecting to server
19:41:44.515 -> [BOT Client]Conection error
19:41:44.515 ->
19:41:44.515 -> [BOT Client]Connecting to server
19:41:44.515 -> [BOT Client]Conection error
19:41:44.515 ->
19:41:44.515 -> [BOT Client]Connecting to server
19:41:44.515 -> [BOT Client]Conection error
19:41:44.515 ->
19:41:44.515 -> [BOT Client]Connecting to server
19:41:44.515 -> [BOT Client]Conection error
19:41:44.515 ->
19:41:44.515 -> [BOT Client]Connecting to server
19:41:44.515 -> [BOT Client]Conection error
19:41:44.515 ->
19:41:44.515 -> [BOT Client]Connecting to server
19:41:44.515 -> [BOT Client]Conection error
19:41:44.515 ->
19:41:44.515 -> [BOT Client]Connecting to server
19:41:44.515 -> [BOT Client]Conection error
19:41:44.515 ->
19:41:44.515 -> [BOT Client]Connecting to server
19:41:44.515 -> [BOT Client]Conection error
19:41:44.562 ->
19:41:44.562 -> [BOT Client]Connecting to server
19:41:44.562 -> [BOT Client]Conection error
19:41:44.562 ->
19:41:44.562 -> [BOT Client]Connecting to server
19:41:44.562 -> [BOT Client]Conection error
19:41:44.562 ->
19:41:44.562 -> [BOT Client]Connecting to server
19:41:44.562 -> [BOT Client]Conection error
19:41:44.562 ->
19:41:44.562 -> [BOT Client]Connecting to server
19:41:44.562 -> [BOT Client]Conection error
19:41:44.562 ->
19:41:44.562 -> [BOT Client]Connecting to server
19:41:44.562 -> [BOT Client]Conection error
19:41:44.562 ->
19:41:44.562 -> [BOT Client]Connecting to server
19:41:44.562 -> [BOT Client]Conection error
19:41:44.562 ->
19:41:44.562 -> [BOT Client]Connecting to server
19:41:44.562 -> [BOT Client]Conection error
19:41:44.562 ->
19:41:44.562 -> [BOT Client]Connecting to server
19:41:44.562 -> [BOT Client]Conection error
19:41:44.562 ->
19:41:44.609 -> [BOT Client]Connecting to server
19:41:44.609 -> [BOT Client]Conection error
19:41:44.609 ->
19:41:44.609 -> [BOT Client]Connecting to server
19:41:44.609 -> [BOT Client]Conection error
19:41:44.609 ->
19:41:44.609 -> [BOT Client]Connecting to server
19:41:44.609 -> [BOT Client]Conection error
19:41:44.609 ->
19:41:44.609 -> [BOT Client]Connecting to server
19:41:44.609 -> [BOT Client]Conection error
19:41:44.609 ->
19:41:44.609 -> [BOT Client]Connecting to server
19:41:44.609 -> [BOT Client]Conection error
19:41:44.609 ->
19:41:44.609 -> [BOT Client]Connecting to server
19:41:44.609 -> [BOT Client]Conection error
19:41:44.609 ->
19:41:44.609 -> [BOT Client]Connecting to server
19:41:44.609 -> [BOT Client]Conection error
19:41:44.609 ->
19:41:44.609 -> [BOT Client]Connecting to server
19:41:44.609 -> [BOT Client]Conection error
19:41:44.609 ->
19:41:44.609 -> [BOT Client]Connecting to server
19:41:44.655 -> [BOT Client]Conection error
19:41:44.655 ->
19:41:44.655 -> [BOT Client]Connecting to server
19:41:44.655 -> [BOT Client]Conection error
19:41:44.655 ->
19:41:44.655 -> [BOT Client]Connecting to server
19:41:44.655 -> [BOT Client]Conection error
19:41:44.655 ->
19:41:44.655 -> [BOT Client]Connecting to server
19:41:44.655 -> [BOT Client]Conection error
19:41:44.655 ->
19:41:44.655 -> [BOT Client]Connecting to server
19:41:44.655 -> [BOT Client]Conection error
19:41:44.655 ->
19:41:44.655 -> [BOT Client]Connecting to server
19:41:44.655 -> [BOT Client]Conection error
19:41:44.655 ->
19:41:44.655 -> [BOT Client]Connecting to server
19:41:44.655 -> [BOT Client]Conection error
19:41:44.655 ->
19:41:44.655 -> [BOT Client]Connecting to server
19:41:44.655 -> [BOT Client]Conection error
19:41:44.655 ->
19:41:44.655 -> [BOT Client]Connecting to server
19:41:44.655 -> [BOT Client]Conection error
19:41:44.702 ->
19:41:44.702 -> [BOT Client]Connecting to server
19:41:44.702 -> [BOT Client]Conection error
19:41:44.702 ->
19:41:44.702 -> [BOT Client]Connecting to server
19:41:44.702 -> [BOT Client]Conection error
19:41:44.702 ->
19:41:44.702 -> [BOT Client]Connecting to server
19:41:44.702 -> [BOT Client]Conection error
19:41:44.702 ->
19:41:44.702 -> [BOT Client]Connecting to server
19:41:44.702 -> [BOT Client]Conection error
19:41:44.702 ->
19:41:44.702 -> [BOT Client]Connecting to server
19:41:44.702 -> [BOT Client]Conection error
19:41:44.702 ->
19:41:44.702 -> [BOT Client]Connecting to server
19:41:44.702 -> [BOT Client]Conection error
19:41:44.702 ->
19:41:44.702 -> [BOT Client]Connecting to server
19:41:44.702 -> [BOT Client]Conection error
19:41:44.702 ->
19:41:44.702 -> [BOT Client]Connecting to server
19:41:44.702 -> [BOT Client]Conection error
19:41:44.749 ->
19:41:44.749 -> [BOT Client]Connecting to server
19:41:44.749 -> [BOT Client]Conection error
19:41:44.749 ->
19:41:44.749 -> [BOT Client]Connecting to server
19:41:44.749 -> [BOT Client]Conection error
19:41:44.749 ->
19:41:44.749 -> [BOT Client]Connecting to server
19:41:44.749 -> [BOT Client]Conection error
19:41:44.749 ->
19:41:44.749 -> [BOT Client]Connecting to server
19:41:44.749 -> [BOT Client]Conection error
19:41:44.749 ->
19:41:44.749 -> [BOT Client]Connecting to server
19:41:44.749 -> [BOT Client]Conection error
19:41:44.749 ->
19:41:44.749 -> [BOT Client]Connecting to server
19:41:44.749 -> [BOT Client]Conection error
19:41:44.749 ->
19:41:44.749 -> [BOT Client]Connecting to server
19:41:44.749 -> [BOT Client]Conection error
19:41:44.749 ->
19:41:44.749 -> [BOT Client]Connecting to server
19:41:44.749 -> [BOT Client]Conection error
19:41:44.749 ->
19:41:44.749 -> [BOT Client]Connecting to server
19:41:44.796 -> [BOT Client]Conection error
19:41:44.796 ->
19:41:44.796 -> [BOT Client]Connecting to server
19:41:44.796 -> [BOT Client]Conection error
19:41:44.796 ->
19:41:44.796 -> [BOT Client]Connecting to server
19:41:44.796 -> [BOT Client]Conection error
19:41:44.796 ->
19:41:44.796 -> [BOT Client]Connecting to server
19:41:44.796 -> [BOT Client]Conection error
19:41:44.796 ->
19:41:44.796 -> [BOT Client]Connecting to server
19:41:44.796 -> [BOT Client]Conection error
19:41:44.796 ->
19:41:44.796 -> [BOT Client]Connecting to server
19:41:44.796 -> [BOT Client]Conection error
19:41:44.796 ->
19:41:44.796 -> [BOT Client]Connecting to server
19:41:44.796 -> [BOT Client]Conection error
19:41:44.796 ->
19:41:44.796 -> [BOT Client]Connecting to server
19:41:44.796 -> [BOT Client]Conection error
19:41:44.796 ->
19:41:44.796 -> [BOT Client]Connecting to server
19:41:44.843 -> [BOT Client]Conection error
19:41:44.843 ->
19:41:44.843 -> [BOT Client]Connecting to server
19:41:44.843 -> [BOT Client]Conection error
19:41:44.843 ->
19:41:44.843 -> [BOT Client]Connecting to server
19:41:44.843 -> [BOT Client]Conection error
19:41:44.843 ->
19:41:44.843 -> [BOT Client]Connecting to server
19:41:44.843 -> [BOT Client]Conection error
19:41:44.843 ->
19:41:44.843 -> [BOT Client]Connecting to server
19:41:44.843 -> [BOT Client]Conection error
19:41:44.843 ->
19:41:44.843 -> [BOT Client]Connecting to server
19:41:44.843 -> [BOT Client]Conection error
19:41:44.843 ->
19:41:44.843 -> [BOT Client]Connecting to server
19:41:44.843 -> [BOT Client]Conection error
19:41:44.843 ->
19:41:44.843 -> [BOT Client]Connecting to server
19:41:44.843 -> [BOT Client]Conection error
19:41:44.843 ->
19:41:44.843 -> [BOT Client]Connecting to server
19:41:44.843 -> [BOT Client]Conection error
19:41:44.889 ->
19:41:44.889 -> [BOT Client]Connecting to server
19:41:44.889 -> [BOT Client]Conection error
19:41:44.889 ->
19:41:44.889 -> [BOT Client]Connecting to server
19:41:44.889 -> [BOT Client]Conection error
19:41:44.889 ->
19:41:44.889 -> [BOT Client]Connecting to server
19:41:44.889 -> [BOT Client]Conection error
19:41:44.889 ->
19:41:44.889 -> [BOT Client]Connecting to server
19:41:44.889 -> [BOT Client]Conection error
19:41:44.889 ->
19:41:44.889 -> [BOT Client]Connecting to server
19:41:44.889 -> [BOT Client]Conection error
19:41:44.889 ->
19:41:44.889 -> [BOT Client]Connecting to server
19:41:44.889 -> [BOT Client]Conection error
19:41:44.889 ->
19:41:44.889 -> [BOT Client]Connecting to server
19:41:44.889 -> [BOT Client]Conection error
19:41:44.889 ->
19:41:44.889 -> [BOT Client]Connecting to server
19:41:44.889 -> [BOT Client]Conection error
19:41:44.889 ->
19:41:44.889 -> [BOT Client]Connecting to server
19:41:44.936 -> [BOT Client]Conection error
19:41:44.936 ->
19:41:44.936 -> [BOT Client]Connecting to server
19:41:44.936 -> [BOT Client]Conection error
19:41:44.936 ->
19:41:44.936 -> [BOT Client]Connecting to server
19:41:44.936 -> [BOT Client]Conection error
19:41:44.936 ->
19:41:44.936 -> [BOT Client]Connecting to server
19:41:44.936 -> [BOT Client]Conection error
19:41:44.936 ->
19:41:44.936 -> [BOT Client]Connecting to server
19:41:44.936 -> [BOT Client]Conection error
19:41:44.936 ->
19:41:44.936 -> [BOT Client]Connecting to server
19:41:44.936 -> [BOT Client]Conection error
19:41:44.936 ->
19:41:44.936 -> [BOT Client]Connecting to server
19:41:44.936 -> [BOT Client]Conection error
19:41:44.936 ->
19:41:44.936 -> [BOT Client]Connecting to server
19:41:44.936 -> [BOT Client]Conection error
19:41:44.936 ->
19:41:44.936 -> [BOT Client]Connecting to server
19:41:44.983 -> [BOT Client]Conection error
19:41:44.983 ->
19:41:44.983 -> [BOT Client]Connecting to server
19:41:44.983 -> [BOT Client]Conection error
19:41:44.983 ->
19:41:44.983 -> [BOT Client]Connecting to server
19:41:44.983 -> [BOT Client]Conection error
19:41:44.983 ->
19:41:44.983 -> [BOT Client]Connecting to server
19:41:44.983 -> [BOT Client]Conection error
19:41:44.983 ->
19:41:44.983 -> [BOT Client]Connecting to server
19:41:44.983 -> [BOT Client]Conection error
19:41:44.983 ->
19:41:44.983 -> [BOT Client]Connecting to server
19:41:44.983 -> [BOT Client]Conection error
19:41:44.983 ->
19:41:44.983 -> [BOT Client]Connecting to server
19:41:44.983 -> [BOT Client]Conection error
19:41:44.983 ->
19:41:44.983 -> [BOT Client]Connecting to server
19:41:44.983 -> [BOT Client]Conection error
19:41:44.983 ->
19:41:44.983 -> [BOT Client]Connecting to server
19:41:44.983 -> [BOT Client]Conection error
19:41:45.030 ->
19:41:45.030 -> [BOT Client]Connecting to server
19:41:45.030 -> [BOT Client]Conection error
19:41:45.030 ->
19:41:45.030 -> [BOT Client]Connecting to server
19:41:45.030 -> [BOT Client]Conection error
19:41:45.030 ->
19:41:45.030 -> [BOT Client]Connecting to server
19:41:45.030 -> [BOT Client]Conection error
19:41:45.030 ->
19:41:45.030 -> [BOT Client]Connecting to server
19:41:45.030 -> [BOT Client]Conection error
19:41:45.030 ->
19:41:45.030 -> [BOT Client]Connecting to server
19:41:45.030 -> [BOT Client]Conection error
19:41:45.030 ->
19:41:45.030 -> [BOT Client]Connecting to server
19:41:45.030 -> [BOT Client]Conection error
19:41:45.030 ->
19:41:45.030 -> [BOT Client]Connecting to server
19:41:45.030 -> [BOT Client]Conection error
19:41:45.030 ->
19:41:45.030 -> [BOT Client]Connecting to server
19:41:45.030 -> [BOT Client]Conection error
19:41:45.077 ->
19:41:45.077 -> [BOT Client]Connecting to server
19:41:45.077 -> [BOT Client]Conection error
19:41:45.077 ->
19:41:45.077 -> [BOT Client]Connecting to server
19:41:45.077 -> [BOT Client]Conection error
19:41:45.077 ->
19:41:45.077 -> [BOT Client]Connecting to server
19:41:45.077 -> [BOT Client]Conection error
19:41:45.077 ->
19:41:45.077 -> [BOT Client]Connecting to server
19:41:45.077 -> [BOT Client]Conection error
19:41:45.077 ->
19:41:45.077 -> [BOT Client]Connecting to server
19:41:45.077 -> [BOT Client]Conection error
19:41:45.077 ->
19:41:45.077 -> [BOT Client]Connecting to server
19:41:45.077 -> [BOT Client]Conection error
19:41:45.077 ->
19:41:45.077 -> [BOT Client]Connecting to server
19:41:45.077 -> [BOT Client]Conection error
19:41:45.077 ->
19:41:45.077 -> [BOT Client]Connecting to server
19:41:45.077 -> [BOT Client]Conection error
19:41:45.077 ->
19:41:45.077 -> [BOT Client]Connecting to server
19:41:45.123 -> [BOT Client]Conection error
19:41:45.123 ->
19:41:45.123 -> [BOT Client]Connecting to server
19:41:45.123 -> [BOT Client]Conection error
19:41:45.123 ->
19:41:45.123 -> [BOT Client]Connecting to server
19:41:45.123 -> [BOT Client]Conection error
19:41:45.123 ->
19:41:45.123 -> [BOT Client]Connecting to server
19:41:45.123 -> [BOT Client]Conection error
19:41:45.123 ->
19:41:45.123 -> [BOT Client]Connecting to server
19:41:45.123 -> [BOT Client]Conection error
19:41:45.123 ->
19:41:45.123 -> [BOT Client]Connecting to server
19:41:45.123 -> [BOT Client]Conection error
19:41:45.123 ->
19:41:45.123 -> [BOT Client]Connecting to server
19:41:45.123 -> [BOT Client]Conection error
19:41:45.123 ->
19:41:45.123 -> [BOT Client]Connecting to server
19:41:45.123 -> [BOT Client]Conection error
19:41:45.123 ->
19:41:45.123 -> [BOT Client]Connecting to server
19:41:45.123 -> [BOT Client]Conection error
19:41:45.170 ->
19:41:45.170 -> [BOT Client]Connecting to server
19:41:45.170 -> [BOT Client]Conection error
19:41:45.170 ->
19:41:45.170 -> [BOT Client]Connecting to server
19:41:45.170 -> [BOT Client]Conection error
19:41:45.170 ->
19:41:45.170 -> [BOT Client]Connecting to server
19:41:45.170 -> [BOT Client]Conection error
19:41:45.170 ->
19:41:45.170 -> [BOT Client]Connecting to server
19:41:45.170 -> [BOT Client]Conection error
19:41:45.170 ->
19:41:45.170 -> [BOT Client]Connecting to server
19:41:45.170 -> [BOT Client]Conection error
19:41:45.170 ->
19:41:45.170 -> [BOT Client]Connecting to server
19:41:45.170 -> [BOT Client]Conection error
19:41:45.170 ->
19:41:45.170 -> [BOT Client]Connecting to server
19:41:45.170 -> [BOT Client]Conection error
19:41:45.170 ->
19:41:45.170 -> [BOT Client]Connecting to server
19:41:45.170 -> [BOT Client]Conection error
19:41:45.217 ->
19:41:45.217 -> [BOT Client]Connecting to server
19:41:45.217 -> [BOT Client]Conection error
19:41:45.217 ->
19:41:45.217 -> [BOT Client]Connecting to server
19:41:45.217 -> [BOT Client]Conection error
19:41:45.217 ->
19:41:45.217 -> [BOT Client]Connecting to server
19:41:45.217 -> [BOT Client]Conection error
19:41:45.217 ->
19:41:45.217 -> [BOT Client]Connecting to server
19:41:45.217 -> [BOT Client]Conection error
19:41:45.217 ->
19:41:45.217 -> [BOT Client]Connecting to server
19:41:45.217 -> [BOT Client]Conection error
19:41:45.217 ->
19:41:45.217 -> [BOT Client]Connecting to server
19:41:45.217 -> [BOT Client]Conection error
19:41:45.217 ->
19:41:45.217 -> [BOT Client]Connecting to server
19:41:45.217 -> [BOT Client]Conection error
19:41:45.217 ->
19:41:45.217 -> [BOT Client]Connecting to server
19:41:45.217 -> [BOT Client]Conection error
19:41:45.217 ->
19:41:45.217 -> [BOT Client]Connecting to server
19:41:45.264 -> [BOT Client]Conection error
19:41:45.264 ->
19:41:45.264 -> [BOT Client]Connecting to server
19:41:45.264 -> [BOT Client]Conection error
19:41:45.264 ->
19:41:45.264 -> [BOT Client]Connecting to server
19:41:45.264 -> [BOT Client]Conection error
19:41:45.264 ->
19:41:45.264 -> [BOT Client]Connecting to server
19:41:45.264 -> [BOT Client]Conection error
19:41:45.264 ->
19:41:45.264 -> [BOT Client]Connecting to server
19:41:45.264 -> [BOT Client]Conection error
19:41:45.264 ->
19:41:45.264 -> [BOT Client]Connecting to server
19:41:45.264 -> [BOT Client]Conection error
19:41:45.264 ->
19:41:45.264 -> [BOT Client]Connecting to server
19:41:45.264 -> [BOT Client]Conection error
19:41:45.264 ->
19:41:45.264 -> [BOT Client]Connecting to server
19:41:45.264 -> [BOT Client]Conection error
19:41:45.264 ->
19:41:45.264 -> [BOT Client]Connecting to server
19:41:45.311 -> [BOT Client]Conection error
19:41:45.311 ->
19:41:45.311 -> [BOT Client]Connecting to server
19:41:45.311 -> [BOT Client]Conection error
19:41:45.311 ->
19:41:45.311 -> [BOT Client]Connecting to server
19:41:45.311 -> [BOT Client]Conection error
19:41:45.311 ->
19:41:45.311 -> [BOT Client]Connecting to server
19:41:45.311 -> [BOT Client]Conection error
19:41:45.311 ->
19:41:45.311 -> [BOT Client]Connecting to server
19:41:45.311 -> [BOT Client]Conection error
19:41:45.311 ->
19:41:45.311 -> [BOT Client]Connecting to server
19:41:45.311 -> [BOT Client]Conection error
19:41:45.311 ->
19:41:45.311 -> [BOT Client]Connecting to server
19:41:45.311 -> [BOT Client]Conection error
19:41:45.311 ->
19:41:45.311 -> [BOT Client]Connecting to server
19:41:45.311 -> [BOT Client]Conection error
19:41:45.311 ->
19:41:45.311 -> [BOT Client]Connecting to server
19:41:45.311 -> [BOT Client]Conection error
19:41:45.357 ->
19:41:45.357 -> [BOT Client]Connecting to server
19:41:45.357 -> [BOT Client]Conection error
19:41:45.357 ->
19:41:45.357 -> [BOT Client]Connecting to server
19:41:45.357 -> [BOT Client]Conection error
19:41:45.357 ->
19:41:45.357 -> [BOT Client]Connecting to server
19:41:45.357 -> [BOT Client]Conection error
19:41:45.357 ->
19:41:45.357 -> [BOT Client]Connecting to server
19:41:45.357 -> [BOT Client]Conection error
19:41:45.357 ->
19:41:45.357 -> [BOT Client]Connecting to server
19:41:45.357 -> [BOT Client]Conection error
19:41:45.357 ->
19:41:45.357 -> [BOT Client]Connecting to server
19:41:45.357 -> [BOT Client]Conection error
19:41:45.357 ->
19:41:45.357 -> [BOT Client]Connecting to server
19:41:45.357 -> [BOT Client]Conection error
19:41:45.357 ->
19:41:45.357 -> [BOT Client]Connecting to server
19:41:45.357 -> [BOT Client]Conection error
19:41:45.357 ->
19:41:45.357 -> [BOT Client]Connecting to server
19:41:45.404 -> [BOT Client]Conection error
19:41:45.404 ->
19:41:45.404 -> [BOT Client]Connecting to server
19:41:45.404 -> [BOT Client]Conection error
19:41:45.404 ->
19:41:45.404 -> [BOT Client]Connecting to server
19:41:45.404 -> [BOT Client]Conection error
19:41:45.404 ->
19:41:45.404 -> [BOT Client]Connecting to server
19:41:45.404 -> [BOT Client]Conection error
19:41:45.404 ->
19:41:45.404 -> [BOT Client]Connecting to server
19:41:45.404 -> [BOT Client]Conection error
19:41:45.404 ->
19:41:45.404 -> [BOT Client]Connecting to server
19:41:45.404 -> [BOT Client]Conection error
19:41:45.404 ->
19:41:45.404 -> [BOT Client]Connecting to server
19:41:45.404 -> [BOT Client]Conection error
19:41:45.404 ->
19:41:45.404 -> [BOT Client]Connecting to server
19:41:45.404 -> [BOT Client]Conection error
19:41:45.404 ->
19:41:45.404 -> [BOT Client]Connecting to server
19:41:45.451 -> [BOT Client]Conection error
19:41:45.451 ->
19:41:45.451 -> [BOT Client]Connecting to server
19:41:45.451 -> [BOT Client]Conection error
19:41:45.451 ->
19:41:45.451 -> [BOT Client]Connecting to server
19:41:45.451 -> [BOT Client]Conection error
19:41:45.451 ->
19:41:45.451 -> [BOT Client]Connecting to server
19:41:45.451 -> [BOT Client]Conection error
19:41:45.451 ->
19:41:45.451 -> [BOT Client]Connecting to server
19:41:45.451 -> [BOT Client]Conection error
19:41:45.451 ->
19:41:45.451 -> [BOT Client]Connecting to server
19:41:45.451 -> [BOT Client]Conection error
19:41:45.451 ->
19:41:45.451 -> [BOT Client]Connecting to server
19:41:45.451 -> [BOT Client]Conection error
19:41:45.451 ->
19:41:45.451 -> [BOT Client]Connecting to server
19:41:45.451 -> [BOT Client]Conection error
19:41:45.451 ->
19:41:45.451 -> [BOT Client]Connecting to server
19:41:45.451 -> [BOT Client]Conection error
19:41:45.498 ->
19:41:45.498 -> [BOT Client]Connecting to server
19:41:45.498 -> [BOT Client]Conection error
19:41:45.498 ->
19:41:45.498 -> [BOT Client]Connecting to server
19:41:45.498 -> [BOT Client]Conection error
19:41:45.498 ->
19:41:45.498 -> [BOT Client]Connecting to server
19:41:45.498 -> [BOT Client]Conection error
19:41:45.498 ->
19:41:45.498 -> [BOT Client]Connecting to server
19:41:45.498 -> [BOT Client]Conection error
19:41:45.498 ->
19:41:45.498 -> [BOT Client]Connecting to server
19:41:45.498 -> [BOT Client]Conection error
19:41:45.498 ->
19:41:45.498 -> [BOT Client]Connecting to server
19:41:45.498 -> [BOT Client]Conection error
19:41:45.498 ->
19:41:45.498 -> [BOT Client]Connecting to server
19:41:45.498 -> [BOT Client]Conection error
19:41:45.498 ->
19:41:45.498 -> [BOT Client]Connecting to server
19:41:45.498 -> [BOT Client]Conection error
19:41:45.545 ->
19:41:45.545 -> [BOT Client]Connecting to server
19:41:45.545 -> [BOT Client]Conection error
19:41:45.545 ->
19:41:45.545 -> [BOT Client]Connecting to server
19:41:45.545 -> [BOT Client]Conection error
19:41:45.545 ->
19:41:45.545 -> [BOT Client]Connecting to server
19:41:45.545 -> [BOT Client]Conection error
19:41:45.545 ->
19:41:45.545 -> [BOT Client]Connecting to server
19:41:45.545 -> [BOT Client]Conection error
19:41:45.545 ->
19:41:45.545 -> [BOT Client]Connecting to server
19:41:45.545 -> [BOT Client]Conection error
19:41:45.545 ->
19:41:45.545 -> [BOT Client]Connecting to server
19:41:45.545 -> [BOT Client]Conection error
19:41:45.545 ->
19:41:45.545 -> [BOT Client]Connecting to server
19:41:45.545 -> [BOT Client]Conection error
19:41:45.545 ->
19:41:45.545 -> [BOT Client]Connecting to server
19:41:45.545 -> [BOT Client]Conection error
19:41:45.545 ->
19:41:45.545 -> [BOT Client]Connecting to server
19:41:45.591 -> [BOT Client]Conection error
19:41:45.591 ->
19:41:45.591 -> [BOT Client]Connecting to server
19:41:45.591 -> [BOT Client]Conection error
19:41:45.591 ->
19:41:45.591 -> [BOT Client]Connecting to server
19:41:45.591 -> [BOT Client]Conection error
19:41:45.591 ->
19:41:45.591 -> [BOT Client]Connecting to server
19:41:45.591 -> [BOT Client]Conection error
19:41:45.591 ->
19:41:45.591 -> [BOT Client]Connecting to server
19:41:45.591 -> [BOT Client]Conection error
19:41:45.591 ->
19:41:45.591 -> [BOT Client]Connecting to server
19:41:45.591 -> [BOT Client]Conection error
19:41:45.591 ->
19:41:45.591 -> [BOT Client]Connecting to server
19:41:45.591 -> [BOT Client]Conection error
19:41:45.591 ->
19:41:45.591 -> [BOT Client]Connecting to server
19:41:45.591 -> [BOT Client]Conection error
19:41:45.591 ->
19:41:45.591 -> [BOT Client]Connecting to server
19:41:45.591 -> [BOT Client]Conection error
19:41:45.638 ->
19:41:45.638 -> [BOT Client]Connecting to server
19:41:45.638 -> [BOT Client]Conection error
19:41:45.638 ->
19:41:45.638 -> [BOT Client]Connecting to server
19:41:45.638 -> [BOT Client]Conection error
19:41:45.638 ->
19:41:45.638 -> [BOT Client]Connecting to server
19:41:45.638 -> [BOT Client]Conection error
19:41:45.638 ->
19:41:45.638 -> [BOT Client]Connecting to server
19:41:45.638 -> [BOT Client]Conection error
19:41:45.638 ->
19:41:45.638 -> [BOT Client]Connecting to server
19:41:45.638 -> [BOT Client]Conection error
19:41:45.638 ->
19:41:45.638 -> [BOT Client]Connecting to server
19:41:45.638 -> [BOT Client]Conection error
19:41:45.638 ->
19:41:45.638 -> [BOT Client]Connecting to server
19:41:45.638 -> [BOT Client]Conection error
19:41:45.638 ->
19:41:45.638 -> [BOT Client]Connecting to server
19:41:45.638 -> [BOT Client]Conection error
19:41:45.685 ->
19:41:45.685 -> [BOT Client]Connecting to server
19:41:45.685 -> [BOT Client]Conection error
19:41:45.685 ->
19:41:45.685 -> [BOT Client]Connecting to server
19:41:45.685 -> [BOT Client]Conection error
19:41:45.685 ->
19:41:45.685 -> [BOT Client]Connecting to server
19:41:45.685 -> [BOT Client]Conection error
19:41:45.685 ->
19:41:45.685 -> [BOT Client]Connecting to server
19:41:45.685 -> [BOT Client]Conection error
19:41:45.685 ->
19:41:45.685 -> [BOT Client]Connecting to server
19:41:45.685 -> [BOT Client]Conection error
19:41:45.685 ->
19:41:45.685 -> [BOT Client]Connecting to server
19:41:45.685 -> [BOT Client]Conection error
19:41:45.685 ->
19:41:45.685 -> [BOT Client]Connecting to server
19:41:45.685 -> [BOT Client]Conection error
19:41:45.685 ->
19:41:45.685 -> [BOT Client]Connecting to server
19:41:45.685 -> [BOT Client]Conection error
19:41:45.685 ->
19:41:45.685 -> [BOT Client]Connecting to server
19:41:45.732 -> [BOT Client]Conection error
19:41:45.732 ->
19:41:45.732 -> [BOT Client]Connecting to server
19:41:45.732 -> [BOT Client]Conection error
19:41:45.732 ->
19:41:45.732 -> [BOT Client]Connecting to server
19:41:45.732 -> [BOT Client]Conection error
19:41:45.732 ->
19:41:45.732 -> [BOT Client]Connecting to server
19:41:45.732 -> [BOT Client]Conection error
19:41:45.732 ->
19:41:45.732 -> [BOT Client]Connecting to server
19:41:45.732 -> [BOT Client]Conection error
19:41:45.732 ->
19:41:45.732 -> [BOT Client]Connecting to server
19:41:45.732 -> [BOT Client]Conection error
19:41:45.732 ->
19:41:45.732 -> [BOT Client]Connecting to server
19:41:45.732 -> [BOT Client]Conection error
19:41:45.732 ->
19:41:45.732 -> [BOT Client]Connecting to server
19:41:45.732 -> [BOT Client]Conection error
19:41:45.732 ->
19:41:45.732 -> [BOT Client]Connecting to server
19:41:45.779 -> [BOT Client]Conection error
19:41:45.779 ->
19:41:45.779 -> [BOT Client]Connecting to server
19:41:45.779 -> [BOT Client]Conection error
19:41:45.779 ->
19:41:45.779 -> [BOT Client]Connecting to server
19:41:45.779 -> [BOT Client]Conection error
19:41:45.779 ->
19:41:45.779 -> [BOT Client]Connecting to server
19:41:45.779 -> [BOT Client]Conection error
19:41:45.779 ->
19:41:45.779 -> [BOT Client]Connecting to server
19:41:45.779 -> [BOT Client]Conection error
19:41:45.779 ->
19:41:45.779 -> [BOT Client]Connecting to server
19:41:45.779 -> [BOT Client]Conection error
19:41:45.779 ->
19:41:45.779 -> [BOT Client]Connecting to server
19:41:45.779 -> [BOT Client]Conection error
19:41:45.779 ->
19:41:45.779 -> [BOT Client]Connecting to server
19:41:45.779 -> [BOT Client]Conection error
19:41:45.779 ->
19:41:45.779 -> [BOT Client]Connecting to server
19:41:45.779 -> [BOT Client]Conection error
19:41:45.825 ->
19:41:45.825 -> [BOT Client]Connecting to server
19:41:45.825 -> [BOT Client]Conection error
19:41:45.825 ->
19:41:45.825 -> [BOT Client]Connecting to server
19:41:45.825 -> [BOT Client]Conection error
19:41:45.825 ->
19:41:45.825 -> [BOT Client]Connecting to server
19:41:45.825 -> [BOT Client]Conection error
19:41:45.825 ->
19:41:45.825 -> [BOT Client]Connecting to server
19:41:45.825 -> [BOT Client]Conection error
19:41:45.825 ->
19:41:45.825 -> [BOT Client]Connecting to server
19:41:45.825 -> [BOT Client]Conection error
19:41:45.825 ->
19:41:45.825 -> [BOT Client]Connecting to server
19:41:45.825 -> [BOT Client]Conection error
19:41:45.825 ->
19:41:45.825 -> [BOT Client]Connecting to server
19:41:45.825 -> [BOT Client]Conection error
19:41:45.825 ->
19:41:45.825 -> [BOT Client]Connecting to server
19:41:45.825 -> [BOT Client]Conection error
19:41:45.825 ->
19:41:45.825 -> [BOT Client]Connecting to server
19:41:45.872 -> [BOT Client]Conection error
19:41:45.872 ->
19:41:45.872 -> [BOT Client]Connecting to server
19:41:45.872 -> [BOT Client]Conection error
19:41:45.872 ->
19:41:45.872 -> [BOT Client]Connecting to server
19:41:45.872 -> [BOT Client]Conection error
19:41:45.872 ->
19:41:45.872 -> [BOT Client]Connecting to server
19:41:45.872 -> [BOT Client]Conection error
19:41:45.872 ->
19:41:45.872 -> [BOT Client]Connecting to server
19:41:45.872 -> [BOT Client]Conection error
19:41:45.872 ->
19:41:45.872 -> [BOT Client]Connecting to server
19:41:45.872 -> [BOT Client]Conection error
19:41:45.872 ->
19:41:45.872 -> [BOT Client]Connecting to server
19:41:45.872 -> [BOT Client]Conection error
19:41:45.872 ->
19:41:45.872 -> [BOT Client]Connecting to server
19:41:45.872 -> [BOT Client]Conection error
19:41:45.872 ->
19:41:45.872 -> [BOT Client]Connecting to server
19:41:45.919 -> [BOT Client]Conection error
19:41:45.919 ->
19:41:45.919 -> [BOT Client]Connecting to server
19:41:45.919 -> [BOT Client]Conection error
19:41:45.919 ->
19:41:45.919 -> [BOT Client]Connecting to server
19:41:45.919 -> [BOT Client]Conection error
19:41:45.919 ->
19:41:45.919 -> [BOT Client]Connecting to server
19:41:45.919 -> [BOT Client]Conection error
19:41:45.919 ->
19:41:45.919 -> [BOT Client]Connecting to server
19:41:45.919 -> [BOT Client]Conection error
19:41:45.919 ->
19:41:45.919 -> [BOT Client]Connecting to server
19:41:45.919 -> [BOT Client]Conection error
19:41:45.919 ->
19:41:45.919 -> [BOT Client]Connecting to server
19:41:45.919 -> [BOT Client]Conection error
19:41:45.919 ->
19:41:45.919 -> [BOT Client]Connecting to server
19:41:45.919 -> [BOT Client]Conection error
19:41:45.919 ->
19:41:45.919 -> [BOT Client]Connecting to server
19:41:45.966 -> [BOT Client]Conection error
19:41:45.966 ->
19:41:45.966 -> [BOT Client]Connecting to server
19:41:45.966 -> [BOT Client]Conection error
19:41:45.966 ->
19:41:45.966 -> [BOT Client]Connecting to server
19:41:45.966 -> [BOT Client]Conection error
19:41:45.966 ->
19:41:45.966 -> [BOT Client]Connecting to server
19:41:45.966 -> [BOT Client]Conection error
19:41:45.966 ->
19:41:45.966 -> [BOT Client]Connecting to server
19:41:45.966 -> [BOT Client]Conection error
19:41:45.966 ->
19:41:45.966 -> [BOT Client]Connecting to server
19:41:45.966 -> [BOT Client]Conection error
19:41:45.966 ->
19:41:45.966 -> [BOT Client]Connecting to server
19:41:45.966 -> [BOT Client]Conection error
19:41:45.966 ->
19:41:45.966 -> [BOT Client]Connecting to server
19:41:45.966 -> [BOT Client]Conection error
19:41:45.966 ->
19:41:45.966 -> [BOT Client]Connecting to server
19:41:45.966 -> [BOT Client]Conection error
19:41:46.013 ->
19:41:46.013 -> [BOT Client]Connecting to server
19:41:46.013 -> [BOT Client]Conection error
19:41:46.013 ->
19:41:46.013 -> [BOT Client]Connecting to server
19:41:46.013 -> [BOT Client]Conection error
19:41:46.013 ->
19:41:46.013 -> [BOT Client]Connecting to server
19:41:46.013 -> [BOT Client]Conection error
19:41:46.013 ->
19:41:46.013 -> [BOT Client]Connecting to server
19:41:46.013 -> [BOT Client]Conection error
19:41:46.013 ->
19:41:46.013 -> [BOT Client]Connecting to server
19:41:46.013 -> [BOT Client]Conection error
19:41:46.013 ->
19:41:46.013 -> [BOT Client]Connecting to server
19:41:46.013 -> [BOT Client]Conection error
19:41:46.013 ->
19:41:46.013 -> [BOT Client]Connecting to server
19:41:46.013 -> [BOT Client]Conection error
19:41:46.013 ->
19:41:46.013 -> [BOT Client]Connecting to server
19:41:46.013 -> [BOT Client]Conection error
19:41:46.013 ->
19:41:46.013 -> [BOT Client]Connecting to server
19:41:46.059 -> [BOT Client]Conection error
19:41:46.059 ->
19:41:46.059 -> [BOT Client]Connecting to server
19:41:46.059 -> [BOT Client]Conection error
19:41:46.059 ->
19:41:46.059 -> [BOT Client]Connecting to server
19:41:46.059 -> [BOT Client]Conection error
19:41:46.059 ->
19:41:46.059 -> [BOT Client]Connecting to server
19:41:46.059 -> [BOT Client]Conection error
19:41:46.059 ->
19:41:46.059 -> [BOT Client]Connecting to server
19:41:46.059 -> [BOT Client]Conection error
19:41:46.059 ->
19:41:46.059 -> [BOT Client]Connecting to server
19:41:46.059 -> [BOT Client]Conection error
19:41:46.059 ->
19:41:46.059 -> [BOT Client]Connecting to server
19:41:46.059 -> [BOT Client]Conection error
19:41:46.059 ->
19:41:46.059 -> [BOT Client]Connecting to server
19:41:46.059 -> [BOT Client]Conection error
19:41:46.059 ->
19:41:46.059 -> [BOT Client]Connecting to server
19:41:46.106 -> [BOT Client]Conection error
19:41:46.106 ->
19:41:46.106 -> [BOT Client]Connecting to server
19:41:46.106 -> [BOT Client]Conection error
19:41:46.106 ->
19:41:46.106 -> [BOT Client]Connecting to server
19:41:46.106 -> [BOT Client]Conection error
19:41:46.106 ->
19:41:46.106 -> [BOT Client]Connecting to server
19:41:46.106 -> [BOT Client]Conection error
19:41:46.106 ->
19:41:46.106 -> [BOT Client]Connecting to server
19:41:46.106 -> [BOT Client]Conection error
19:41:46.106 ->
19:41:46.106 -> [BOT Client]Connecting to server
19:41:46.106 -> [BOT Client]Conection error
19:41:46.106 ->
19:41:46.106 -> [BOT Client]Connecting to server
19:41:46.106 -> [BOT Client]Conection error
19:41:46.106 ->
19:41:46.106 -> [BOT Client]Connecting to server
19:41:46.106 -> [BOT Client]Conection error
19:41:46.106 ->
19:41:46.106 -> [BOT Client]Connecting to server
19:41:46.106 -> [BOT Client]Conection error
19:41:46.106 ->
19:41:46.153 -> [BOT Client]Connecting to server
19:41:46.153 -> [BOT Client]Conection error
19:41:46.153 ->
19:41:46.153 -> [BOT Client]Connecting to server
19:41:46.153 -> [BOT Client]Conection error
19:41:46.153 ->
19:41:46.153 -> [BOT Client]Connecting to server
19:41:46.153 -> [BOT Client]Conection error
19:41:46.153 ->
19:41:46.153 -> [BOT Client]Connecting to server
19:41:46.153 -> [BOT Client]Conection error
19:41:46.153 ->
19:41:46.153 -> [BOT Client]Connecting to server
19:41:46.153 -> [BOT Client]Conection error
19:41:46.153 ->
19:41:46.153 -> [BOT Client]Connecting to server
19:41:46.153 -> [BOT Client]Conection error
19:41:46.153 ->
19:41:46.153 -> [BOT Client]Connecting to server
19:41:46.153 -> [BOT Client]Conection error
19:41:46.153 ->
19:41:46.153 -> [BOT Client]Connecting to server
19:41:46.153 -> [BOT Client]Conection error
19:41:46.200 ->
19:41:46.200 -> [BOT Client]Connecting to server
19:41:46.200 -> [BOT Client]Conection error
19:41:46.200 ->
19:41:46.200 -> [BOT Client]Connecting to server
19:41:46.200 -> [BOT Client]Conection error
19:41:46.200 ->
19:41:46.200 -> [BOT Client]Connecting to server
19:41:46.200 -> [BOT Client]Conection error
19:41:46.200 ->
19:41:46.200 -> [BOT Client]Connecting to server
19:41:46.200 -> [BOT Client]Conection error
19:41:46.200 ->
19:41:46.200 -> [BOT Client]Connecting to server
19:41:46.200 -> [BOT Client]Conection error
19:41:46.200 ->
19:41:46.200 -> [BOT Client]Connecting to server
19:41:46.200 -> [BOT Client]Conection error
19:41:46.200 ->
19:41:46.200 -> [BOT Client]Connecting to server
19:41:46.200 -> [BOT Client]Conection error
19:41:46.200 ->
19:41:46.200 -> [BOT Client]Connecting to server
19:41:46.200 -> [BOT Client]Conection error
19:41:46.200 ->
19:41:46.200 -> [BOT Client]Connecting to server
19:41:46.247 -> [BOT Client]Conection error
19:41:46.247 ->
19:41:46.247 -> [BOT Client]Connecting to server
19:41:46.247 -> [BOT Client]Conection error
19:41:46.247 ->
19:41:46.247 -> [BOT Client]Connecting to server
19:41:46.247 -> [BOT Client]Conection error
19:41:46.247 ->
19:41:46.247 -> [BOT Client]Connecting to server
19:41:46.247 -> [BOT Client]Conection error
19:41:46.247 ->
19:41:46.247 -> [BOT Client]Connecting to server
19:41:46.247 -> [BOT Client]Conection error
19:41:46.247 ->
19:41:46.247 -> [BOT Client]Connecting to server
19:41:46.247 -> [BOT Client]Conection error
19:41:46.247 ->
19:41:46.247 -> [BOT Client]Connecting to server
19:41:46.247 -> [BOT Client]Conection error
19:41:46.247 ->
19:41:46.247 -> [BOT Client]Connecting to server
19:41:46.247 -> [BOT Client]Conection error
19:41:46.247 ->
19:41:46.247 -> [BOT Client]Connecting to server
19:41:46.247 -> [BOT Client]Conection error
19:41:46.293 ->
19:41:46.293 -> [BOT Client]Connecting to server
19:41:46.293 -> [BOT Client]Conection error
19:41:46.293 ->
19:41:46.293 -> [BOT Client]Connecting to server
19:41:46.293 -> [BOT Client]Conection error
19:41:46.293 ->
19:41:46.293 -> [BOT Client]Connecting to server
19:41:46.293 -> [BOT Client]Conection error
19:41:46.293 ->
19:41:46.293 -> [BOT Client]Connecting to server
19:41:46.293 -> [BOT Client]Conection error
19:41:46.293 ->
19:41:46.293 -> [BOT Client]Connecting to server
19:41:46.293 -> [BOT Client]Conection error
19:41:46.293 ->
19:41:46.293 -> [BOT Client]Connecting to server
19:41:46.293 -> [BOT Client]Conection error
19:41:46.293 ->
19:41:46.293 -> [BOT Client]Connecting to server
19:41:46.293 -> [BOT Client]Conection error
19:41:46.293 ->
19:41:46.293 -> [BOT Client]Connecting to server
19:41:46.293 -> [BOT Client]Conection error
19:41:46.293 ->
19:41:46.293 -> [BOT Client]Connecting to server
19:41:46.340 -> [BOT Client]Conection error
19:41:46.340 ->
19:41:46.340 -> [BOT Client]Connecting to server
19:41:46.340 -> [BOT Client]Conection error
19:41:46.340 ->
19:41:46.340 -> [BOT Client]Connecting to server
19:41:46.340 -> [BOT Client]Conection error
19:41:46.340 ->
19:41:46.340 -> [BOT Client]Connecting to server
19:41:46.340 -> [BOT Client]Conection error
19:41:46.340 ->
19:41:46.340 -> [BOT Client]Connecting to server
19:41:46.340 -> [BOT Client]Conection error
19:41:46.340 ->
19:41:46.340 -> [BOT Client]Connecting to server
19:41:46.340 -> [BOT Client]Conection error
19:41:46.340 ->
19:41:46.340 -> [BOT Client]Connecting to server
19:41:46.340 -> [BOT Client]Conection error
19:41:46.340 ->
19:41:46.340 -> [BOT Client]Connecting to server
19:41:46.340 -> [BOT Client]Conection error
19:41:46.340 ->
19:41:46.340 -> [BOT Client]Connecting to server
19:41:46.387 -> [BOT Client]Conection error
19:41:46.387 ->
19:41:46.387 -> [BOT Client]Connecting to server
19:41:46.387 -> [BOT Client]Conection error
19:41:46.387 ->
19:41:46.387 -> [BOT Client]Connecting to server
19:41:46.387 -> [BOT Client]Conection error
19:41:46.387 ->
19:41:46.387 -> [BOT Client]Connecting to server
19:41:46.387 -> [BOT Client]Conection error
19:41:46.387 ->
19:41:46.387 -> [BOT Client]Connecting to server
19:41:46.387 -> [BOT Client]Conection error
19:41:46.387 ->
19:41:46.387 -> [BOT Client]Connecting to server
19:41:46.387 -> [BOT Client]Conection error
19:41:46.387 ->
19:41:46.387 -> [BOT Client]Connecting to server
19:41:46.387 -> [BOT Client]Conection error
19:41:46.387 ->
19:41:46.387 -> [BOT Client]Connecting to server
19:41:46.387 -> [BOT Client]Conection error
19:41:46.387 ->
19:41:46.387 -> [BOT Client]Connecting to server
19:41:46.434 -> [BOT Client]Conection error
19:41:46.434 ->
19:41:46.434 -> [BOT Client]Connecting to server
19:41:46.434 -> [BOT Client]Conection error
19:41:46.434 ->
19:41:46.434 -> [BOT Client]Connecting to server
19:41:46.434 -> [BOT Client]Conection error
19:41:46.434 ->
19:41:46.434 -> [BOT Client]Connecting to server
19:41:46.434 -> [BOT Client]Conection error
19:41:46.434 ->
19:41:46.434 -> [BOT Client]Connecting to server
19:41:46.434 -> [BOT Client]Conection error
19:41:46.434 ->
19:41:46.434 -> [BOT Client]Connecting to server
19:41:46.434 -> [BOT Client]Conection error
19:41:46.434 ->
19:41:46.434 -> [BOT Client]Connecting to server
19:41:46.434 -> [BOT Client]Conection error
19:41:46.434 ->
19:41:46.434 -> [BOT Client]Connecting to server
19:41:46.434 -> [BOT Client]Conection error
19:41:46.434 ->
19:41:46.434 -> [BOT Client]Connecting to server
19:41:46.434 -> [BOT Client]Conection error
19:41:46.481 ->
19:41:46.481 -> [BOT Client]Connecting to server
19:41:46.481 -> [BOT Client]Conection error
19:41:46.481 ->
19:41:46.481 -> [BOT Client]Connecting to server
19:41:46.481 -> [BOT Client]Conection error
19:41:46.481 ->
19:41:46.481 -> [BOT Client]Connecting to server
19:41:46.481 -> [BOT Client]Conection error
19:41:46.481 ->
19:41:46.481 -> [BOT Client]Connecting to server
19:41:46.481 -> [BOT Client]Conection error
19:41:46.481 ->
19:41:46.481 -> [BOT Client]Connecting to server
19:41:46.481 -> [BOT Client]Conection error
19:41:46.481 ->
19:41:46.481 -> [BOT Client]Connecting to server
19:41:46.481 -> [BOT Client]Conection error
19:41:46.481 ->
19:41:46.481 -> [BOT Client]Connecting to server
19:41:46.481 -> [BOT Client]Conection error
19:41:46.481 ->
19:41:46.481 -> [BOT Client]Connecting to server
19:41:46.481 -> [BOT Client]Conection error
19:41:46.481 ->
19:41:46.481 -> [BOT Client]Connecting to server
19:41:46.527 -> [BOT Client]Conection error
19:41:46.527 ->
19:41:46.527 -> [BOT Client]Connecting to server
19:41:46.527 -> [BOT Client]Conection error
19:41:46.527 ->
19:41:46.527 -> [BOT Client]Connecting to server
19:41:46.527 -> [BOT Client]Conection error
19:41:46.527 ->
19:41:46.527 -> [BOT Client]Connecting to server
19:41:46.527 -> [BOT Client]Conection error
19:41:46.527 ->
19:41:46.527 -> [BOT Client]Connecting to server
19:41:46.527 -> [BOT Client]Conection error
19:41:46.527 ->
19:41:46.527 -> [BOT Client]Connecting to server
19:41:46.527 -> [BOT Client]Conection error
19:41:46.527 ->
19:41:46.527 -> [BOT Client]Connecting to server
19:41:46.527 -> [BOT Client]Conection error
19:41:46.527 ->
19:41:46.527 -> [BOT Client]Connecting to server
19:41:46.527 -> [BOT Client]Conection error
19:41:46.527 ->
19:41:46.527 -> [BOT Client]Connecting to server
19:41:46.574 -> [BOT Client]Conection error
19:41:46.574 ->
19:41:46.574 -> [BOT Client]Connecting to server
19:41:46.574 -> [BOT Client]Conection error
19:41:46.574 ->
19:41:46.574 -> [BOT Client]Connecting to server
19:41:46.574 -> [BOT Client]Conection error
19:41:46.574 ->
19:41:46.574 -> [BOT Client]Connecting to server
19:41:46.574 -> [BOT Client]Conection error
19:41:46.574 ->
19:41:46.574 -> [BOT Client]Connecting to server
19:41:46.574 -> [BOT Client]Conection error
19:41:46.574 ->
19:41:46.574 -> [BOT Client]Connecting to server
19:41:46.574 -> [BOT Client]Conection error
19:41:46.574 ->
19:41:46.574 -> [BOT Client]Connecting to server
19:41:46.574 -> [BOT Client]Conection error
19:41:46.574 ->
19:41:46.574 -> [BOT Client]Connecting to server
19:41:46.574 -> [BOT Client]Conection error
19:41:46.574 ->
19:41:46.574 -> [BOT Client]Connecting to server
19:41:46.574 -> [BOT Client]Conection error
19:41:46.621 ->
19:41:46.621 -> [BOT Client]Connecting to server
19:41:46.621 -> [BOT Client]Conection error
19:41:46.621 ->
19:41:46.621 -> [BOT Client]Connecting to server
19:41:46.621 -> [BOT Client]Conection error
19:41:46.621 ->
19:41:46.621 -> [BOT Client]Connecting to server
19:41:46.621 -> [BOT Client]Conection error
19:41:46.621 ->
19:41:46.621 -> [BOT Client]Connecting to server
19:41:46.621 -> [BOT Client]Conection error
19:41:46.621 ->
19:41:46.621 -> [BOT Client]Connecting to server
19:41:46.621 -> [BOT Client]Conection error
19:41:46.621 ->
19:41:46.621 -> [BOT Client]Connecting to server
19:41:46.621 -> [BOT Client]Conection error
19:41:46.621 ->
19:41:46.621 -> [BOT Client]Connecting to server
19:41:46.621 -> [BOT Client]Conection error
19:41:46.621 ->
19:41:46.621 -> [BOT Client]Connecting to server
19:41:46.621 -> [BOT Client]Conection error
19:41:46.621 ->
19:41:46.621 -> [BOT Client]Connecting to server
19:41:46.668 -> [BOT Client]Conection error
19:41:46.668 ->
19:41:46.668 -> [BOT Client]Connecting to server
19:41:46.668 -> [BOT Client]Conection error
19:41:46.668 ->
19:41:46.668 -> [BOT Client]Connecting to server
19:41:46.668 -> [BOT Client]Conection error
19:41:46.668 ->
19:41:46.668 -> [BOT Client]Connecting to server
19:41:46.668 -> [BOT Client]Conection error
19:41:46.668 ->
19:41:46.668 -> [BOT Client]Connecting to server
19:41:46.668 -> [BOT Client]Conection error
19:41:46.668 ->
19:41:46.668 -> [BOT Client]Connecting to server
19:41:46.668 -> [BOT Client]Conection error
19:41:46.668 ->
19:41:46.668 -> [BOT Client]Connecting to server
19:41:46.668 -> [BOT Client]Conection error
19:41:46.668 ->
19:41:46.668 -> [BOT Client]Connecting to server
19:41:46.668 -> [BOT Client]Conection error
19:41:46.668 ->
19:41:46.668 -> [BOT Client]Connecting to server
19:41:46.715 -> [BOT Client]Conection error
19:41:46.715 ->
19:41:46.715 -> [BOT Client]Connecting to server
19:41:46.715 -> [BOT Client]Conection error
19:41:46.715 ->
19:41:46.715 -> [BOT Client]Connecting to server
19:41:46.715 -> [BOT Client]Conection error
19:41:46.715 ->
19:41:46.715 -> [BOT Client]Connecting to server
19:41:46.715 -> [BOT Client]Conection error
19:41:46.715 ->
19:41:46.715 -> [BOT Client]Connecting to server
19:41:46.715 -> [BOT Client]Conection error
19:41:46.715 ->
19:41:46.715 -> [BOT Client]Connecting to server
19:41:46.715 -> [BOT Client]Conection error
19:41:46.715 ->
19:41:46.715 -> [BOT Client]Connecting to server
19:41:46.715 -> [BOT Client]Conection error
19:41:46.715 ->
19:41:46.715 -> [BOT Client]Connecting to server
19:41:46.715 -> [BOT Client]Conection error
19:41:46.715 ->
19:41:46.715 -> [BOT Client]Connecting to server
19:41:46.715 -> [BOT Client]Conection error
19:41:46.761 ->
19:41:46.761 -> [BOT Client]Connecting to server
19:41:46.761 -> [BOT Client]Conection error
19:41:46.761 ->
19:41:46.761 -> [BOT Client]Connecting to server
19:41:46.761 -> [BOT Client]Conection error
19:41:46.761 ->
19:41:46.761 -> [BOT Client]Connecting to server
19:41:46.761 -> [BOT Client]Conection error
19:41:46.761 ->
19:41:46.761 -> [BOT Client]Connecting to server
19:41:46.761 -> [BOT Client]Conection error
19:41:46.761 ->
19:41:46.761 -> [BOT Client]Connecting to server
19:41:46.761 -> [BOT Client]Conection error
19:41:46.761 ->
19:41:46.761 -> [BOT Client]Connecting to server
19:41:46.761 -> [BOT Client]Conection error
19:41:46.761 ->
19:41:46.761 -> [BOT Client]Connecting to server
19:41:46.761 -> [BOT Client]Conection error
19:41:46.761 ->
19:41:46.761 -> [BOT Client]Connecting to server
19:41:46.761 -> [BOT Client]Conection error
19:41:46.808 ->
19:41:46.808 -> [BOT Client]Connecting to server
19:41:46.808 -> [BOT Client]Conection error
19:41:46.808 ->
19:41:46.808 -> [BOT Client]Connecting to server
19:41:46.808 -> [BOT Client]Conection error
19:41:46.808 ->
19:41:46.808 -> [BOT Client]Connecting to server
19:41:46.808 -> [BOT Client]Conection error
19:41:46.808 ->
19:41:46.808 -> [BOT Client]Connecting to server
19:41:46.808 -> [BOT Client]Conection error
19:41:46.808 ->
19:41:46.808 -> [BOT Client]Connecting to server
19:41:46.808 -> [BOT Client]Conection error
19:41:46.808 ->
19:41:46.808 -> [BOT Client]Connecting to server
19:41:46.808 -> [BOT Client]Conection error
19:41:46.808 ->
19:41:46.808 -> [BOT Client]Connecting to server
19:41:46.808 -> [BOT Client]Conection error
19:41:46.808 ->
19:41:46.808 -> [BOT Client]Connecting to server
19:41:46.808 -> [BOT Client]Conection error
19:41:46.808 ->
19:41:46.808 -> [BOT Client]Connecting to server
19:41:46.855 -> [BOT Client]Conection error
19:41:46.855 ->
19:41:46.855 -> [BOT Client]Connecting to server
19:41:46.855 -> [BOT Client]Conection error
19:41:46.855 ->
19:41:46.855 -> [BOT Client]Connecting to server
19:41:46.855 -> [BOT Client]Conection error
19:41:46.855 ->
19:41:46.855 -> [BOT Client]Connecting to server
19:41:46.855 -> [BOT Client]Conection error
19:41:46.855 ->
19:41:46.855 -> [BOT Client]Connecting to server
19:41:46.855 -> [BOT Client]Conection error
19:41:46.855 ->
19:41:46.855 -> [BOT Client]Connecting to server
19:41:46.855 -> [BOT Client]Conection error
19:41:46.855 ->
19:41:46.855 -> [BOT Client]Connecting to server
19:41:46.855 -> [BOT Client]Conection error
19:41:46.855 ->
19:41:46.855 -> [BOT Client]Connecting to server
19:41:46.855 -> [BOT Client]Conection error
19:41:46.855 ->
19:41:46.855 -> [BOT Client]Connecting to server
19:41:46.855 -> [BOT Client]Conection error
19:41:46.902 ->
19:41:46.902 -> [BOT Client]Connecting to server
19:41:46.902 -> [BOT Client]Conection error
19:41:46.902 ->
19:41:46.902 -> [BOT Client]Connecting to server
19:41:46.902 -> [BOT Client]Conection error
19:41:46.902 ->
19:41:46.902 -> [BOT Client]Connecting to server
19:41:46.902 -> [BOT Client]Conection error
19:41:46.902 ->
19:41:46.902 -> [BOT Client]Connecting to server
19:41:46.902 -> [BOT Client]Conection error
19:41:46.902 ->
19:41:46.902 -> [BOT Client]Connecting to server
19:41:46.902 -> [BOT Client]Conection error
19:41:46.902 ->
19:41:46.902 -> [BOT Client]Connecting to server
19:41:46.902 -> [BOT Client]Conection error
19:41:46.902 ->
19:41:46.902 -> [BOT Client]Connecting to server
19:41:46.902 -> [BOT Client]Conection error
19:41:46.902 ->
19:41:46.902 -> [BOT Client]Connecting to server
19:41:46.902 -> [BOT Client]Conection error
19:41:46.949 ->
19:41:46.949 -> [BOT Client]Connecting to server
19:41:46.949 -> [BOT Client]Conection error
19:41:46.949 ->
19:41:46.949 -> [BOT Client]Connecting to server
19:41:46.949 -> [BOT Client]Conection error
19:41:46.949 ->
19:41:46.949 -> [BOT Client]Connecting to server
19:41:46.949 -> [BOT Client]Conection error
19:41:46.949 ->
19:41:46.949 -> [BOT Client]Connecting to server
19:41:46.949 -> [BOT Client]Conection error
19:41:46.949 ->
19:41:46.949 -> [BOT Client]Connecting to server
19:41:46.949 -> [BOT Client]Conection error
19:41:46.949 ->
19:41:46.949 -> [BOT Client]Connecting to server
19:41:46.949 -> [BOT Client]Conection error
19:41:46.949 ->
19:41:46.949 -> [BOT Client]Connecting to server
19:41:46.949 -> [BOT Client]Conection error
19:41:46.949 ->
19:41:46.949 -> [BOT Client]Connecting to server
19:41:46.949 -> [BOT Client]Conection error
19:41:46.949 ->
19:41:46.949 -> [BOT Client]Connecting to server
19:41:46.995 -> [BOT Client]Conection error
19:41:46.995 ->
19:41:46.995 -> [BOT Client]Connecting to server
19:41:46.995 -> [BOT Client]Conection error
19:41:46.995 ->
19:41:46.995 -> [BOT Client]Connecting to server
19:41:46.995 -> [BOT Client]Conection error
19:41:46.995 ->
19:41:46.995 -> [BOT Client]Connecting to server
19:41:46.995 -> [BOT Client]Conection error
19:41:46.995 ->
19:41:46.995 -> [BOT Client]Connecting to server
19:41:46.995 -> [BOT Client]Conection error
19:41:46.995 ->
19:41:46.995 -> [BOT Client]Connecting to server
19:41:46.995 -> [BOT Client]Conection error
19:41:46.995 ->
19:41:46.995 -> [BOT Client]Connecting to server
19:41:46.995 -> [BOT Client]Conection error
19:41:46.995 ->
19:41:46.995 -> [BOT Client]Connecting to server
19:41:46.995 -> [BOT Client]Conection error
19:41:46.995 ->
19:41:46.995 -> [BOT Client]Connecting to server
19:41:47.042 -> [BOT Client]Conection error
19:41:47.042 ->
19:41:47.042 -> [BOT Client]Connecting to server
19:41:47.042 -> [BOT Client]Conection error
19:41:47.042 ->
19:41:47.042 -> [BOT Client]Connecting to server
19:41:47.042 -> [BOT Client]Conection error
19:41:47.042 ->
19:41:47.042 -> [BOT Client]Connecting to server
19:41:47.042 -> [BOT Client]Conection error
19:41:47.042 ->
19:41:47.042 -> [BOT Client]Connecting to server
19:41:47.042 -> [BOT Client]Conection error
19:41:47.042 ->
19:41:47.042 -> [BOT Client]Connecting to server
19:41:47.042 -> [BOT Client]Conection error
19:41:47.042 ->
19:41:47.042 -> [BOT Client]Connecting to server
19:41:47.042 -> [BOT Client]Conection error
19:41:47.042 ->
19:41:47.042 -> [BOT Client]Connecting to server
19:41:47.042 -> [BOT Client]Conection error
19:41:47.042 ->
19:41:47.042 -> [BOT Client]Connecting to server
19:41:47.042 -> [BOT Client]Conection error
19:41:47.089 ->
19:41:47.089 -> [BOT Client]Connecting to server
19:41:47.089 -> [BOT Client]Conection error
19:41:47.089 ->
19:41:47.089 -> [BOT Client]Connecting to server
19:41:47.089 -> [BOT Client]Conection error
19:41:47.089 ->
19:41:47.089 -> [BOT Client]Connecting to server
19:41:47.089 -> [BOT Client]Conection error
19:41:47.089 ->
19:41:47.089 -> [BOT Client]Connecting to server
19:41:47.089 -> [BOT Client]Conection error
19:41:47.089 ->
19:41:47.089 -> [BOT Client]Connecting to server
19:41:47.089 -> [BOT Client]Conection error
19:41:47.089 ->
19:41:47.089 -> [BOT Client]Connecting to server
19:41:47.089 -> [BOT Client]Conection error
19:41:47.089 ->
19:41:47.089 -> [BOT Client]Connecting to server
19:41:47.089 -> [BOT Client]Conection error
19:41:47.089 ->
19:41:47.089 -> [BOT Client]Connecting to server
19:41:47.089 -> [BOT Client]Conection error
19:41:47.136 ->
19:41:47.136 -> [BOT Client]Connecting to server
19:41:47.136 -> [BOT Client]Conection error
19:41:47.136 ->
19:41:47.136 -> [BOT Client]Connecting to server
19:41:47.136 -> [BOT Client]Conection error
19:41:47.136 ->
19:41:47.136 -> [BOT Client]Connecting to server
19:41:47.136 -> [BOT Client]Conection error
19:41:47.136 ->
19:41:47.136 -> [BOT Client]Connecting to server
19:41:47.136 -> [BOT Client]Conection error
19:41:47.136 ->
19:41:47.136 -> [BOT Client]Connecting to server
19:41:47.136 -> [BOT Client]Conection error
19:41:47.136 ->
19:41:47.136 -> [BOT Client]Connecting to server
19:41:47.136 -> [BOT Client]Conection error
19:41:47.136 ->
19:41:47.136 -> [BOT Client]Connecting to server
19:41:47.136 -> [BOT Client]Conection error
19:41:47.136 ->
19:41:47.136 -> [BOT Client]Connecting to server
19:41:47.136 -> [BOT Client]Conection error
19:41:47.136 ->
19:41:47.136 -> [BOT Client]Connecting to server
19:41:47.183 -> [BOT Client]Conection error
19:41:47.183 ->
19:41:47.183 -> [BOT Client]Connecting to server
19:41:47.183 -> [BOT Client]Conection error
19:41:47.183 ->
19:41:47.183 -> [BOT Client]Connecting to server
19:41:47.183 -> [BOT Client]Conection error
19:41:47.183 ->
19:41:47.183 -> [BOT Client]Connecting to server
19:41:47.183 -> [BOT Client]Conection error
19:41:47.183 ->
19:41:47.183 -> [BOT Client]Connecting to server
19:41:47.183 -> [BOT Client]Conection error
19:41:47.183 ->
19:41:47.183 -> [BOT Client]Connecting to server
19:41:47.183 -> [BOT Client]Conection error
19:41:47.183 ->
19:41:47.183 -> [BOT Client]Connecting to server
19:41:47.183 -> [BOT Client]Conection error
19:41:47.183 ->
19:41:47.183 -> [BOT Client]Connecting to server
19:41:47.183 -> [BOT Client]Conection error
19:41:47.183 ->
19:41:47.183 -> [BOT Client]Connecting to server
19:41:47.229 -> [BOT Client]Conection error
19:41:47.229 ->
19:41:47.229 -> [BOT Client]Connecting to server
19:41:47.229 -> [BOT Client]Conection error
19:41:47.229 ->
19:41:47.229 -> [BOT Client]Connecting to server
19:41:47.229 -> [BOT Client]Conection error
19:41:47.229 ->
19:41:47.229 -> [BOT Client]Connecting to server
19:41:47.229 -> [BOT Client]Conection error
19:41:47.229 ->
19:41:47.229 -> [BOT Client]Connecting to server
19:41:47.229 -> [BOT Client]Conection error
19:41:47.229 ->
19:41:47.229 -> [BOT Client]Connecting to server
19:41:47.229 -> [BOT Client]Conection error
19:41:47.229 ->
19:41:47.229 -> [BOT Client]Connecting to server
19:41:47.229 -> [BOT Client]Conection error
19:41:47.229 ->
19:41:47.229 -> [BOT Client]Connecting to server
19:41:47.229 -> [BOT Client]Conection error
19:41:47.229 ->
19:41:47.229 -> [BOT Client]Connecting to server
19:41:47.229 -> [BOT Client]Conection error
19:41:47.276 ->
19:41:47.276 -> [BOT Client]Connecting to server
19:41:47.276 -> [BOT Client]Conection error
19:41:47.276 ->
19:41:47.276 -> [BOT Client]Connecting to server
19:41:47.276 -> [BOT Client]Conection error
19:41:47.276 ->
19:41:47.276 -> [BOT Client]Connecting to server
19:41:47.276 -> [BOT Client]Conection error
19:41:47.276 ->
19:41:47.276 -> [BOT Client]Connecting to server
19:41:47.276 -> [BOT Client]Conection error
19:41:47.276 ->
19:41:47.276 -> [BOT Client]Connecting to server
19:41:47.276 -> [BOT Client]Conection error
19:41:47.276 ->
19:41:47.276 -> [BOT Client]Connecting to server
19:41:47.276 -> [BOT Client]Conection error
19:41:47.276 ->
19:41:47.276 -> [BOT Client]Connecting to server
19:41:47.276 -> [BOT Client]Conection error
19:41:47.276 ->
19:41:47.276 -> [BOT Client]Connecting to server
19:41:47.276 -> [BOT Client]Conection error
19:41:47.276 ->
19:41:47.276 -> [BOT Client]Connecting to server
19:41:47.308 -> [BOT Client]Conection error
19:41:47.308 ->
19:41:47.308 -> [BOT Client]Connecting to server
19:41:47.308 -> [BOT Client]Conection error
19:41:47.308 ->
19:41:47.308 -> [BOT Client]Connecting to server
19:41:47.308 -> [BOT Client]Conection error
19:41:47.308 ->
19:41:47.308 -> [BOT Client]Connecting to server
19:41:47.308 -> [BOT Client]Conection error
19:41:47.308 ->
19:41:47.308 -> [BOT Client]Connecting to server
19:41:47.308 -> [BOT Client]Conection error
19:41:47.308 ->
19:41:47.308 -> [BOT Client]Connecting to server
19:41:47.308 -> [BOT Client]Conection error
19:41:47.308 ->
19:41:47.308 -> [BOT Client]Connecting to server
19:41:47.308 -> [BOT Client]Conection error
19:41:47.308 ->
19:41:47.308 -> [BOT Client]Connecting to server
19:41:47.308 -> [BOT Client]Conection error
19:41:47.308 ->
19:41:47.308 -> [BOT Client]Connecting to server
19:41:47.371 -> [BOT Client]Conection error
19:41:47.371 ->
19:41:47.371 -> [BOT Client]Connecting to server
19:41:47.371 -> [BOT Client]Conection error
19:41:47.371 ->
19:41:47.371 -> [BOT Client]Connecting to server
19:41:47.371 -> [BOT Client]Conection error
19:41:47.371 ->
19:41:47.371 -> [BOT Client]Connecting to server
19:41:47.371 -> [BOT Client]Conection error
19:41:47.371 ->
19:41:47.371 -> [BOT Client]Connecting to server
19:41:47.371 -> [BOT Client]Conection error
19:41:47.371 ->
19:41:47.371 -> [BOT Client]Connecting to server
19:41:47.371 -> [BOT Client]Conection error
19:41:47.371 ->
19:41:47.371 -> [BOT Client]Connecting to server
19:41:47.371 -> [BOT Client]Conection error
19:41:47.371 ->
19:41:47.371 -> [BOT Client]Connecting to server
19:41:47.371 -> [BOT Client]Conection error
19:41:47.371 ->
19:41:47.371 -> [BOT Client]Connecting to server
19:41:47.371 -> [BOT Client]Conection error
19:41:47.418 ->
19:41:47.418 -> [BOT Client]Connecting to server
19:41:47.418 -> [BOT Client]Conection error
19:41:47.418 ->
19:41:47.418 -> [BOT Client]Connecting to server
19:41:47.418 -> [BOT Client]Conection error
19:41:47.418 ->
19:41:47.418 -> [BOT Client]Connecting to server
19:41:47.418 -> [BOT Client]Conection error
19:41:47.418 ->
19:41:47.418 -> [BOT Client]Connecting to server
19:41:47.418 -> [BOT Client]Conection error
19:41:47.418 ->
19:41:47.418 -> [BOT Client]Connecting to server
19:41:47.418 -> [BOT Client]Conection error
19:41:47.418 ->
19:41:47.418 -> [BOT Client]Connecting to server
19:41:47.418 -> [BOT Client]Conection error
19:41:47.418 ->
19:41:47.418 -> [BOT Client]Connecting to server
19:41:47.418 -> [BOT Client]Conection error
19:41:47.418 ->
19:41:47.418 -> [BOT Client]Connecting to server
19:41:47.418 -> [BOT Client]Conection error
19:41:47.418 ->
19:41:47.418 -> [BOT Client]Connecting to server
19:41:47.464 -> [BOT Client]Conection error
19:41:47.464 ->
19:41:47.464 -> [BOT Client]Connecting to server
19:41:47.464 -> [BOT Client]Conection error
19:41:47.464 ->
19:41:47.464 -> [BOT Client]Connecting to server
19:41:47.464 -> [BOT Client]Conection error
19:41:47.464 ->
19:41:47.464 -> [BOT Client]Connecting to server
19:41:47.464 -> [BOT Client]Conection error
19:41:47.464 ->
19:41:47.464 -> [BOT Client]Connecting to server
19:41:47.464 -> [BOT Client]Conection error
19:41:47.464 ->
19:41:47.464 -> [BOT Client]Connecting to server
19:41:47.464 -> [BOT Client]Conection error
19:41:47.464 ->
19:41:47.464 -> [BOT Client]Connecting to server
19:41:47.464 -> [BOT Client]Conection error
19:41:47.464 ->
19:41:47.464 -> [BOT Client]Connecting to server
19:41:47.464 -> [BOT Client]Conection error
19:41:47.464 ->
19:41:47.464 -> [BOT Client]Connecting to server
19:41:47.511 -> [BOT Client]Conection error
19:41:47.511 ->
19:41:47.511 -> [BOT Client]Connecting to server
19:41:47.511 -> [BOT Client]Conection error
19:41:47.511 ->
19:41:47.511 -> [BOT Client]Connecting to server
19:41:47.511 -> [BOT Client]Conection error
19:41:47.511 ->
19:41:47.511 -> [BOT Client]Connecting to server
19:41:47.511 -> [BOT Client]Conection error
19:41:47.511 ->
19:41:47.511 -> [BOT Client]Connecting to server
19:41:47.511 -> [BOT Client]Conection error
19:41:47.511 ->
19:41:47.511 -> [BOT Client]Connecting to server
19:41:47.511 -> [BOT Client]Conection error
19:41:47.511 ->
19:41:47.511 -> [BOT Client]Connecting to server
19:41:47.511 -> [BOT Client]Conection error
19:41:47.511 ->
19:41:47.511 -> [BOT Client]Connecting to server
19:41:47.511 -> [BOT Client]Conection error
19:41:47.511 ->
19:41:47.511 -> [BOT Client]Connecting to server
19:41:47.511 -> [BOT Client]Conection error
19:41:47.558 ->
19:41:47.558 -> [BOT Client]Connecting to server
19:41:47.558 -> [BOT Client]Conection error
19:41:47.558 ->
19:41:47.558 -> [BOT Client]Connecting to server
19:41:47.558 -> [BOT Client]Conection error
19:41:47.558 ->
19:41:47.558 -> [BOT Client]Connecting to server
19:41:47.558 -> [BOT Client]Conection error
19:41:47.558 ->
19:41:47.558 -> [BOT Client]Connecting to server
19:41:47.558 -> [BOT Client]Conection error
19:41:47.558 ->
19:41:47.558 -> [BOT Client]Connecting to server
19:41:47.558 -> [BOT Client]Conection error
19:41:47.558 ->
19:41:47.558 -> [BOT Client]Connecting to server
19:41:47.558 -> [BOT Client]Conection error
19:41:47.558 ->
19:41:47.558 -> [BOT Client]Connecting to server
19:41:47.558 -> [BOT Client]Conection error
19:41:47.558 ->
19:41:47.558 -> [BOT Client]Connecting to server
19:41:47.558 -> [BOT Client]Conection error
19:41:47.558 ->
19:41:47.605 -> [BOT Client]Connecting to server
19:41:47.605 -> [BOT Client]Conection error
19:41:47.605 ->
19:41:47.605 -> [BOT Client]Connecting to server
19:41:47.605 -> [BOT Client]Conection error
19:41:47.605 ->
19:41:47.605 -> [BOT Client]Connecting to server
19:41:47.605 -> [BOT Client]Conection error
19:41:47.605 ->
19:41:47.605 -> [BOT Client]Connecting to server
19:41:47.605 -> [BOT Client]Conection error
19:41:47.605 ->
19:41:47.605 -> [BOT Client]Connecting to server
19:41:47.605 -> [BOT Client]Conection error
19:41:47.605 ->
19:41:47.605 -> [BOT Client]Connecting to server
19:41:47.605 -> [BOT Client]Conection error
19:41:47.605 ->
19:41:47.605 -> [BOT Client]Connecting to server
19:41:47.605 -> [BOT Client]Conection error
19:41:47.605 ->
19:41:47.605 -> [BOT Client]Connecting to server
19:41:47.605 -> [BOT Client]Conection error
19:41:47.605 ->
19:41:47.605 -> [BOT Client]Connecting to server
19:41:47.652 -> [BOT Client]Conection error
19:41:47.652 ->
19:41:47.652 -> [BOT Client]Connecting to server
19:41:47.652 -> [BOT Client]Conection error
19:41:47.652 ->
19:41:47.652 -> [BOT Client]Connecting to server
19:41:47.652 -> [BOT Client]Conection error
19:41:47.652 ->
19:41:47.652 -> [BOT Client]Connecting to server
19:41:47.652 -> [BOT Client]Conection error
19:41:47.652 ->
19:41:47.652 -> [BOT Client]Connecting to server
19:41:47.652 -> [BOT Client]Conection error
19:41:47.652 ->
19:41:47.652 -> [BOT Client]Connecting to server
19:41:47.652 -> [BOT Client]Conection error
19:41:47.652 ->
19:41:47.652 -> [BOT Client]Connecting to server
19:41:47.652 -> [BOT Client]Conection error
19:41:47.652 ->
19:41:47.652 -> [BOT Client]Connecting to server
19:41:47.652 -> [BOT Client]Conection error
19:41:47.652 ->
19:41:47.652 -> [BOT Client]Connecting to server
19:41:47.652 -> [BOT Client]Conection error
19:41:47.698 ->
19:41:47.698 -> [BOT Client]Connecting to server
19:41:47.698 -> [BOT Client]Conection error
19:41:47.698 ->
19:41:47.698 -> [BOT Client]Connecting to server
19:41:47.698 -> [BOT Client]Conection error
19:41:47.698 ->
19:41:47.698 -> [BOT Client]Connecting to server
19:41:47.698 -> [BOT Client]Conection error
19:41:47.698 ->
19:41:47.698 -> [BOT Client]Connecting to server
19:41:47.698 -> [BOT Client]Conection error
19:41:47.698 ->
19:41:47.698 -> [BOT Client]Connecting to server
19:41:47.698 -> [BOT Client]Conection error
19:41:47.698 ->
19:41:47.698 -> [BOT Client]Connecting to server
19:41:47.698 -> [BOT Client]Conection error
19:41:47.698 ->
19:41:47.698 -> [BOT Client]Connecting to server
19:41:47.698 -> [BOT Client]Conection error
19:41:47.698 ->
19:41:47.698 -> [BOT Client]Connecting to server
19:41:47.698 -> [BOT Client]Conection error
19:41:47.698 ->
19:41:47.745 -> [BOT Client]Connecting to server
19:41:47.745 -> [BOT Client]Conection error
19:41:47.745 ->
19:41:47.745 -> [BOT Client]Connecting to server
19:41:47.745 -> [BOT Client]Conection error
19:41:47.745 ->
19:41:47.745 -> [BOT Client]Connecting to server
19:41:47.745 -> [BOT Client]Conection error
19:41:47.745 ->
19:41:47.745 -> [BOT Client]Connecting to server
19:41:47.745 -> [BOT Client]Conection error
19:41:47.745 ->
19:41:47.745 -> [BOT Client]Connecting to server
19:41:47.745 -> [BOT Client]Conection error
19:41:47.745 ->
19:41:47.745 -> [BOT Client]Connecting to server
19:41:47.745 -> [BOT Client]Conection error
19:41:47.745 ->
19:41:47.745 -> [BOT Client]Connecting to server
19:41:47.745 -> [BOT Client]Conection error
19:41:47.745 ->
19:41:47.745 -> [BOT Client]Connecting to server
19:41:47.745 -> [BOT Client]Conection error
19:41:47.745 ->
19:41:47.745 -> [BOT Client]Connecting to server
19:41:47.792 -> [BOT Client]Conection error
19:41:47.792 ->
19:41:47.792 -> [BOT Client]Connecting to server
19:41:47.792 -> [BOT Client]Conection error
19:41:47.792 ->
19:41:47.792 -> [BOT Client]Connecting to server
19:41:47.792 -> [BOT Client]Conection error
19:41:47.792 ->
19:41:47.792 -> [BOT Client]Connecting to server
19:41:47.792 -> [BOT Client]Conection error
19:41:47.792 ->
19:41:47.792 -> [BOT Client]Connecting to server
19:41:47.792 -> [BOT Client]Conection error
19:41:47.792 ->
19:41:47.792 -> [BOT Client]Connecting to server
19:41:47.792 -> [BOT Client]Conection error
19:41:47.792 ->
19:41:47.792 -> [BOT Client]Connecting to server
19:41:47.792 -> [BOT Client]Conection error
19:41:47.792 ->
19:41:47.792 -> [BOT Client]Connecting to server
19:41:47.792 -> [BOT Client]Conection error
19:41:47.792 ->
19:41:47.792 -> [BOT Client]Connecting to server
19:41:47.792 -> [BOT Client]Conection error
19:41:47.839 ->
19:41:47.839 -> [BOT Client]Connecting to server
19:41:47.839 -> [BOT Client]Conection error
19:41:47.839 ->
19:41:47.839 -> [BOT Client]Connecting to server
19:41:47.839 -> [BOT Client]Conection error
19:41:47.839 ->
19:41:47.839 -> [BOT Client]Connecting to server
19:41:47.839 -> [BOT Client]Conection error
19:41:47.839 ->
19:41:47.839 -> [BOT Client]Connecting to server
19:41:47.839 -> [BOT Client]Conection error
19:41:47.839 ->
19:41:47.839 -> [BOT Client]Connecting to server
19:41:47.839 -> [BOT Client]Conection error
19:41:47.839 ->
19:41:47.839 -> [BOT Client]Connecting to server
19:41:47.839 -> [BOT Client]Conection error
19:41:47.839 ->
19:41:47.839 -> [BOT Client]Connecting to server
19:41:47.839 -> [BOT Client]Conection error
19:41:47.839 ->
19:41:47.839 -> [BOT Client]Connecting to server
19:41:47.839 -> [BOT Client]Conection error
19:41:47.886 ->
19:41:47.886 -> [BOT Client]Connecting to server
19:41:47.886 -> [BOT Client]Conection error
19:41:47.886 ->
19:41:47.886 -> [BOT Client]Connecting to server
19:41:47.886 -> [BOT Client]Conection error
19:41:47.886 ->
19:41:47.886 -> [BOT Client]Connecting to server
19:41:47.886 -> [BOT Client]Conection error
19:41:47.886 ->
19:41:47.886 -> [BOT Client]Connecting to server
19:41:47.886 -> [BOT Client]Conection error
19:41:47.886 ->
19:41:47.886 -> [BOT Client]Connecting to server
19:41:47.886 -> [BOT Client]Conection error
19:41:47.886 ->
19:41:47.886 -> [BOT Client]Connecting to server
19:41:47.886 -> [BOT Client]Conection error
19:41:47.886 ->
19:41:47.886 -> [BOT Client]Connecting to server
19:41:47.886 -> [BOT Client]Conection error
19:41:47.886 ->
19:41:47.886 -> [BOT Client]Connecting to server
19:41:47.886 -> [BOT Client]Conection error
19:41:47.886 ->
19:41:47.886 -> [BOT Client]Connecting to server
19:41:47.932 -> [BOT Client]Conection error
19:41:47.932 ->
19:41:47.932 -> [BOT Client]Connecting to server
19:41:47.932 -> [BOT Client]Conection error
19:41:47.932 ->
19:41:47.932 -> [BOT Client]Connecting to server
19:41:47.932 -> [BOT Client]Conection error
19:41:47.932 ->
19:41:47.932 -> [BOT Client]Connecting to server
19:41:47.932 -> [BOT Client]Conection error
19:41:47.932 ->
19:41:47.932 -> [BOT Client]Connecting to server
19:41:47.932 -> [BOT Client]Conection error
19:41:47.932 ->
19:41:47.932 -> [BOT Client]Connecting to server
19:41:47.932 -> [BOT Client]Conection error
19:41:47.932 ->
19:41:47.932 -> [BOT Client]Connecting to server
19:41:47.932 -> [BOT Client]Conection error
19:41:47.932 ->
19:41:47.932 -> [BOT Client]Connecting to server
19:41:47.932 -> [BOT Client]Conection error
19:41:47.932 ->
19:41:47.932 -> [BOT Client]Connecting to server
19:41:47.932 -> [BOT Client]Conection error
19:41:47.979 ->
19:41:47.979 -> [BOT Client]Connecting to server
19:41:47.979 -> [BOT Client]Conection error
19:41:47.979 ->
19:41:47.979 -> [BOT Client]Connecting to server
19:41:47.979 -> [BOT Client]Conection error
19:41:47.979 ->
19:41:47.979 -> [BOT Client]Connecting to server
19:41:47.979 -> [BOT Client]Conection error
19:41:47.979 ->
19:41:47.979 -> [BOT Client]Connecting to server
19:41:47.979 -> [BOT Client]Conection error
19:41:47.979 ->
19:41:47.979 -> [BOT Client]Connecting to server
19:41:47.979 -> [BOT Client]Conection error
19:41:47.979 ->
19:41:47.979 -> [BOT Client]Connecting to server
19:41:47.979 -> [BOT Client]Conection error
19:41:47.979 ->
19:41:47.979 -> [BOT Client]Connecting to server
19:41:47.979 -> [BOT Client]Conection error
19:41:47.979 ->
19:41:47.979 -> [BOT Client]Connecting to server
19:41:47.979 -> [BOT Client]Conection error
19:41:48.026 ->
19:41:48.026 -> [BOT Client]Connecting to server
19:41:48.026 -> [BOT Client]Conection error
19:41:48.026 ->
19:41:48.026 -> [BOT Client]Connecting to server
19:41:48.026 -> [BOT Client]Conection error
19:41:48.026 ->
19:41:48.026 -> [BOT Client]Connecting to server
19:41:48.026 -> [BOT Client]Conection error
19:41:48.026 ->
19:41:48.026 -> [BOT Client]Connecting to server
19:41:48.026 -> [BOT Client]Conection error
19:41:48.026 ->
19:41:48.026 -> [BOT Client]Connecting to server
19:41:48.026 -> [BOT Client]Conection error
19:41:48.026 ->
19:41:48.026 -> [BOT Client]Connecting to server
19:41:48.026 -> [BOT Client]Conection error
19:41:48.026 ->
19:41:48.026 -> [BOT Client]Connecting to server
19:41:48.026 -> [BOT Client]Conection error
19:41:48.026 ->
19:41:48.026 -> [BOT Client]Connecting to server
19:41:48.026 -> [BOT Client]Conection error
19:41:48.073 ->
19:41:48.073 -> [BOT Client]Connecting to server
19:41:48.073 -> [BOT Client]Conection error
19:41:48.073 ->
19:41:48.073 -> [BOT Client]Connecting to server
19:41:48.073 -> [BOT Client]Conection error
19:41:48.073 ->
19:41:48.073 -> [BOT Client]Connecting to server
19:41:48.073 -> [BOT Client]Conection error
19:41:48.073 ->
19:41:48.073 -> [BOT Client]Connecting to server
19:41:48.073 -> [BOT Client]Conection error
19:41:48.073 ->
19:41:48.073 -> [BOT Client]Connecting to server
19:41:48.073 -> [BOT Client]Conection error
19:41:48.073 ->
19:41:48.073 -> [BOT Client]Connecting to server
19:41:48.073 -> [BOT Client]Conection error
19:41:48.073 ->
19:41:48.073 -> [BOT Client]Connecting to server
19:41:48.073 -> [BOT Client]Conection error
19:41:48.073 ->
19:41:48.073 -> [BOT Client]Connecting to server
19:41:48.073 -> [BOT Client]Conection error
19:41:48.073 ->
19:41:48.073 -> [BOT Client]Connecting to server
19:41:48.120 -> [BOT Client]Conection error
19:41:48.120 ->
19:41:48.120 -> [BOT Client]Connecting to server
19:41:48.120 -> [BOT Client]Conection error
19:41:48.120 ->
19:41:48.120 -> [BOT Client]Connecting to server
19:41:48.120 -> [BOT Client]Conection error
19:41:48.120 ->
19:41:48.120 -> [BOT Client]Connecting to server
19:41:48.120 -> [BOT Client]Conection error
19:41:48.120 ->
19:41:48.120 -> [BOT Client]Connecting to server
19:41:48.120 -> [BOT Client]Conection error
19:41:48.120 ->
19:41:48.120 -> [BOT Client]Connecting to server
19:41:48.120 -> [BOT Client]Conection error
19:41:48.120 ->
19:41:48.120 -> [BOT Client]Connecting to server
19:41:48.120 -> [BOT Client]Conection error
19:41:48.120 ->
19:41:48.120 -> [BOT Client]Connecting to server
19:41:48.120 -> [BOT Client]Conection error
19:41:48.120 ->
19:41:48.120 -> [BOT Client]Connecting to server
19:41:48.120 -> [BOT Client]Conection error
19:41:48.166 ->
19:41:48.166 -> [BOT Client]Connecting to server
19:41:48.166 -> [BOT Client]Conection error
19:41:48.166 ->
19:41:48.166 -> [BOT Client]Connecting to server
19:41:48.166 -> [BOT Client]Conection error
19:41:48.166 ->
19:41:48.166 -> [BOT Client]Connecting to server
19:41:48.166 -> [BOT Client]Conection error
19:41:48.166 ->
19:41:48.166 -> [BOT Client]Connecting to server
19:41:48.166 -> [BOT Client]Conection error
19:41:48.166 ->
19:41:48.166 -> [BOT Client]Connecting to server
19:41:48.166 -> [BOT Client]Conection error
19:41:48.166 ->
19:41:48.166 -> [BOT Client]Connecting to server
19:41:48.166 -> [BOT Client]Conection error
19:41:48.166 ->
19:41:48.166 -> [BOT Client]Connecting to server
19:41:48.166 -> [BOT Client]Conection error
19:41:48.166 ->
19:41:48.166 -> [BOT Client]Connecting to server
19:41:48.166 -> [BOT Client]Conection error
19:41:48.213 ->
19:41:48.213 -> [BOT Client]Connecting to server
19:41:48.213 -> [BOT Client]Conection error
19:41:48.213 ->
19:41:48.213 -> [BOT Client]Connecting to server
19:41:48.213 -> [BOT Client]Conection error
19:41:48.213 ->
19:41:48.213 -> [BOT Client]Connecting to server
19:41:48.213 -> [BOT Client]Conection error
19:41:48.213 ->
19:41:48.213 -> [BOT Client]Connecting to server
19:41:48.213 -> [BOT Client]Conection error
19:41:48.213 ->
19:41:48.213 -> [BOT Client]Connecting to server
19:41:48.213 -> [BOT Client]Conection error
19:41:48.213 ->
19:41:48.213 -> [BOT Client]Connecting to server
19:41:48.213 -> [BOT Client]Conection error
19:41:48.213 ->
19:41:48.213 -> [BOT Client]Connecting to server
19:41:48.213 -> [BOT Client]Conection error
19:41:48.213 ->
19:41:48.213 -> [BOT Client]Connecting to server
19:41:48.213 -> [BOT Client]Conection error
19:41:48.213 ->
19:41:48.213 -> [BOT Client]Connecting to server
19:41:48.260 -> [BOT Client]Conection error
19:41:48.260 ->
19:41:48.260 -> [BOT Client]Connecting to server
19:41:48.260 -> [BOT Client]Conection error
19:41:48.260 ->
19:41:48.260 -> [BOT Client]Connecting to server
19:41:48.260 -> [BOT Client]Conection error
19:41:48.260 ->
19:41:48.260 -> [BOT Client]Connecting to server
19:41:48.260 -> [BOT Client]Conection error
19:41:48.260 ->
19:41:48.260 -> [BOT Client]Connecting to server
19:41:48.260 -> [BOT Client]Conection error
19:41:48.260 ->
19:41:48.260 -> [BOT Client]Connecting to server
19:41:48.260 -> [BOT Client]Conection error
19:41:48.260 ->
19:41:48.260 -> [BOT Client]Connecting to server
19:41:48.260 -> [BOT Client]Conection error
19:41:48.260 ->
19:41:48.260 -> [BOT Client]Connecting to server
19:41:48.260 -> [BOT Client]Conection error
19:41:48.260 ->
19:41:48.260 -> [BOT Client]Connecting to server
19:41:48.307 -> [BOT Client]Conection error
19:41:48.307 ->
19:41:48.307 -> [BOT Client]Connecting to server
19:41:48.307 -> [BOT Client]Conection error
19:41:48.307 ->
19:41:48.307 -> [BOT Client]Connecting to server
19:41:48.307 -> [BOT Client]Conection error
19:41:48.307 ->
19:41:48.307 -> [BOT Client]Connecting to server
19:41:48.307 -> [BOT Client]Conection error
19:41:48.307 ->
19:41:48.307 -> [BOT Client]Connecting to server
19:41:48.307 -> [BOT Client]Conection error
19:41:48.307 ->
19:41:48.307 -> [BOT Client]Connecting to server
19:41:48.307 -> [BOT Client]Conection error
19:41:48.307 ->
19:41:48.307 -> [BOT Client]Connecting to server
19:41:48.307 -> [BOT Client]Conection error
19:41:48.307 ->
19:41:48.307 -> [BOT Client]Connecting to server
19:41:48.307 -> [BOT Client]Conection error
19:41:48.307 ->
19:41:48.307 -> [BOT Client]Connecting to server
19:41:48.307 -> [BOT Client]Conection error
19:41:48.354 ->
19:41:48.354 -> [BOT Client]Connecting to server
19:41:48.354 -> [BOT Client]Conection error
19:41:48.354 ->
19:41:48.354 -> [BOT Client]Connecting to server
19:41:48.354 -> [BOT Client]Conection error
19:41:48.354 ->
19:41:48.354 -> [BOT Client]Connecting to server
19:41:48.354 -> [BOT Client]Conection error
19:41:48.354 ->
19:41:48.354 -> [BOT Client]Connecting to server
19:41:48.354 -> [BOT Client]Conection error
19:41:48.354 ->
19:41:48.354 -> [BOT Client]Connecting to server
19:41:48.354 -> [BOT Client]Conection error
19:41:48.354 ->
19:41:48.354 -> [BOT Client]Connecting to server
19:41:48.354 -> [BOT Client]Conection error
19:41:48.354 ->
19:41:48.354 -> [BOT Client]Connecting to server
19:41:48.354 -> [BOT Client]Conection error
19:41:48.354 ->
19:41:48.354 -> [BOT Client]Connecting to server
19:41:48.354 -> [BOT Client]Conection error
19:41:48.354 ->
19:41:48.354 -> [BOT Client]Connecting to server
19:41:48.400 -> [BOT Client]Conection error
19:41:48.400 ->
19:41:48.400 -> [BOT Client]Connecting to server
19:41:48.400 -> [BOT Client]Conection error
19:41:48.400 ->
19:41:48.400 -> [BOT Client]Connecting to server
19:41:48.400 -> [BOT Client]Conection error
19:41:48.400 ->
19:41:48.400 -> [BOT Client]Connecting to server
19:41:48.400 -> [BOT Client]Conection error
19:41:48.400 ->
19:41:48.400 -> [BOT Client]Connecting to server
19:41:48.400 -> [BOT Client]Conection error
19:41:48.400 ->
19:41:48.400 -> [BOT Client]Connecting to server
19:41:48.400 -> [BOT Client]Conection error
19:41:48.400 ->
19:41:48.400 -> [BOT Client]Connecting to server
19:41:48.400 -> [BOT Client]Conection error
19:41:48.400 ->
19:41:48.400 -> [BOT Client]Connecting to server
19:41:48.400 -> [BOT Client]Conection error
19:41:48.400 ->
19:41:48.400 -> [BOT Client]Connecting to server
19:41:48.447 -> [BOT Client]Conection error
19:41:48.447 ->
19:41:48.447 -> [BOT Client]Connecting to server
19:41:48.447 -> [BOT Client]Conection error
19:41:48.447 ->
19:41:48.447 -> [BOT Client]Connecting to server
19:41:48.447 -> [BOT Client]Conection error
19:41:48.447 ->
19:41:48.447 -> [BOT Client]Connecting to server
19:41:48.447 -> [BOT Client]Conection error
19:41:48.447 ->
19:41:48.447 -> [BOT Client]Connecting to server
19:41:48.447 -> [BOT Client]Conection error
19:41:48.447 ->
19:41:48.447 -> [BOT Client]Connecting to server
19:41:48.447 -> [BOT Client]Conection error
19:41:48.447 ->
19:41:48.447 -> [BOT Client]Connecting to server
19:41:48.447 -> [BOT Client]Conection error
19:41:48.447 ->
19:41:48.447 -> [BOT Client]Connecting to server
19:41:48.447 -> [BOT Client]Conection error
19:41:48.447 ->
19:41:48.447 -> [BOT Client]Connecting to server
19:41:48.447 -> [BOT Client]Conection error
19:41:48.494 ->
19:41:48.494 -> [BOT Client]Connecting to server
19:41:48.494 -> [BOT Client]Conection error
19:41:48.494 ->
19:41:48.494 -> [BOT Client]Connecting to server
19:41:48.494 -> [BOT Client]Conection error
19:41:48.494 ->
19:41:48.494 -> [BOT Client]Connecting to server
19:41:48.494 -> [BOT Client]Conection error
19:41:48.494 ->
19:41:48.494 -> [BOT Client]Connecting to server
19:41:48.494 -> [BOT Client]Conection error
19:41:48.494 ->
19:41:48.494 -> [BOT Client]Connecting to server
19:41:48.494 -> [BOT Client]Conection error
19:41:48.494 ->
19:41:48.494 -> [BOT Client]Connecting to server
19:41:48.494 -> [BOT Client]Conection error
19:41:48.494 ->
19:41:48.494 -> [BOT Client]Connecting to server
19:41:48.494 -> [BOT Client]Conection error
19:41:48.494 ->
19:41:48.494 -> [BOT Client]Connecting to server
19:41:48.494 -> [BOT Client]Conection error
19:41:48.541 ->
19:41:48.541 -> [BOT Client]Connecting to server
19:41:48.541 -> [BOT Client]Conection error
19:41:48.541 ->
19:41:48.541 -> [BOT Client]Connecting to server
19:41:48.541 -> [BOT Client]Conection error
19:41:48.541 ->
19:41:48.541 -> [BOT Client]Connecting to server
19:41:48.541 -> [BOT Client]Conection error
19:41:48.541 ->
19:41:48.541 -> [BOT Client]Connecting to server
19:41:48.541 -> [BOT Client]Conection error
19:41:48.541 ->
19:41:48.541 -> [BOT Client]Connecting to server
19:41:48.541 -> [BOT Client]Conection error
19:41:48.541 ->
19:41:48.541 -> [BOT Client]Connecting to server
19:41:48.541 -> [BOT Client]Conection error
19:41:48.541 ->
19:41:48.541 -> [BOT Client]Connecting to server
19:41:48.541 -> [BOT Client]Conection error
19:41:48.541 ->
19:41:48.541 -> [BOT Client]Connecting to server
19:41:48.541 -> [BOT Client]Conection error
19:41:48.541 ->
19:41:48.541 -> [BOT Client]Connecting to server
19:41:48.588 -> [BOT Client]Conection error
19:41:48.588 ->
19:41:48.588 -> [BOT Client]Connecting to server
19:41:48.588 -> [BOT Client]Conection error
19:41:48.588 ->
19:41:48.588 -> [BOT Client]Connecting to server
19:41:48.588 -> [BOT Client]Conection error
19:41:48.588 ->
19:41:48.588 -> [BOT Client]Connecting to server
19:41:48.588 -> [BOT Client]Conection error
19:41:48.588 ->
19:41:48.588 -> [BOT Client]Connecting to server
19:41:48.588 -> [BOT Client]Conection error
19:41:48.588 ->
19:41:48.588 -> [BOT Client]Connecting to server
19:41:48.588 -> [BOT Client]Conection error
19:41:48.588 ->
19:41:48.588 -> [BOT Client]Connecting to server
19:41:48.588 -> [BOT Client]Conection error
19:41:48.588 ->
19:41:48.588 -> [BOT Client]Connecting to server
19:41:48.588 -> [BOT Client]Conection error
19:41:48.588 ->
19:41:48.728 -> Wednesday, March 03 2021 19:41:49
19:41:48.728 -> Day of week: Wednesday
19:41:48.728 -> Month: March
19:41:48.728 -> Day of Month: 03
19:41:48.728 -> Year: 2021
19:41:48.728 -> Hour: 19
19:41:48.728 -> Minute: 41
19:41:48.728 -> Second: 49
19:41:48.728 ->
19:41:58.041 -> GET Update Messages
19:41:58.041 -> [BOT]Connecting to server
19:41:58.041 -> [BOT]Conection error
19:41:58.041 -> Received empty string in response!
19:42:18.027 -> GET Update Messages
19:42:18.074 -> [BOT]Connecting to server
19:42:18.074 -> [BOT]Conection error
19:42:18.074 -> Received empty string in response!
19:42:38.043 -> GET Update Messages
19:42:38.043 -> [BOT]Connecting to server
19:42:38.043 -> [BOT]Conection error
19:42:38.043 -> Received empty string in response!
19:42:58.028 -> GET Update Messages
19:42:58.028 -> [BOT]Connecting to server
19:42:58.075 -> [BOT]Conection error
19:42:58.075 -> Received empty string in response!

@turbonatta
Copy link
Author

I am running a simple web server as well to display few sensor data and it works without problem

@turbonatta
Copy link
Author

Reinstalling previous 1.0.4 core library ESP32:

20:15:38.780 -> ets Jun 8 2016 00:22:57
20:15:38.780 ->
20:15:38.780 -> rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
20:15:38.780 -> configsip: 0, SPIWP:0xee
20:15:38.780 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
20:15:38.814 -> mode:DIO, clock div:1
20:15:38.814 -> load:0x3fff0018,len:4
20:15:38.814 -> load:0x3fff001c,len:1216
20:15:38.814 -> ho 0 tail 12 room 4
20:15:38.814 -> load:0x40078000,len:9720
20:15:38.814 -> ho 0 tail 12 room 4
20:15:38.814 -> load:0x40080400,len:6352
20:15:38.814 -> entry 0x400806b8
20:15:39.562 ->
20:15:39.562 -> ESP IP Address: http://192.168.1.194
20:15:41.569 -> sendPostMessage: SEND Post Message: {"chat_id":"818311005","text":"Programma caricato"}
20:15:41.603 -> [BOT Client]Connecting to server
20:15:43.092 -> Posting:{"chat_id":"818311005","text":"Programma caricato"}
20:15:43.261 ->
20:15:43.261 -> {"ok":true,"result":{"message_id":1564,"from":{"id":1345783975,"is_bot":true,"first_name":"Turbonatta","username":"Turbonatta_bot"},"chat":{"id":818311005,"first_name":"Carlo","last_name":"Casini","type":"private"},"date":1614798944,"text":"Programma caricato"}}
20:15:43.261 ->
20:15:43.261 -> {"ok":true,"result":{"message_id":1564,"from":{"id":1345783975,"is_bot":true,"first_name":"Turbonatta","username":"Turbonatta_bot"},"chat":{"id":818311005,"first_name":"Carlo","last_name":"Casini","type":"private"},"date":1614798944,"text":"Programma caricato"}}
20:15:43.295 -> Closing client
20:15:43.329 -> Wednesday, March 03 2021 20:15:44
20:15:43.363 -> Day of week: Wednesday
20:15:43.363 -> Month: March
20:15:43.363 -> Day of Month: 03
20:15:43.363 -> Year: 2021
20:15:43.363 -> Hour: 20
20:15:43.363 -> Minute: 15
20:15:43.363 -> Second: 44
20:15:43.363 ->
20:15:44.117 -> Temperature above threshold. Current temperature: 18.22C
20:15:59.140 -> GET Update Messages
20:15:59.140 -> [BOT]Connecting to server
20:16:00.262 -> sending: bot1345783975:AAHVWcKHXTTiHlvbNHXu-ljJhRvowhV_n0g/getUpdates?offset=1&limit=1
20:16:00.331 ->
20:16:00.331 -> {"ok":true,"result":[]}
20:16:00.331 ->
20:16:00.331 -> incoming message length 23
20:16:00.331 -> Creating DynamicJsonBuffer
20:16:00.331 -> GetUpdates parsed jsonObj: {"ok":true,"result":[]}
20:16:00.363 -> no new messages
20:16:00.363 -> Closing client

@mgx0
Copy link

mgx0 commented Mar 3, 2021

try this:

#include <WiFi.h>
#include <HTTPClient.h>
 
const char* ssid = "your_ssid";
const char* password =  "your_pass";
 
void setup() {
 
  Serial.begin(115200);
  delay(1000);
 
  WiFi.begin(ssid, password); 
 
  while (WiFi.status() != WL_CONNECTED) {
    delay(1000);
    Serial.println("Connecting to WiFi..");
  }
 
  Serial.println("Connected to the WiFi network");
}
 
const char* root_ca= \
"-----BEGIN CERTIFICATE-----\n" \
"MIIExzCCA6+gAwIBAgIQT9in8A/QifgDAAAAAMtApzANBgkqhkiG9w0BAQsFADBC\n" \
"MQswCQYDVQQGEwJVUzEeMBwGA1UEChMVR29vZ2xlIFRydXN0IFNlcnZpY2VzMRMw\n" \
"EQYDVQQDEwpHVFMgQ0EgMU8xMB4XDTIxMDEyNjA5MDY1NloXDTIxMDQyMDA5MDY1\n" \
"NVowaDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcT\n" \
"DU1vdW50YWluIFZpZXcxEzARBgNVBAoTCkdvb2dsZSBMTEMxFzAVBgNVBAMTDnd3\n" \
"dy5nb29nbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAED0LC70xHf/OD\n" \
"FHxxy1/yOh1e4D0BL4uKnqsmEulB3kthd1tDSQm2x0b8WsL72wBuKznsW6RGbE1i\n" \
"GUceIgtaYaOCAlwwggJYMA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEF\n" \
"BQcDATAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBREkGbXNsblAFIveBDkZipETby7\n" \
"bDAfBgNVHSMEGDAWgBSY0fhuEOvPm+xgnxiQG6DrfQn9KzBoBggrBgEFBQcBAQRc\n" \
"MFowKwYIKwYBBQUHMAGGH2h0dHA6Ly9vY3NwLnBraS5nb29nL2d0czFvMWNvcmUw\n" \
"KwYIKwYBBQUHMAKGH2h0dHA6Ly9wa2kuZ29vZy9nc3IyL0dUUzFPMS5jcnQwGQYD\n" \
"VR0RBBIwEIIOd3d3Lmdvb2dsZS5jb20wIQYDVR0gBBowGDAIBgZngQwBAgIwDAYK\n" \
"KwYBBAHWeQIFAzAzBgNVHR8ELDAqMCigJqAkhiJodHRwOi8vY3JsLnBraS5nb29n\n" \
"L0dUUzFPMWNvcmUuY3JsMIIBBAYKKwYBBAHWeQIEAgSB9QSB8gDwAHcARJRlLrDu\n" \
"zq/EQAfYqP4owNrmgr7YyzG1P9MzlrW2gagAAAF3Pikb8QAABAMASDBGAiEA72vI\n" \
"cl+cIYKDx1rxac4T1bUFMfeM+zzhPSB0E7KCNtICIQD3lUttlzgzgYt7eDB8Y8Cm\n" \
"qzlqViIi75/bMuMs++pSqwB1AH0+8viP/4hVaCTCwMqeUol5K8UOeAl/LmqXaJl+\n" \
"IvDXAAABdz4pG+gAAAQDAEYwRAIgAqSa08WsiGdwqcJTighOhjJlyMop9+56qpbP\n" \
"moOtUlsCIDwIqHVMJnxBE+ABViuhMWCgzKttQg0WTWFR7zqiHus8MA0GCSqGSIb3\n" \
"DQEBCwUAA4IBAQDOuboWuMxfHkdoUh4XWywWnDLDk5KktR4RyICd9EJEWDJK2A0f\n" \
"JwnZ8ddManVe9rblyS8QFRCvtaTt+dtxqQ5uUn3uBTu5Z0zxT07t3nriLI4XqEuY\n" \
"+SLoIpUvmCm+wbiL7LyD3WMkP/XnuINSmJTtPuWAlsh6hb8sqGNcSjakKfzM24SF\n" \
"yjQ6A5tHvWcXqgWNf1IAWaHjpSvyZ1DLCW/T/gGE3s2mc3if+1jZGWx4jFpURMyI\n" \
"7zInOU6nJT0mIwTGHioUr78MjXUPdl+KKHYaiBKGGDlH/q+HQ2k6Dar4yinFLquL\n" \
"Kx1N2T+I7FVOsQ/UMPJAIA98j1QExxUMMxQ5\n" \
"-----END CERTIFICATE-----\n";

 
void loop() {
 
  if ((WiFi.status() == WL_CONNECTED)) { //Check the current connection status
 
    HTTPClient http;
    
    
    http.begin("https://www.google.com", root_ca); //Specify the URL and certificate
    int httpCode = http.GET();                                                  //Make the request
 
    if (httpCode > 0) { //Check for the returning code
 
        String payload = http.getString();
        Serial.println(httpCode);
        Serial.println(payload);
      }
 
    else {
      Serial.println("Error on HTTP request"+String(httpCode));
    }
 
    http.end(); //Free the resources
  }
 
  delay(10000);
}

I'm getting error -1 in httpCode in Core 1.0.5
at Core 1.0.4 crashes and reboots but that's because of too big reply from google (as usual, google talks too much)

I guess this is enough to see that this is a general problem with ESP32 core 1.0.5 and not this library

@turbonatta
Copy link
Author

Thanx mgx0!
I got the same result.
I am using AsyncWebServer library for my simple server which it seems not effected by the new core .
But since I need the Telegram features for the moment I'll keep using 1.0.4
I am not sure what is going to be the next step since I was already turn down when I reported the problem on expressif repository.

@mgx0
Copy link

mgx0 commented Mar 4, 2021

They cannot turn you down with this above. This has nothing to do with external library. Reopen the issue there and post the link here. Or maybe @witnessmenow could help, I'm not very github-experienced

@witnessmenow
Copy link
Owner

I think that example is great, I would maybe use something that doesn't crash 1.4 though 😅

If I get some time over the next few days I can raise the issue, but I'm really swamped at the moment so I would really appreciate if someone else could take charge of it!

@turbonatta
Copy link
Author

I am going to raise the issue, this evening as soon I'll get home, For whatevere reason when I run the test code on 1.0.4 core it did not crush. I got a "404" reply plus some other information from Google and the "-1" error code on 1.0.5 core as seen by mgx0

@mgx0
Copy link

mgx0 commented Mar 4, 2021

it crashes because of the length of the response.

give it https://www.google.com/asdf to make sure you get 404

or you can use for example https://blockchain.info/tobtc?currency=USD&value=500 as the URL but you have to replace the certificate in the sketch

@turbonatta
Copy link
Author

I raised the issue on espressif repository posting the output of the sample program with the two cores and it was closed right away.
They reply by advising to run on "Core level debug". With that turn on the reason of the fail connection is:

23:10:29.272 -> [D][WiFiGeneric.cpp:374] _eventCallback(): Event: 0 - WIFI_READY
23:10:29.272 -> [D][WiFiGeneric.cpp:374] _eventCallback(): Event: 2 - STA_START
23:10:29.339 -> [D][WiFiGeneric.cpp:374] _eventCallback(): Event: 4 - STA_CONNECTED
23:10:29.339 -> [D][WiFiGeneric.cpp:374] _eventCallback(): Event: 7 - STA_GOT_IP
23:10:29.339 -> [D][WiFiGeneric.cpp:419] _eventCallback(): STA IP: 192.168.1.98, MASK: 255.255.255.0, GW: 192.168.1.1
23:10:30.290 -> Connecting to WiFi..
23:10:30.290 -> Connected to the WiFi network
23:10:30.290 -> [D][HTTPClient.cpp:287] beginInternal(): host: www.google.com port: 443 url: /adsf
23:10:30.290 -> [D][HTTPClient.cpp:573] sendRequest(): request type: 'GET' redirCount: 0
23:10:30.290 ->
23:10:30.461 -> [E][ssl_client.cpp:36] _handle_error(): [start_ssl_client():216]: (-9984) X509 - Certificate verification failed, e.g. CRL, CA or signature check failed
23:10:30.461 -> [E][WiFiClientSecure.cpp:127] connect(): start_ssl_client: -9984
23:10:30.461 -> [D][HTTPClient.cpp:1112] connect(): failed connect to www.google.com:443
23:10:30.495 -> [W][HTTPClient.cpp:1411] returnError(): error(-1): connection refused
23:10:30.495 -> Error on HTTP request-1
23:10:30.495 -> [D][HTTPClient.cpp:394] disconnect(): tcp is closed
23:10:30.495 ->

I am not sure what to make but it looks like that the certificate is checked before it try to connect.
Any suggestion?

@witnessmenow
Copy link
Owner

I just tested a fresh install of the ESP32 Core and the library is working for me. Do you have a different ESP32 you could try @turbonatta ? I have a feather huzzah that is funny with different versions of the ESP32 core and im not sure why.

image

@turbonatta
Copy link
Author

I have two esp32-wroom-devkitc v2 and they both shows the same behaviour

@turbonatta
Copy link
Author

I finally figure out the problem! I build my project using an example for Universal-Arduino-Telegram-bot found on internet. This example establish a secure connection without using any root certificate. With ESP32 core 1.0.4 the missing certificate generate only a warning, when "Core Level Debug" is on, to improve security by using a certificate. With ESP32 core 1.0.5 it refuse the connection unless you provide a certificate or you execute client.SetInsicure(); I test both solution and the Telegram interface works fine with the same warning to improve security when using SetInsicure();
Thanks everybody!

@marmuck
Copy link

marmuck commented Mar 5, 2021

man, thanks so much! I just spent the whole day picking my project apart as I thought I must have broken something – that one line fixed it...

@Lau-res
Copy link

Lau-res commented Jun 17, 2021

Hi! What versions of ArduinoJson, UniversalTelegramBot , esp32 core, WiFiClientSecure and Arduino IDE are you using. I have the same error but client.setInsecure and secured_client.setCACert(TELEGRAM_CERTIFICATE_ROOT); don't work for me.
¿Could someone tell me what libraries work fine, please?
Thanks a lot

@Flavelius
Copy link

i would like to know the same, both solutions also don't work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants