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
RafillaWho: What if I can't locate the file that I have to edit?
where are you stuck? whats the last folder that you actually can see?
I have only "GalaxyPluginXbox" in the "plugins" folder :(

Edit: My bad, I pasted "%LocalAppData%\GOG.com\Galaxy\plugins\installed\" in the Windows's search bar and found the folder.
Post edited June 16, 2020 by Megatotor
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
avatar
LowFiber4: Brilliant!
Works fine. Thx a lot
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
Thank you so much. You are amazing .......... T_T
@Megatotor

I have the same issue.........nvm xD
Post edited June 17, 2020 by ServeradminRalph
Echoing the praise! This worked for me too. Was stubborn about this step

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

But that was the only way to find the psn folder, it's very critical thats how you find the folder! thanks a lot!!
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
avatar
kdwryan: Offline Retry :< how to do it
Had same problem.

1. Close GOG app.
2. Sign out PSN.
3. Sign in PSN.
4. npsso at https://ca.account.sony.com/api/v1/ssocookie should refresh.
5. Paste new code: stored_npsso = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" (xxxxxx is a code)
6. Run GOG
7. Connect with PSN acc.
8. Profit.
i did all this steps but when i open gog galaxy and try to link the psn account it says that is offline
avatar
alemaopreto: i did all this steps but when i open gog galaxy and try to link the psn account it says that is offline
make sure the npsso value is in quotation marks " " and that its still up to date. it may have changed for you already. maybe keeping the psn store open in a tab helps too
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
avatar
digostation: Worked like a charm! Thanks!
hey, podes me dizer exatamente o que é para fazer? não estou a conseguir perceber o que é para substituir
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
This worked!
But The Witcher 3 isn't showing up in my owned PS games...
F
This is not working.
I definitely copied everything including the ""
I was still logged in PlayStation sotre
the moment I complete the workaround it shows online for 5 seconds and then offline please retry
I exited GOG, logged out of PSN logged in again and repeated the workaround 3 times and I am still offline.

The issue is that useless horrendous CAPTCHA that gets stuck in a loop causing the timeout issue.
The workaround only works for few seconds and then I go offline even though I am still logged into PSN.
I tried with and without 2FA
I noticed other people are having this issue so is there an answer to how to resolve the OFFLINE problem?
Please do not say copy the npsso with quotes because that is what I have done

I logged a ticket with GOG but given COVID I am told the response time is 4 weeks so useless to get a copy of the Witcher 3.
Also I have read that people that got a response were told just to try again (pretty useless).

I do not have another PC with an older version of Windows to resolve this issue


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
mrClint: nice catch! this one worked for me, although I do find it odd that this doesn't work on one specific OS. According to the code, this is usually read from browser cookies. Could it be that the Win 10 update that rolls out the new Chromium-based Edge browser to everyone broke stuff?
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
I love you man
avatar
kdwryan: Offline Retry :< how to do it
avatar
Krecio: Had same problem.

1. Close GOG app.
2. Sign out PSN.
3. Sign in PSN.
4. npsso at https://ca.account.sony.com/api/v1/ssocookie should refresh.
5. Paste new code: stored_npsso = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" (xxxxxx is a code)
6. Run GOG
7. Connect with PSN acc.
8. Profit.
where do i copy npsso??
avatar
kdwryan: Offline Retry :< how to do it
avatar
Krecio: Had same problem.

1. Close GOG app.
2. Sign out PSN.
3. Sign in PSN.
4. npsso at https://ca.account.sony.com/api/v1/ssocookie should refresh.
5. Paste new code: stored_npsso = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" (xxxxxx is a code)
6. Run GOG
7. Connect with PSN acc.
8. Profit.
oh i solved it, i pasted {"npsso":"XXXXX"}

but change just "XXXX" i can do it

THX