Posted June 17, 2020

krakenzeiro
New User
Registered: Jun 2020
From Brazil

Kyosuke_EX
New User
Registered: Nov 2014
From France
Posted June 17, 2020


-------------------------------------
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
Is there someone that manage's it to work on any browser that couldn't before ? Fixing tips or something like that would be great thanks

Clone3797
New User
Registered: Jun 2020
From United States
Posted June 17, 2020


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

lowkee33
New User
Registered: Jun 2011
From United States
Posted June 17, 2020
Figured it out. Turn off 2 step go back and get a new npsso when 2 step is off then login. Mine worked. I will turn 2 step back on after I claim it.

Freestylersbs
New User
Registered: Jun 2020
From Brazil
Posted June 17, 2020
como eu mando um jogo do gog pro meu console?

krakenzeiro
New User
Registered: Jun 2020
From Brazil

Bustacap
Tonic Trouble
Registered: Apr 2012
From Germany
Posted June 17, 2020

Is there someone that manage's it to work on any browser that couldn't before ? Fixing tips or something like that would be great thanks

C:\Users\YOURUSERNAME\AppData\Local\GOG.com\Galaxy\plugins\installed
if you dont see the appdata folder, it might be hidden. try this:
https://support.microsoft.com/en-us/help/4028316/windows-view-hidden-files-and-folders-in-windows-10

Commander_Tigg
New User
Registered: Aug 2018
From United States
Posted June 17, 2020




Relog on store.playstation.com then get the new content at https://ca.account.sony.com/api/v1/ssocookie, redo everything in the first tutorial and connect on GOG
Post edited June 17, 2020 by Commander_Tigg

Clone3797
New User
Registered: Jun 2020
From United States
Posted June 17, 2020

Is there someone that manage's it to work on any browser that couldn't before ? Fixing tips or something like that would be great thanks



C:\Users\YOURUSERNAME\AppData\Local\GOG.com\Galaxy\plugins\installed
if you dont see the appdata folder, it might be hidden. try this:
https://support.microsoft.com/en-us/help/4028316/windows-view-hidden-files-and-folders-in-windows-10

Bustacap
Tonic Trouble
Registered: Apr 2012
From Germany
Posted June 17, 2020



Relog on store.playstation.com then get the new content at https://ca.account.sony.com/api/v1/ssocookie, redo everything in the first tutorial and connect on GOG


Shaka1030
New User
Registered: Apr 2020
From Netherlands
Posted June 17, 2020
Finally got it working. Thanks everybody!

Xavilla
New User
Registered: Dec 2017
From Germany
Posted June 17, 2020

I tried it but it still says offline

what am I supposed to do now? i tried 2 hours to do it, even deinstalling didn't helped me.
So after i put in the npsso value (along with the " " ) it started to state that the plugin has crashed, why?
Please help me i am becoming crazy with this bs :|
Edit:
async def authenticate(self, stored_credentials=None):
stored_npsso = "xxx"
if not stored_npsso:
return NextStep("web_session", AUTH_PARAMS)
Looks like this
Post edited June 17, 2020 by Xavilla

Guuh_Franco
New User
Registered: Jun 2020
From Brazil
Posted June 17, 2020
nao entendi essa parte da explicação
- abra o Windows Explorer e digite o seguinte na barra de endereços na parte superior e pressione Enter
% LocalAppData% \ GOG.com \ Galaxy \ plugins \ installed \
alguem me ajuda ?
- abra o Windows Explorer e digite o seguinte na barra de endereços na parte superior e pressione Enter
% LocalAppData% \ GOG.com \ Galaxy \ plugins \ installed \
alguem me ajuda ?
Post edited June 17, 2020 by Guuh_Franco

Commander_Tigg
New User
Registered: Aug 2018
From United States
Posted June 17, 2020
stored_npsso = {"npsso":"xxxxxxxxxxxxxxxxxxxxx"}

Bustacap
Tonic Trouble
Registered: Apr 2012
From Germany