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
nudy88: I tried all solutions here but I still have another problem. I already edited plugin.py and now when I try to login I have "The connection to the server timed out." What should I do ?
post a screenshot of the edited plugin.py section. sounds like you did something wrong. it shouldnt even give you a login window
i have a issue and i cant conect my psn to get the witcher 3 free and i kept retry also it says offline retry when i try to changing the plugin it said retry

async def authenticate(self, stored_credentials=None):
stored_npsso = stored_credentials.get("npsso") if stored_credentials else None
if not stored_npsso:
return NextStep("web_session", AUTH_PARAMS)

auth_info = await self._do_auth(stored_npsso)
return auth_info
if anyone gets this please help
avatar
nudy88: I tried all solutions here but I still have another problem. I already edited plugin.py and now when I try to login I have "The connection to the server timed out." What should I do ?
avatar
Bustacap: post a screenshot of the edited plugin.py section. sounds like you did something wrong. it shouldnt even give you a login window
Attachments:
gog.jpg (256 Kb)
avatar
nudy88: ...
in line 64 delete the "if stored_credentials else none"

it should look just like this

https://abload.de/img/plugingrjah.png
Thank you so much for the original author of the post for posting this help.
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:

- 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
Thank you! This works.
avatar
nudy88: ...
avatar
Bustacap: in line 64 delete the "if stored_credentials else none"

it should look just like this

https://abload.de/img/plugingrjah.png
It worked ,thank you very much :)
If i click on the first link from the solution of Bustacap it gives me an error like invalid login and error code 20
Nothing more.

Is there anything i can do?
Post edited June 18, 2020 by Yosho2
I did this, but didn´t worked
avatar
Bustacap: reposting the newest version of the workaround for better visibility
----------------------

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

- log in to the Playstation Store (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

(example of what it should look like: https://abload.de/img/npssomcj9f.png )

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

( https://abload.de/img/localappdataojjbg.png )

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

(example of what it should look like: https://abload.de/img/plugingrjah.png )

- save the changes made to plugin.py and close the file
- restart GOG Galaxy
- try connecting with PSN again
It works for me too. Thanks a lot.
avatar
Bustacap: unrelated

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

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
chaknitrox: Thank you! This works.
thank you it worked .
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:

- 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 worked thanks!
psn time out
guys i messed it up i opened the plugin.py file and deleted every thing after line 64 and forget to add the text then save

opened gog says plugin crash (psn) so i deleted the gog the reinstalled it it keeps giving me the same error open to try to fix the plugin.py it wasnt there. what should i do
Attachments:
ee.png (42 Kb)
I keep getting plugin has crashed retry.
Guys, i've followed all the steps, but, i keep getting a message that psn is Offline and a retry option next to it, but it still doesn't work, i've tried disconnecting and closing and oppening the app again ,but, after that, it shows that it hasn't even connected in the first place
Any tips?