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

Patcher fails to fix files and attempts to download something #142

Closed
blockplace1232 opened this issue Nov 28, 2024 · 4 comments
Closed

Comments

@blockplace1232
Copy link

It spits out this error and I have no idea what it means:

It says "Fixing files" right after it says a bunch need fixing

Fixing Files...
Downloading: https://media.githubusercontent.com/media/solsticegamestudios/GModCEFCodecFix/master/linux/x86-64/bin/linux64/chromium_process.bsdiff...
Traceback (most recent call last):
File "httpx/_transports/default.py", line 72, in map_httpcore_exceptions
File "httpx/_transports/default.py", line 236, in handle_request
File "httpcore/_sync/connection_pool.py", line 216, in handle_request
File "httpcore/_sync/connection_pool.py", line 196, in handle_request
File "httpcore/_sync/connection.py", line 99, in handle_request
File "httpcore/_sync/connection.py", line 76, in handle_request
File "httpcore/_sync/connection.py", line 122, in _connect
File "httpcore/_backends/sync.py", line 205, in connect_tcp
File "contextlib.py", line 158, in exit
File "httpcore/_exceptions.py", line 14, in map_exceptions
httpcore.ConnectTimeout: [Errno 110] Connection timed out

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "GModCEFCodecFix.py", line 638, in
File "httpx/_api.py", line 210, in get
File "httpx/_api.py", line 118, in request
File "httpx/_client.py", line 837, in request
File "httpx/_client.py", line 926, in send
File "httpx/_client.py", line 954, in _send_handling_auth
File "httpx/_client.py", line 991, in _send_handling_redirects
File "httpx/_client.py", line 1027, in _send_single_request
File "httpx/_transports/default.py", line 235, in handle_request
File "contextlib.py", line 158, in exit
File "httpx/_transports/default.py", line 89, in map_httpcore_exceptions
httpx.ConnectTimeout: [Errno 110] Connection timed out
[PYI-19164:ERROR] Failed to execute script 'GModCEFCodecFix' due to unhandled exception!
Press Enter to continue...

@blockplace1232 blockplace1232 changed the title Patcher fails to install something Patcher fails to fix files and attempts to download something Nov 28, 2024
@WinterPhoenix
Copy link
Collaborator

WinterPhoenix commented Nov 29, 2024

The line "Connection timed out" is what's important. Basically you're having trouble connecting to GitHub. What it's trying to download are the patch files.

Check out the FAQ section on connection errors:
https://www.solsticegamestudios.com/fixmedia/faq/

@blockplace1232
Copy link
Author

I'm using Arch Linux and there are no convient downloads for vpns for the links you provided as all linux versions are for ubuntu or fedora/RH based distributions

@WinterPhoenix
Copy link
Collaborator

Duplicate of #139

@WinterPhoenix WinterPhoenix marked this as a duplicate of #139 Jan 12, 2025
@WinterPhoenix WinterPhoenix closed this as not planned Won't fix, can't repro, duplicate, stale Jan 12, 2025
@blockplace1232
Copy link
Author

Oh yea if you are having this issue I would recommend connecting to a different network

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

2 participants