flabbymunky: Hi there,
When I try and open the ca.account link just get a page with an error:
I also had that problem. Make sure you still have the browser tab open where you logged into PSN, give it a refresh and click the "My Playstation" link (top-right of the page) to get to your What's New page. Then, go back and refresh the tab where you tried to open the account link - it should change to the correct result.
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
flabbymunky: Hi there,
When I try and open the ca.account link just get a page with an error:
{"error":"invalid_grant","error_description":"Invalid login","error_code":20,"docs":"[url=https://auth.api.sonyentertainmentnetwork.com/docs/","parameters]https://auth.api.sonyentertainmentnetwork.com/docs/","parameters[/url]":[]}
unless this whole thing is the npsso?
Cheers!
I also had this problem. To fix it, I:
1) Went back to the PSN tabbed that I logged in to, and clicked the My Playstation link
2) Verified I was still logged in, as my profile details were loaded (achievements etc.)
3) Went back and refreshed the other tab, and the data switched to the required npsso value
Bit odd since I definitely opened that tab after logging in, but it worked for me.