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
Daviiwow: Goddamn son! I feel like ima a hacker now! :)
Thank you. it worked like a charm
avatar
carlinhos0394: hello could you help me it has not worked for me
https://www.youtube.com/watch?v=yiJ54xyV4dI&feature=youtu.be

SOLUTIONS HERE !!!
avatar
Bustacap: unrelated

-------------------------------------

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
avatar
Kill3rCuts: Now it says "plugin crashed"
https://www.youtube.com/watch?v=yiJ54xyV4dI&feature=youtu.be

SOLUTIONS HERE !!!
Post edited June 17, 2020 by sonickgamer
avatar
oReXeRo: I have the same issue. Might this be caused by the fact that I use a 2 step varification which seems not to be supported by the embedded browser plugin?
avatar
Bustacap: unrelated

-------------------------------------

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
Thanks buddy this work perfectly
avatar
isual: anyone know what's the workaround if it says 'offline retry' in the settings?
i've made sure the syntax is correct and have already restarted the gog client multiple times.
Same problem, followed the tutorial and when I try to connect PSN it says offline and retry.
Any other solutions?

Edit: I logout on PSN web and log in again to generate a new cookie, edited the plugin.py with it and now works.
Post edited June 17, 2020 by Statham91
avatar
isual: anyone know what's the workaround if it says 'offline retry' in the settings?
i've made sure the syntax is correct and have already restarted the gog client multiple times.
avatar
Statham91: Same problem, followed the tutorial and when I try to connect PSN it says offline and retry.
Any other solutions?

Edit: I logout on PSN web and log in again to generate a new cookie, edited the plugin.py with it and now works.
I am suffering from same problem but your solution didnt solve it. Anyone got any other solutions? I have edited plugin.py correctly but it still shows offline(mypsnname)
avatar
Bustacap: youre in the wrong folder. follow the guide exactly. if you see the xbox plugin that means you opened your gog galaxy installation folder, which is wrong
avatar
Wystimpy18: Hi there so i tried the method of this and it still didn't work I re-logged in to the app and tried to integrate my PSN but still says offline even after changing the details in the plug.py i really don't know what else to do!
I have the same problem. If anyone knows any solution please let me know
Post edited June 17, 2020 by AUAGamer
avatar
KishouArima: It says that the PSN is offline now
avatar
Bustacap: make sure to not forget the " " around the npsso value. also this is only meant as a workaround for the witcher 3 deal right now. youll probably get logged out again after you restart gog galaxy and have to do all those steps again
Okay so I put everything up and followed every step, but now it keeps saying 'plugin crashed.' What do I need to do?
Post edited June 17, 2020 by Kenway37
avatar
oReXeRo: I have the same issue. Might this be caused by the fact that I use a 2 step varification which seems not to be supported by the embedded browser plugin?
avatar
Bustacap: unrelated

-------------------------------------

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
it works, thanks!
avatar
KishouArima: It says that the PSN is offline now
avatar
Bustacap: make sure to not forget the " " around the npsso value. also this is only meant as a workaround for the witcher 3 deal right now. youll probably get logged out again after you restart gog galaxy and have to do all those steps again
Vielen Dank für den Tipp - hat einwandfrei und sofort funktioniert!
avatar
Bustacap: make sure to not forget the " " around the npsso value. also this is only meant as a workaround for the witcher 3 deal right now. youll probably get logged out again after you restart gog galaxy and have to do all those steps again
avatar
Kenway37: Where can I find what my npsso value is? I know that's a 64 symbol long code but I can't find mine.
- (log out first, then) log in to PSN (store.playstation.com) through your browser

- 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
avatar
Bustacap: unrelated

-------------------------------------

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
avatar
omnix_supak: it works, thanks!
Came here just to say thank you very much!
avatar
Kenway37: Where can I find what my npsso value is? I know that's a 64 symbol long code but I can't find mine.
avatar
Bustacap: - (log out first, then) log in to PSN (store.playstation.com) through your browser

- 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
yeah this isnt working for me either my line completely fine i re-log and nothings working for me is it because i messed it up the first time the line looks exactly the same as it does in the video but im still getting the error that the plugins crashed
this worked! thanks king =p
avatar
Kenway37: Where can I find what my npsso value is? I know that's a 64 symbol long code but I can't find mine.
avatar
Bustacap: - (log out first, then) log in to PSN (store.playstation.com) through your browser

- 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
Yeah I found the value and put it in the folder, but now it says 'plugin has crashed.'
Do I need to put it in the file with out without the { } around it? If I do it without, it says 'offline'

Edit: I fixed it! Thanks a lot for all the help mate!
Post edited June 17, 2020 by Kenway37
reposting the newest version of the workaround for better visibility
----------------------

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

- log in to the Playstation Store (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

(example of what it should look like: https://abload.de/img/npssomcj9f.png )

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

( https://abload.de/img/localappdataojjbg.png )


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

(example of what it should look like: https://abload.de/img/plugingrjah.png )

- save the changes made to plugin.py and close the file
- restart GOG Galaxy
- try connecting with PSN again
Post edited June 17, 2020 by Bustacap
how u fixed the error plugin has crashed ?
Post edited June 17, 2020 by elelgido
avatar
Bustacap: reposting the newest version of the workaround for better visibility
----------------------

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

- log in to the Playstation Store (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

(example of what it should look like: https://abload.de/img/npssomcj9f.png )

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

(example of what it should look like: https://abload.de/img/plugingrjah.png )

- save the changes made to plugin.py and close the file
- restart GOG Galaxy
- try connecting with PSN again
You're amazing man! I've had this linked in the past and some reason it wasn't any longer... been trying to get it to reconnect and this finally solved it for me! (even tried this morning without these steps first to make sure it was still broke before I tried them)