tomer8007 / kik-bot-api-unofficial

Python API for writing unoffical Kik bots that act like humans
MIT License
126 stars 76 forks source link

Error connecting server #166

Closed FireFrog047 closed 3 years ago

FireFrog047 commented 3 years ago

talk1110an.kik.com down

[2020-09-25 02:07:43,117] INFO (thread Kik Connection): [+] Initiating the Kik Connection thread and connecting to kik server... Exception in thread Kik Connection: Traceback (most recent call last): File "C:\Program Files\Python37\lib\threading.py", line 917, in _bootstrap_inner self.run() File "C:\Program Files\Python37\lib\threading.py", line 865, in run self._target(*self._args, **self._kwargs) File "C:\Program Files\Python37\lib\site-packages\kik_unofficial\client.py", line 638, in _kik_connection_thread_function
self.loop.run_until_complete(coro) File "C:\Program Files\Python37\lib\asyncio\base_events.py", line 568, in run_until_complete return future.result() File "C:\Program Files\Python37\lib\asyncio\base_events.py", line 952, in create_connection ', '.join(str(exc) for exc in exceptions))) OSError: Multiple exceptions: [Errno 10060] Connect call failed ('18.204.192.3', 5223), [Errno 10060] Connect call failed ('54.174.100.253', 5223), [Errno 10060] Connect call failed ('34.227.164.166', 5223)