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

Runtime Crash #38

Open
heysulo opened this issue Aug 26, 2021 · 2 comments
Open

Runtime Crash #38

heysulo opened this issue Aug 26, 2021 · 2 comments

Comments

@heysulo
Copy link

heysulo commented Aug 26, 2021

image
`Traceback (most recent call last):
File "urllib3\connectionpool.py", line 699, in urlopen
File "urllib3\connectionpool.py", line 445, in _make_request
File "", line 3, in raise_from
File "urllib3\connectionpool.py", line 440, in _make_request
File "http\client.py", line 1349, in getresponse
File "http\client.py", line 316, in begin
File "http\client.py", line 285, in _read_status
http.client.RemoteDisconnected: Remote end closed connection without response

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "requests\adapters.py", line 439, in send
File "urllib3\connectionpool.py", line 755, in urlopen
File "urllib3\util\retry.py", line 532, in increment
File "urllib3\packages\six.py", line 769, in reraise
File "urllib3\connectionpool.py", line 699, in urlopen
File "urllib3\connectionpool.py", line 445, in _make_request
File "", line 3, in raise_from
File "urllib3\connectionpool.py", line 440, in _make_request
File "http\client.py", line 1349, in getresponse
File "http\client.py", line 316, in begin
File "http\client.py", line 285, in _read_status
urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "SLT_Usage.py", line 255, in
File "SLT_Usage.py", line 147, in refresh
File "requests\api.py", line 61, in request
File "requests\sessions.py", line 542, in request
File "requests\sessions.py", line 655, in send
File "requests\adapters.py", line 498, in send
requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
`

@kmchmk
Copy link
Owner

kmchmk commented Aug 26, 2021

I had the same error yesterday. Probably the SLT server was unresponsive. Anyway I'll catch this error. Thanks!

@irfad0101
Copy link

irfad0101 commented Aug 27, 2021

I observed following error during startup. My laptop was not connected to internet at this time.

image

Traceback (most recent call last):
File "urllib3\connection.py", line 169, in _new_conn
File "urllib3\util\connection.py", line 73, in create_connection
File "socket.py", line 953, in getaddrinfo
socket.gaierror: [Errno 11001] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "urllib3\connectionpool.py", line 699, in urlopen
File "urllib3\connectionpool.py", line 382, in _make_request
File "urllib3\connectionpool.py", line 1010, in _validate_conn
File "urllib3\connection.py", line 353, in connect
File "urllib3\connection.py", line 181, in _new_conn
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x0000011226E9FF40>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "requests\adapters.py", line 439, in send
File "urllib3\connectionpool.py", line 755, in urlopen
File "urllib3\util\retry.py", line 574, in increment
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='omniscapp.slt.lk', port=443): Max retries exceeded with url: /mobitelint/slt/sltvasoauth/oauth2/token (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000011226E9FF40>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "SLT_Usage.py", line 255, in
File "SLT_Usage.py", line 147, in refresh
File "requests\api.py", line 61, in request
File "requests\sessions.py", line 542, in request
File "requests\sessions.py", line 655, in send
File "requests\adapters.py", line 516, in send
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='omniscapp.slt.lk', port=443): Max retries exceeded with url: /mobitelint/slt/sltvasoauth/oauth2/token (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000011226E9FF40>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))

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

3 participants