Posted June 16, 2020

Bustacap
Tonic Trouble
Registered: Apr 2012
From Germany

Megatotor
New User
Registered: Jun 2020
From France
Posted June 16, 2020
I have only "GalaxyPluginXbox" in the "plugins" folder :(
Edit: My bad, I pasted "%LocalAppData%\GOG.com\Galaxy\plugins\installed\" in the Windows's search bar and found the folder.
Edit: My bad, I pasted "%LocalAppData%\GOG.com\Galaxy\plugins\installed\" in the Windows's search bar and found the folder.
Post edited June 16, 2020 by Megatotor

ert_erzen
New User
Registered: Dec 2013
From Germany
Posted June 16, 2020

- log in to PSN (store.playstation.com) through your browser
- after the login open this link: https://ca.account.sony.com/api/v1/ssocookie
Copy content of "npsso"
- 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 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"
(the quotation marks " " are important!)
- restart GOG Galaxy
- try connecting with PSN again


sterry1413
New User
Registered: Feb 2018
From Peru
Posted June 16, 2020

- log in to PSN (store.playstation.com) through your browser
- after the login open this link: https://ca.account.sony.com/api/v1/ssocookie
Copy content of "npsso"
- 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 and change it from:
stored_npsso = stored_credentials.get("npsso") if stored_credentials else None
to:
stored_npsso = "Copied value of npsso"
("copied value of npsso" should be a 64 character long text consisting of numbers, lower case letters and upper case letters)
(the quotation marks " " are important!)
- restart GOG Galaxy
- try connecting with PSN again

ServeradminRalph
New User
Registered: Jun 2020
From Austria
Posted June 16, 2020
@Megatotor
I have the same issue.........nvm xD
I have the same issue.........nvm xD
Post edited June 17, 2020 by ServeradminRalph

YoshiStomper
New User
Registered: Jun 2020
From United States
Posted June 16, 2020
Echoing the praise! This worked for me too. Was stubborn about this step
- open windows explorer and enter the following into the address bar at the top and press enter
%LocalAppData%\GOG.com\Galaxy\plugins\installed\
But that was the only way to find the psn folder, it's very critical thats how you find the folder! thanks a lot!!
- open windows explorer and enter the following into the address bar at the top and press enter
%LocalAppData%\GOG.com\Galaxy\plugins\installed\
But that was the only way to find the psn folder, it's very critical thats how you find the folder! thanks a lot!!

Krecio
New User
Registered: Feb 2014
From Poland
Posted June 17, 2020

- log in to PSN (store.playstation.com) through your browser
- after the login open this link: https://ca.account.sony.com/api/v1/ssocookie
Copy content of "npsso"
- 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 and change it from:
stored_npsso = stored_credentials.get("npsso") if stored_credentials else None
to:
stored_npsso = "Copied value of npsso"
("copied value of npsso" should be a 64 character long text consisting of numbers, lower case letters and upper case letters)
(the quotation marks " " are important!)
- restart GOG Galaxy
- try connecting with PSN again

1. Close GOG app.
2. Sign out PSN.
3. Sign in PSN.
4. npsso at https://ca.account.sony.com/api/v1/ssocookie should refresh.
5. Paste new code: stored_npsso = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" (xxxxxx is a code)
6. Run GOG
7. Connect with PSN acc.
8. Profit.

alemaopreto
New User
Registered: Jun 2020
From Brazil
Posted June 17, 2020
i did all this steps but when i open gog galaxy and try to link the psn account it says that is offline

Bustacap
Tonic Trouble
Registered: Apr 2012
From Germany
Posted June 17, 2020

pimentayy
New User
Registered: Jun 2020
From Portugal
Posted June 17, 2020

-Log in to PSN (store.playstation.com) 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"
(the quotation marks " " are important!)
6. Restart GOG Galaxy
7. try connecting with PSN again


Nidstang.
New User
Registered: Dec 2013
From United States
Posted June 17, 2020

- log in to PSN (store.playstation.com) through your browser
- after the login open this link: https://ca.account.sony.com/api/v1/ssocookie
Copy content of "npsso"
- 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 and change it from:
stored_npsso = stored_credentials.get("npsso") if stored_credentials else None
to:
stored_npsso = "Copied value of npsso"
("copied value of npsso" should be a 64 character long text consisting of numbers, lower case letters and upper case letters)
(the quotation marks " " are important!)
- restart GOG Galaxy
- try connecting with PSN again
But The Witcher 3 isn't showing up in my owned PS games...
F

Phantom68
New User
Registered: Feb 2011
From United Kingdom

Indignardson
New User
Registered: Jun 2018
From Brazil
Posted June 17, 2020

- log in to PSN (store.playstation.com) through your browser
- after the login open this link: https://ca.account.sony.com/api/v1/ssocookie
Copy content of "npsso"
- 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 and change it from:
stored_npsso = stored_credentials.get("npsso") if stored_credentials else None
to:
stored_npsso = "Copied value of npsso"
("copied value of npsso" should be a 64 character long text consisting of numbers, lower case letters and upper case letters)
(the quotation marks " " are important!)
- restart GOG Galaxy
- try connecting with PSN again

Alan_Cleber
New User
Registered: May 2020
From Brazil
Posted June 17, 2020

1. Close GOG app.
2. Sign out PSN.
3. Sign in PSN.
4. npsso at https://ca.account.sony.com/api/v1/ssocookie should refresh.
5. Paste new code: stored_npsso = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" (xxxxxx is a code)
6. Run GOG
7. Connect with PSN acc.
8. Profit.

kdwryan
New User
Registered: Nov 2017
From Korea, Republic of
Posted June 17, 2020

1. Close GOG app.
2. Sign out PSN.
3. Sign in PSN.
4. npsso at https://ca.account.sony.com/api/v1/ssocookie should refresh.
5. Paste new code: stored_npsso = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" (xxxxxx is a code)
6. Run GOG
7. Connect with PSN acc.
8. Profit.
but change just "XXXX" i can do it
THX