No handlers could be found for logger "tendo.singleton"
Traceback (most recent call last):
File "G:\Python33\31313.py", line 15, in
me = singleton.SingleInstance()
File "C:\Python27\lib\site-packages\tendo\singleton.py", line 59, in __init__
raise SingleInstanceException()
SingleInstanceException
>>>
нашёл какой то новый код, теперь выдаёт такую ошибку
MaxRetryError: HTTPSConnectionPool(host='api.telegram.org', port=443): Max retries exceeded with url: /bot708056454:AAFF2wHUcmznI94uFmbzF63PZpnn50i0laA/getUpdates (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 10061] \xcf\xee\xe4\xea\xeb\xfe\xf7\xe5\xed\xe8\xe5 \xed\xe5 \xf3\xf1\xf2\xe0\xed\xee\xe2\xeb\xe5\xed\xee,',))
aise MaxRetryError(_pool, url, error or ResponseError(cause))
MaxRetryError: HTTPSConnectionPool(host='api.telegram.org', port=443): Max retries exceeded with url: /bot708056454:AAFF2wHUcmznI94uFmbzF63PZpnn50i0laA/getUpdates (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 10061] \xcf\xee\xe4\xea\xeb\xfe\xf7\xe5\xed\xe8\xe5 \xed\xe5 \xf3\xf1\xf2\xe0\xed\xee\xe2\xeb\xe5\xed\xee,',))
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\telepot\__init__.py", line 1183, in get_from_telegram_server
allowed_updates=allowed_upd)
File "C:\Python27\lib\site-packages\telepot\__init__.py", line 1000, in getUpdates
return self._api_request('getUpdates', _rectify(p))
File "C:\Python27\lib\site-packages\telepot\__init__.py", line 491, in _api_request
return api.request((self._token, method, params, files), **kwargs)
File "C:\Python27\lib\site-packages\telepot\api.py", line 154, in request
r = fn(*args, **kwargs) # `fn` must be thread-safe
File "C:\Python27\lib\site-packages\urllib3\request.py", line 148, in request_encode_body
return self.urlopen(method, url, **e
Traceback (most recent call last):
File "G:\Python33\31313.py", line 15, in
me = singleton.SingleInstance()
File "C:\Python27\lib\site-packages\tendo\singleton.py", line 59, in __init__
raise SingleInstanceException()
SingleInstanceException
>>>
нашёл какой то новый код, теперь выдаёт такую ошибку