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
Krautkopf666: Hello,

my plugin started working. It's importat to use the same tab in your browser witch you used for the psn log-in.
avatar
FPlusGames: found a solution, use Edge browser.

1. Follow the guide, signin and use the same tab once logged in to go to the https://ca.account.sony.com/api/v1/ssocookie
2. copy the code, DON'T CLOSE THE BROWSER
3. Do the reset of the steps and validate the login in GOG Galaxy
4.Now it should be working, go to PlayStation Tab, search Witcher and click on it
5.On witcher 3 page you should be able to claim the copy.
6. closer web browser
even with edge browser it doesn't work for me
avatar
Krautkopf666: Hello,

my plugin started working. It's importat to use the same tab in your browser witch you used for the psn log-in.
avatar
FPlusGames: found a solution, use Edge browser.

1. Follow the guide, signin and use the same tab once logged in to go to the https://ca.account.sony.com/api/v1/ssocookie
2. copy the code, DON'T CLOSE THE BROWSER
3. Do the reset of the steps and validate the login in GOG Galaxy
4.Now it should be working, go to PlayStation Tab, search Witcher and click on it
5.On witcher 3 page you should be able to claim the copy.
6. closer web browser
same
Worked like a champ!

THANK YOU!!
avatar
SabreWulf72: Im fed up with this thing as well. Its not well planned. Its a disaster. Makes EA look great in comparison.
avatar
Zahth07: In the same boat as the pair of you.
I was going to download Witcher 3 out of curiosity and maybe play for an hour of two [as I've beaten the GOY Edition multiple times]

After fighting with the interface for more than an hour I gave up.

This was my first and last experience with GOG. . . . . just terrible.
I am sure you may have tried this already but when you added the token, did you delete "everything" after `stored_npsso`?
This is the original line: stored_npsso = stored_credentials.get("npsso") if stored_credentials else None
This should look like this: stored_npsso = "<Your token>".

This was the mistake I was making when trying it initially. Maybe this is the issue you ran into
avatar
Krautkopf666: Hello,

my plugin started working. It's importat to use the same tab in your browser witch you used for the psn log-in.
avatar
FPlusGames: found a solution, use Edge browser.

1. Follow the guide, signin and use the same tab once logged in to go to the https://ca.account.sony.com/api/v1/ssocookie
2. copy the code, DON'T CLOSE THE BROWSER
3. Do the reset of the steps and validate the login in GOG Galaxy
4.Now it should be working, go to PlayStation Tab, search Witcher and click on it
5.On witcher 3 page you should be able to claim the copy.
6. closer web browser
Doesn't work for me, I still get the Invalid Login error code 20 :/

EDIT: For it to work for me I had to go to my Profile first and then enter the link. Might be the same for some other guys here.
Post edited June 18, 2020 by PatzeAUT
avatar
Krautkopf666: Hello,

my plugin started working. It's importat to use the same tab in your browser witch you used for the psn log-in.
avatar
FPlusGames: found a solution, use Edge browser.

1. Follow the guide, signin and use the same tab once logged in to go to the https://ca.account.sony.com/api/v1/ssocookie
2. copy the code, DON'T CLOSE THE BROWSER
3. Do the reset of the steps and validate the login in GOG Galaxy
4.Now it should be working, go to PlayStation Tab, search Witcher and click on it
5.On witcher 3 page you should be able to claim the copy.
6. closer web browser
Hello, I have a problem when I open the link I get this: {"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]":[]}
high rated
avatar
Bustacap: workaround until they fix it:

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

- log in to PSN (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

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

- save the changes made to plugin.py and close the file
- restart GOG Galaxy
- try connecting with PSN again
That's why people should learn how to code!! Thank you so much!
Did the steps, managed to log in... Activity feed shows my friends playing so it seemingly works...

HOWEVER, none of my games show up!?

Is there maybe somewhere else we need to change stuff and not just at the initial login sequence?
avatar
Bustacap: workaround until they fix it:

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

- log in to PSN (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

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

- save the changes made to plugin.py and close the file
- restart GOG Galaxy
- try connecting with PSN again
avatar
haseottod: That's why people should learn how to code!! Thank you so much!
thanks man, that [solved] it for me
avatar
Bustacap: workaround until they fix it:

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

- log in to PSN (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

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

- save the changes made to plugin.py and close the file
- restart GOG Galaxy
- try connecting with PSN again
Thanks man! It is working. So glad to find your advise. Have a nice day!
avatar
Bustacap: workaround until they fix it:

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

- log in to PSN (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

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

- save the changes made to plugin.py and close the file
- restart GOG Galaxy
- try connecting with PSN again
avatar
Khadavr: After this i have psn offline retry and i dont know what to do
avatar
FPlusGames: found a solution, use Edge browser.

1. Follow the guide, signin and use the same tab once logged in to go to the https://ca.account.sony.com/api/v1/ssocookie
2. copy the code, DON'T CLOSE THE BROWSER
3. Do the reset of the steps and validate the login in GOG Galaxy
4.Now it should be working, go to PlayStation Tab, search Witcher and click on it
5.On witcher 3 page you should be able to claim the copy.
6. closer web browser
avatar
Liliano77: Hello, I have a problem when I open the link I get this: {"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]":[]}
same issue, please heeelp please I need this in my pc
avatar
Bustacap: workaround until they fix it:

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

- log in to PSN (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

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

- save the changes made to plugin.py and close the file
- restart GOG Galaxy
- try connecting with PSN again
avatar
haseottod: That's why people should learn how to code!! Thank you so much!
I get this JSON:
{"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]":[]}
Please help me!!!
Post edited June 18, 2020 by ringuerel
IT WORKS!!! THANK YOU SO MUCH MATE!!!


avatar
Bustacap: workaround until they fix it:

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

- log in to PSN (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

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

- save the changes made to plugin.py and close the file
- restart GOG Galaxy
- try connecting with PSN again
avatar
haseottod: That's why people should learn how to code!! Thank you so much!
avatar
Bustacap: workaround until they fix it:

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

- log in to PSN (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

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

- save the changes made to plugin.py and close the file
- restart GOG Galaxy
- try connecting with PSN again
Thanks very much it did work.First was having problem doing this but latter I figured out that I was including the brackets from the npsso value.Thanks again.
Can connect but Library is empty. No Playstation game is showing up.