dignifiedweb / OculusHomeIconChanger

Edit Icons for Third Party apps listed in Oculus Home - time saving 1-click button to grab steam banners
9 stars 1 forks source link

"Get Steam banner" button don't work #4

Open Lordubuntu94 opened 2 years ago

Lordubuntu94 commented 2 years ago

Hello, when i press "Get Steam banner" i get this error message. It is like that for every game.

https://ibb.co/HYZDWjW

How can i solve this?

Thanks 😄

dignifiedweb commented 2 years ago

Hi, I'm sorry for replying to this so late! For some reason, I didn't see the e-mail notification for your issue here. It seems that Steam has changed their naming standards for their media URLs. I haven't published this change to this repo yet, so I'll leave this issue active till it is.

To fix for yourself though, you can change the following line in OculusHomeIconChanger.exe.config:

Change this: <add key="steamCDNLocation" value="http://cdn.edgecast.steamstatic.com/steam/apps/" />

To this: <add key="steamCDNLocation" value="https://cdn.akamai.steamstatic.com/steam/apps/" />