It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
avatar
ChronoChaz: I think you're right.

After multiple failed attmeps I started refresing the "https://ca.account.sony.com/api/v1/ssocookie" page just to see how long I had until the token invalidated.
The page only updated to "Invalid login" after trying to connect with the gog plugin.

Seems like the plugin iteself needs updating.
avatar
guigiglio: Tried here too, was working yesterday, i fresh install GOG 2.0 and cant connect to PSN even with this trick
Any chance they will fix this?
avatar
guigiglio: Tried here too, was working yesterday, i fresh install GOG 2.0 and cant connect to PSN even with this trick
avatar
excalibunny: Any chance they will fix this?
Hardly.
This is the error i get with this:

{"error_code":4151,"error":"unauthorized_client","error_description":"Client does not have grant type: [\"implicit\",\"authorization_code\"]","docs":"http://central-auth.p1-np-eib.prod.navcloud.sonynei.net/docs/#api/centralauthservice/v1/oauth/authorize/get"}

Anyone else getting this error for trying to get into playstation network?
avatar
Dimples123: This is the error i get with this:

{"error_code":4151,"error":"unauthorized_client","error_description":"Client does not have grant type: [\"implicit\",\"authorization_code\"]","docs":"http://central-auth.p1-np-eib.prod.navcloud.sonynei.net/docs/#api/centralauthservice/v1/oauth/authorize/get"}

Anyone else getting this error for trying to get into playstation network?
I think currently everyone is getting it.
avatar
Dimples123: This is the error i get with this:

{"error_code":4151,"error":"unauthorized_client","error_description":"Client does not have grant type: [\"implicit\",\"authorization_code\"]","docs":"http://central-auth.p1-np-eib.prod.navcloud.sonynei.net/docs/#api/centralauthservice/v1/oauth/authorize/get"}

Anyone else getting this error for trying to get into playstation network?
avatar
Hristian_Petkov: I think currently everyone is getting it.
Getting the same error message
So me it seems, that Sony changed something on their end which makes the extension not being able to authenticate anymore. I really hope the developers of the extensions find a way to fix ti and get the connection working again.
Same error message here. It's been several days.
me too :-(

i hope there will be an update soon
This is still an issue as of August 11th which is a real shame as this app is the go to for all my gaming organisational needs! Hope it gets fixed soon.
avatar
Mononoke77: This is still an issue as of August 11th which is a real shame as this app is the go to for all my gaming organisational needs! Hope it gets fixed soon.
Yeah it seems support is just totally dropped at this point :(
avatar
Mononoke77: This is still an issue as of August 11th which is a real shame as this app is the go to for all my gaming organisational needs! Hope it gets fixed soon.
avatar
DallenMalna: Yeah it seems support is just totally dropped at this point :(
I hardly think support has just dropped for Galaxy. I was able to sign in again with Playstation on GOG Galaxy this morning. As far as I can tell, the app works fine.
I received a "A connection to the server could not be established" error after a reinstall of the integration this morning.
high rated
To use the browser work-around with the current version of the plugin (0.34):

1. Quit GOG Galaxy completely.

2. In your browser log in at store.playstation.com, then go to https://ca.account.sony.com/api/v1/ssocookie and copy the npsso value.

3. Open C:\Users\<username\AppData\Local\GOG.com\Galaxy\plugins\installed\psn_<guid>\plugin.py in a text editor.

4. Replace line 52 ("return NextStep("web_session", AUTH_PARAMS)" with the following line (make sure to get the indentation correct: there's 12 spaces in front of the line):

stored_cookies = {"npsso": "<paste npsso value from browser here>"}

This line follows the "if not stored_cookies:" line on line 51

5. Save the file, restart Galaxy

6. Go to the settings and reconnect the PSN plugin
Post edited August 19, 2021 by tszcheetah
avatar
tszcheetah: To use the browser work-around with the current version of the plugin (0.34):

1. Quit GOG Galaxy completely.

2. In your browser log in at store.playstation.com, then go to https://ca.account.sony.com/api/v1/ssocookie and copy the npsso value.

3. Open C:\Users\<username\AppData\Local\GOG.com\Galaxy\plugins\installed\psn_<guid>\plugin.py in a text editor.

4. Replace line 52 ("return NextStep("web_session", AUTH_PARAMS)" with the following line (make sure to get the indentation correct: there's 12 spaces in front of the line):

stored_cookies = {"npsso": "<paste npsso value from browser here>"}

This line follows the "if not stored_cookies:" line on line 51

5. Save the file, restart Galaxy

6. Go to the settings and reconnect the PSN plugin
I can confirm this is actually working. Thanks.
I've been waiting for a workaround since the middle of July and it has finally arrived.
avatar
tszcheetah: To use the browser work-around with the current version of the plugin (0.34):

1. Quit GOG Galaxy completely.

2. In your browser log in at store.playstation.com, then go to https://ca.account.sony.com/api/v1/ssocookie and copy the npsso value.

3. Open C:\Users\<username\AppData\Local\GOG.com\Galaxy\plugins\installed\psn_<guid>\plugin.py in a text editor.

4. Replace line 52 ("return NextStep("web_session", AUTH_PARAMS)" with the following line (make sure to get the indentation correct: there's 12 spaces in front of the line):

stored_cookies = {"npsso": "<paste npsso value from browser here>"}

This line follows the "if not stored_cookies:" line on line 51

5. Save the file, restart Galaxy

6. Go to the settings and reconnect the PSN plugin
awesome thanks very much, now works for me