kevinlekiller / reshade-steam-proton

Easy setup and updating of ReShade on Linux for games using wine or proton.
GNU General Public License v2.0
361 stars 19 forks source link

Error: Could not fetch ReShade version. Exiting. #29

Closed wowseirin closed 1 year ago

wowseirin commented 1 year ago

Upon the "Checking for Reshade updates." step, an error occurs: "Error: Could not fetch ReShade version. Exiting."

This happens after the script successfully completes both the "Checking for ReShade Shader updates." and the "Checking for External Shader updates." steps.

terminal-output.txt

kevinlekiller commented 1 year ago

This is usually because https://reshade.me is down (it's down right now), I added http://static.reshade.me as a backup but that can sometimes be down also (it's up right now).

I'll add a message to write it's trying the backup site.

domglusk commented 1 year ago

Getting this error, reshade website isn't down either.

Schweeeeeeeeeeeeeeee commented 1 year ago

Same error here

kevinlekiller commented 1 year ago

I'm not experiencing the issue personally.

Maybe do curl -sL https://reshade.me &> /tmp/reshade.html and upload that to a gist, then I could see what you guys are getting.

micros24 commented 1 year ago

I'm also having this error. I uploaded the gist here. https://gist.github.com/micros24/df93fd586036c1da017c0ef59d48f8ff I'm not sure if this is what you're looking for. I just searched what gist is and dragged the file to the blank field in the create gist page. I hope it helps

kevinlekiller commented 1 year ago

Thanks.

kevinlekiller commented 1 year ago

I looked at your gist and it's the same as what I get, so I'm not sure why you are getting the error?

Just to make sure, are you using the latest version of the script?

kevinlekiller commented 1 year ago

Pushed a change, let me know if that works.

micros24 commented 1 year ago

It's working now. I got the latest version and it gets the job done. Thanks for the update!

kevinlekiller commented 1 year ago

No worries.