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
BinTieZ: so i tried Bustacap method, but i still get connection time out..
i just need to replace stored_credentials.get("npsso" with the value i got right? without the {"npsso":" thing.. just need the random number? sorry im so stupid about this kind of stuff..
avatar
Bustacap: line 64 should look like this:

stored_npsso = "rS641pKmZgOF9QgOvMAeAjasCq9dtMfGljKZxvKApuNLANECGOnDxq7CHzAUJ2nm"

(those numbers are just an example and dont actually work, you need to provide your own)
64 stored_npsso = "values" if stored_credentials else None
65 if not stored_npsso:

something like this right? i still got the connection time out -_-
Post edited June 17, 2020 by BinTieZ
I'm following the workaround and I have got to the point where I need to copy the npsso into the psn plugins however the issue is that in my folder after plugins there is no folder called installed and no folder called psn_XXX so I am unable to use the work around any help would be appreciated
Got it, I'll try it here
avatar
Bustacap: line 64 should look like this:

stored_npsso = "rS641pKmZgOF9QgOvMAeAjasCq9dtMfGljKZxvKApuNLANECGOnDxq7CHzAUJ2nm"

(those numbers are just an example and dont actually work, you need to provide your own)
avatar
BinTieZ: 64 stored_npsso = "xxx" if stored_credentials else None
65 if not stored_npsso:

something like this right? i still got the connection time out -_-
no, line 64 should be just

stored_npsso = "rS641pKmZgOF9QgOvMAeAjasCq9dtMfGljKZxvKApuNLANECGOnDxq7CHzAUJ2nm"

you can delete the "if stored_credentials else None". also better not share that npsso value. you dont want others to login to your account.
avatar
IMonsterHD: I'm following the workaround and I have got to the point where I need to copy the npsso into the psn plugins however the issue is that in my folder after plugins there is no folder called installed and no folder called psn_XXX so I am unable to use the work around any help would be appreciated
make sure to exactly follow the tutorial. dont go into your gog galaxy folder
Post edited June 17, 2020 by Bustacap
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
I do all the stuff, but the status keep in "Offline Retry" and i cant complete the process
The value I can get the problem and understand where to edit right.
avatar
BinTieZ: 64 stored_npsso = "xxx" if stored_credentials else None
65 if not stored_npsso:

something like this right? i still got the connection time out -_-
avatar
Bustacap: no, line 64 should be just

stored_npsso = "rS641pKmZgOF9QgOvMAeAjasCq9dtMfGljKZxvKApuNLANECGOnDxq7CHzAUJ2nm"

you can delete the "if stored_credentials else None". also better not share that npsso value. you dont want others to login to your account.
avatar
IMonsterHD: I'm following the workaround and I have got to the point where I need to copy the npsso into the psn plugins however the issue is that in my folder after plugins there is no folder called installed and no folder called psn_XXX so I am unable to use the work around any help would be appreciated
avatar
Bustacap: make sure to exactly follow the tutorial. dont go into your gog galaxy folder
i already delete a few digit in it and now reload a new value.. so that's it, hope because i keep the next words that make it didn't works, thanks!
avatar
Jhonys_Gamer: The value I can get the problem and understand where to edit right.
whats the problem exactly? what step are you at?
avatar
Jhonys_Gamer: The value I can get the problem and understand where to edit right.
avatar
Bustacap: whats the problem exactly? what step are you at?
it works!! it because i keep "if stored_credentials else None" after the value all along that make it didn't works! thank you so much!
Just installed the program cause i wanted to get the Witcher 3 on the PC since i already have it for the PSN, i cannot connect, i go to my files and under "plugins" i only see GalaxyPluginXbox, nothing for the playstation, so im kinda stumped on how i can fix this issue.
I've logged in my PSN account, but GOG do not load account info like game progress or activity, and I need to update the npsso by getting a new value here sony api frequently. Not enough, the The Witcher banner don't appear to me as well. Any solution for this trouble?
avatar
Blaise_Huskins: Just installed the program cause i wanted to get the Witcher 3 on the PC since i already have it for the PSN, i cannot connect, i go to my files and under "plugins" i only see GalaxyPluginXbox, nothing for the playstation, so im kinda stumped on how i can fix this issue.
youre in the wrong folder. follow the tutorial exactly
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"

- 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
avatar
JarHed11: This worked for me. Thank you so much!!
bruh! It worked. Thank you kindly.
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
MarcusDagan: I do all the stuff, but the status keep in "Offline Retry" and i cant complete the process
DUDE THANK YOU SO MUCH THIS WORKED PERFECTLY!
Ok, so i had to relog in the playstation account on the web browser, to spawn the correct statement from the link, showed an error beforehand, now thats fixed

Where exactly do i go to find this?

- edit file %LocalAppData%\GOG.com\Galaxy\plugins\installed\psn_XXX\plugin.py

i feel this is so simple, and im stupid for now knowing lol