simons-public / protonfixes

A module for applying fixes at runtime to unsupported games with Steam Proton without changing game installation files
https://simons-public.github.io/protonfixes/
Other
234 stars 114 forks source link

Fix corefonts.py getting 403 #148

Closed Coolthulhu closed 3 years ago

Coolthulhu commented 3 years ago

Fixes #147

The second argument to urlopen is the data sent to the server. The server doesn't want any data on our local files, so it replies with 403. After removing the argument, #147 no longer reproduced.