FrodeSolheim / fs-uae-launcher

A frontend for the FS-UAE Amiga emulator with support for the OpenRetro online game database.
GNU General Public License v2.0
61 stars 14 forks source link

At least one macOS user have problems with connectivity / networking #136

Closed FrodeSolheim closed 2 years ago

FrodeSolheim commented 2 years ago

https://fs-uae.net/support#comment-1050453

87.484 retrying…
87.485 https://openretro.org/api/auth {‘Content-Type’: ‘application/x-www-form-urlencoded’}
87.492 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): openretro.org:443
87.493 ConnectionError(MaxRetryError(“HTTPSConnectionPool(host=’openretro.org’, port=443): Max retries exceeded with url: /api/auth (Caused by NewConnectionError(‘: Failed to establish a new connection: [Errno 22] Invalid argument’))”))
91.998 https://openretro.org/api/auth {‘Content-Type’: ‘application/x-www-form-urlencoded’}
92.005 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): openretro.org:443
92.006 failed “HTTPSConnectionPool(host=’openretro.org’, port=443): Max retries exceeded with url: /api/auth (Caused by NewConnectionError(‘: Failed to establish a new connection: [Errno 22] Invalid argument’))”
Traceback (most recent call last):
92.008 File “urllib3/connection.py”, line 169, in _new_conn
92.008 File “urllib3/util/connection.py”, line 96, in create_connection
92.008 File “urllib3/util/connection.py”, line 86, in create_connection
92.008 OSError: [Errno 22] Invalid argument
92.008
During handling of the above exception, another exception occurred:

92.008 Traceback (most recent call last):
92.008 File “urllib3/connectionpool.py”, line 699, in urlopen
92.008 File “urllib3/connectionpool.py”, line 382, in _make_request
92.009 File “urllib3/connectionpool.py”, line 1010, in _validate_conn
92.009 File “urllib3/connection.py”, line 353, in connect
92.009 File “urllib3/connection.py”, line 181, in _new_conn
92.009 urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 22] Invalid argument
92.009
During handling of the above exception, another exception occurred:

92.009 Traceback (most recent call last):
92.009 File “requests/adapters.py”, line 439, in send
92.009 File “urllib3/connectionpool.py”, line 755, in urlopen
92.009 File “urllib3/util/retry.py”, line 574, in increment
92.009 urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=’openretro.org’, port=443): Max retries exceeded with url: /api/auth (Caused by NewConnectionError(‘: Failed to establish a new connection: [Errno 22] Invalid argument’))
92.009
During handling of the above exception, another exception occurred:

92.009 Traceback (most recent call last):
92.009 File “fsbc/task.py”, line 58, in __run
92.009 File “fsgs/ogd/client.py”, line 162, in run
92.009 File “fsgs/ogd/client.py”, line 53, in wrapper
92.009 File “fsgs/ogd/client.py”, line 84, in authorize
92.009 File “fsgs/ogd/client.py”, line 119, in post
92.009 File “requests/api.py”, line 117, in post
92.009 File “requests/api.py”, line 61, in request
92.009 File “requests/sessions.py”, line 542, in request
92.009 File “requests/sessions.py”, line 655, in send
92.009 File “requests/adapters.py”, line 516, in send
92.009 requests.exceptions.ConnectionError: HTTPSConnectionPool(host=’openretro.org’, port=443): Max retries exceeded with url: /api/auth (Caused by NewConnectionError(‘: Failed to establish a new connection: [Errno 22] Invalid argument’))
FrodeSolheim commented 2 years ago

Problem was solved by user by reinstalling macOS.