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
chung2: Can connect but Library is empty. No Playstation game is showing up.
same for me, this is a horrendous experience.

I had a look at the log files and it clearly reads all my trophy information and game "licenses" from playstation.com it just won't do anything with it :(
avatar
chung2: Can connect but Library is empty. No Playstation game is showing up.
avatar
gojensen: same for me, this is a horrendous experience.

I had a look at the log files and it clearly reads all my trophy information and game "licenses" from playstation.com it just won't do anything with it :(
It's pitiful. Maybe they just don't want to give away free game. Pathetic dev support tbh
avatar
chung2: Can connect but Library is empty. No Playstation game is showing up.
I have the same issue. Followed the instructions, which worked, and connect PSN to Gog Galaxy but my games library will not populate so I can't redeem the offer. Very frustrating.
avatar
chung2: Can connect but Library is empty. No Playstation game is showing up.
avatar
Mistake Not...: I have the same issue. Followed the instructions, which worked, and connect PSN to Gog Galaxy but my games library will not populate so I can't redeem the offer. Very frustrating.
Very frustrating indeed I've reinstalled, reconnected, synced integration multiple times. Nothing works.
avatar
Bustacap: workaround until they fix it:

- close GOG Galaxy if it's running at the moment

- log in to PSN (store.playstation.com) through your browser
(if you were already logged in, log out first, then back in)

- after the login open this link: https://ca.account.sony.com/api/v1/ssocookie

youll get something like: {"npsso":"xxx"}
where xxx is the npsso value

- open windows explorer and enter the following into the address bar at the top and press enter
%LocalAppData%\GOG.com\Galaxy\plugins\installed\

- open the psn_{random number} folder and edit the plugin.py file with your favourite text editor

- go to line 64. it sould look like this:
stored_npsso = stored_credentials.get("npsso") if stored_credentials else None

delete everything on that line after: stored_npsso =
then add your nppso value behind it in quotation marks.

it should look like this:
stored_npsso = "npsso value"

("npsso value" is the value from step 3 and should be a 64 character long text consisting of numbers, lower case letters and upper case letters)
(the quotation marks " " are important!)

- save the changes made to plugin.py and close the file
- restart GOG Galaxy
- try connecting with PSN again
avatar
haseottod: That's why people should learn how to code!! Thank you so much!
Works also with Google Chrome. Thank you very much.
avatar
haseottod: That's why people should learn how to code!! Thank you so much!
avatar
greenbox6: thanks man, that [solved] it for me
I can't find the folder for playstation
I did all the steps but i get "plugin has crashed" ???
Got it sorted. Just tried it again just now. And it worked.

Seems to be luck.

Or its fixed.

Good luck to everyone
Bustacap solution works great, thank you!
avatar
FPlusGames: found a solution, use Edge browser.

1. Follow the guide, signin and use the same tab once logged in to go to the https://ca.account.sony.com/api/v1/ssocookie
2. copy the code, DON'T CLOSE THE BROWSER
3. Do the reset of the steps and validate the login in GOG Galaxy
4.Now it should be working, go to PlayStation Tab, search Witcher and click on it
5.On witcher 3 page you should be able to claim the copy.
6. closer web browser
avatar
Liliano77: Hello, I have a problem when I open the link I get this: {"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]":[]}
If you're getting this error. Launch the Playstation Store site and log in, do not log into Sony Entertainment site. Once you've logged onto the Playstation Store, you'll be able to get the npsso number.

Hope this helps.
avatar
Bruvulouz: I did all the steps but i get "plugin has crashed" ???
I'm also getting this error.
To anyone having the "crashed plugin" problem, just delete the psn plugin folder located in
%LocalAppData%\GOG.com\Galaxy\plugins\installed\
This will force the GOG app to reinstall the plugin. After that, try to follow the main tutorial steps!
avatar
Manaux17: To anyone having the "crashed plugin" problem, just delete the psn plugin folder located in
%LocalAppData%\GOG.com\Galaxy\plugins\installed\
This will force the GOG app to reinstall the plugin. After that, try to follow the main tutorial steps!
i tried doing that, but the plugin wont reinstall
avatar
Manaux17: To anyone having the "crashed plugin" problem, just delete the psn plugin folder located in
%LocalAppData%\GOG.com\Galaxy\plugins\installed\
This will force the GOG app to reinstall the plugin. After that, try to follow the main tutorial steps!
Thank You !!!! This worked for me
high rated
avatar
Bustacap: workaround until they fix it:

- close GOG Galaxy if it's running at the moment

- log in to PSN (store.playstation.com) through your browser
(if you were already logged in, log out first, then back in)

- after the login open this link: https://ca.account.sony.com/api/v1/ssocookie

youll get something like: {"npsso":"xxx"}
where xxx is the npsso value

- open windows explorer and enter the following into the address bar at the top and press enter
%LocalAppData%\GOG.com\Galaxy\plugins\installed\

- open the psn_{random number} folder and edit the plugin.py file with your favourite text editor

- go to line 64. it sould look like this:
stored_npsso = stored_credentials.get("npsso") if stored_credentials else None

delete everything on that line after: stored_npsso =
then add your nppso value behind it in quotation marks.

it should look like this:
stored_npsso = "npsso value"

("npsso value" is the value from step 3 and should be a 64 character long text consisting of numbers, lower case letters and upper case letters)
(the quotation marks " " are important!)

- save the changes made to plugin.py and close the file
- restart GOG Galaxy
- try connecting with PSN again
This is the solution! Thank you so much! I was able to log in with PSN after this solution.