Posted June 16, 2020
Bustacap: workaround until they fix it:
-Log in to PSN through your browser
-After the login open this link: https://ca.account.sony.com/api/v1/ssocookie
Copy content of "npsso"
Edit file %LocalAppData%\GOG.com\Galaxy\plugins\installed\psn_XXX\plugin.py
Go to line 64 and change value stored_npsso to copied "npsso" for example:
Was:
stored_npsso = stored_credentials.get("npsso") if stored_credentials else None
Is:
stored_npsso = "Copied value of npsso"
6. Restart GOG Galaxy
7. try connecting with PSN again
Even with this workaround it tells me "Offline, Retry" in place of "Not connected"-Log in to PSN through your browser
-After the login open this link: https://ca.account.sony.com/api/v1/ssocookie
Copy content of "npsso"
Edit file %LocalAppData%\GOG.com\Galaxy\plugins\installed\psn_XXX\plugin.py
Go to line 64 and change value stored_npsso to copied "npsso" for example:
Was:
stored_npsso = stored_credentials.get("npsso") if stored_credentials else None
Is:
stored_npsso = "Copied value of npsso"
6. Restart GOG Galaxy
7. try connecting with PSN again