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
jamieatkinson18: Whereabouts do I find the plugin file to edit? In my C drive I've got a 'GOG Galaxy' folder, not a GOG.com one. There's a plugins folder within this folder, but it only has 'GalaxyPluginXbox' - nothing to do with PSN.

Thanks.

Edit: If I try to find the file using Windows Run it tells me it doesn't exist.
open windows explorer and enter the following into the address bar at the top and press enter
%LocalAppData%\GOG.com\Galaxy\plugins\installed\

does that work?
What am I doing wrong when I only get that the plugin has crashed?
avatar
JRTeam84: que es lo que tengo que cambiar en el bloc de notas? yo no veo en el archivo plugin ---> shared_npsso
scroll down to line 64 or use the search function (ctrl + f) to search for

stored_npsso =
avatar
cinkoczento: how to enable line 64?
avatar
Bustacap: depends on your text editor. some show the line number at the left of the screen, if you use the windows notepad you can display the line numbers by clicking on "view" then "status bar". the line number is then displayed at the bottom of the window
Do you have an address or something where I can send flowers? God bless you <3
avatar
RazielskorpX: i'm probably an idiot here, but I'm getting there.
I now have the "npsso" string.
What do you mean "Edit file %LocalAppData%\GOG.com\Galaxy\plugins\installed\psn_XXX\plugin.py"?
Where might I find this?
avatar
Bustacap: open the explorer, in the address bar at the top enter:

%localappdata%\GOG.com\Galaxy\plugins\installed\

then open the psn_{random number} folder and edit the plugin.py file with any text editor
Thank you for the original guide and thank you for this clarification statement about how to find the plugin.py file! Worked for me!
avatar
Helelscrown: Do i include the {"npsso": portion before the random gibberish letters and numbers? where do i cut off the quotation marks, also do i keep the { } on each end?
avatar
TheDubLiv: No, use only the string inside "". (Including the "s)
Thank you kind stranger
avatar
Helelscrown: Do i include the {"npsso": portion before the random gibberish letters and numbers? where do i cut off the quotation marks, also do i keep the { } on each end?
avatar
TheDubLiv: No, use only the string inside "". (Including the "s)
Oh oops, now Gog says the plugin crashed, however it gives me the option to disconnect from psn anyways?
Post edited June 16, 2020 by Helelscrown
avatar
Bustacap: workaround until they fix it:

- 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!)

- restart GOG Galaxy
- try connecting with PSN again
Ohh, thanks so much. it works
avatar
Bustacap: workaround until they fix it:

- 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!)

- restart GOG Galaxy
- try connecting with PSN again
Brilliant!
I only have an xbox folder in my gog folders. I cant find or access a ps4 one.
avatar
Bustacap: workaround until they fix it:

- 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
Brilliant!
avatar
jamieatkinson18: Whereabouts do I find the plugin file to edit? In my C drive I've got a 'GOG Galaxy' folder, not a GOG.com one. There's a plugins folder within this folder, but it only has 'GalaxyPluginXbox' - nothing to do with PSN.

Thanks.

Edit: If I try to find the file using Windows Run it tells me it doesn't exist.
avatar
Bustacap: open windows explorer and enter the following into the address bar at the top and press enter
%LocalAppData%\GOG.com\Galaxy\plugins\installed\

does that work?
Yes - now working perfectly. Cheers mate!
avatar
Niksu91: What am I doing wrong when I only get that the plugin has crashed?
Same issue here
avatar
jamieatkinson18: Whereabouts do I find the plugin file to edit? In my C drive I've got a 'GOG Galaxy' folder, not a GOG.com one. There's a plugins folder within this folder, but it only has 'GalaxyPluginXbox' - nothing to do with PSN.

Thanks.

Edit: If I try to find the file using Windows Run it tells me it doesn't exist.
avatar
Bustacap: open windows explorer and enter the following into the address bar at the top and press enter
%LocalAppData%\GOG.com\Galaxy\plugins\installed\

does that work?
no. i have same problem!
avatar
Bustacap: workaround until they fix it:

- 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
Offline Retry :< how to do it
What if I can't locate the file that I have to edit?