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
Bustacap: put the npsso value in quotes? " "
seems to be a common mistake to omit those
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?
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
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!)

6. Restart GOG Galaxy
7. try connecting with PSN again
It works! Great job mate!
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!)

6. Restart GOG Galaxy
7. try connecting with PSN again
Worked like a charm! Thanks!
avatar
Bustacap: workaround until they fix it:

-Log in to PSN 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"

6. Restart GOG Galaxy
7. try connecting with PSN again
avatar
RazielskorpX: Bah. Didn't work for me. :( Just got this in my browser:
{"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]":[]}
I have no idea what it means.......
YOU ARE AMAZING!!!!
avatar
cinkoczento: how to enable line 64?
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
Post edited June 16, 2020 by Bustacap
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
Absolute superstar mate, thank you very much :)
Up and running :)
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
Thank you! Give this person a medal!
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
may your name be mentioned among the saints!
IT WORKED!
im already installing it, thanks a million times!
avatar
WlkrTex4sR4nger: No luck for me, it just says "Offline Retry" pretty sure i did it correct too..
avatar
yassin844: you have to put the npsso values in quotes " "
did it wrong too
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
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
GOOD JOB THANKS
avatar
yassin844: you have to put the npsso values in quotes " "
did it wrong too
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?
No, use only the string inside "". (Including the "s)
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
Works perfectly!! Thank you
avatar
yassin844: you have to put the npsso values in quotes " "
did it wrong too
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?
line 64 should look like

stored_npsso = "randomnumbers"


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


no {"npsso": or any of those { }, just the letters and numbers (should be 64 characters i think) and then quotation marks around them
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.
Post edited June 16, 2020 by jamieatkinson18
que es lo que tengo que cambiar en el bloc de notas? yo no veo en el archivo plugin ---> shared_npsso
Attachments:
1.jpg (159 Kb)