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

×
i did what Bustacap said, and it worked. but now its connected, but offline. anyone else has that problem?
avatar
yassin844: i did what Bustacap said, and it worked. but now its connected, but offline. anyone else has that problem?
did you put the npsso value into quotes? " "
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
It works perfectly, thanks a lot mate
Thanks for the help guys! I was logged in but going into the "what's new" and tab and then refreshing the ca.account link pulled up the npsso value.

However, unfortunately can't login via Galaxy - after pasting the npsso value into the plugin.py file, when I try and login to PSN, it just says "offline - retry". :(

EDIT: putting the npsso value in " "as bustacap mentioned has done the trick and working!

Thanks guys, absolute legends.
Post edited June 16, 2020 by flabbymunky
avatar
flabbymunky: Thanks for the help guys! I was logged in but going into the "what's new" and tab and then refreshing the ca.account link pulled up the npsso value.

However, unfortunately can't login via Galaxy - after pasting the npsso value into the plugin.py file, when I try and login to PSN, it just says "offline - retry". :(
make sure to put the npsso value into quotes " ". the code also changes. this workaround is only meant for the current witcher 3 deal. its not really practical for daily use
avatar
yassin844: i did what Bustacap said, and it worked. but now its connected, but offline. anyone else has that problem?
avatar
Bustacap: did you put the npsso value into quotes? " "
oohhh, no i didnt. okay wish me luck

Edit: Okay it worked. Thanks man
Post edited June 16, 2020 by yassin844
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
No luck for me, it just says "Offline Retry" pretty sure i did it correct too..
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
WlkrTex4sR4nger: No luck for me, it just says "Offline Retry" pretty sure i did it correct too..
put the npsso value in quotes? " "
seems to be a common mistake to omit those
Everytime I do what you all say to do, I get "Plugin has crashed" and I kept trying everything, I even put back the original code and it still said that
Make sure you guys are putting your code in between quotations, it worked for me.
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
WlkrTex4sR4nger: No luck for me, it just says "Offline Retry" pretty sure i did it correct too..
you have to put the npsso values in quotes " "
did it wrong too
avatar
Aerojet: Per niente pff, ma poi il plug-in PS mi ha funzionato tipo per qualche giorno dopo aver ottenuto accesso alla beta, non mi sembrano intenzionati a fixare la cosa.
avatar
Il_Nik97: A me non fa neanche superare il capcha e ho visto in giro che succede a molti
speriamo si risolvi in fretta, vorrei avere quella copia gratuita di witcher 3
avatar
Meowstein: Everytime I do what you all say to do, I get "Plugin has crashed" and I kept trying everything, I even put back the original code and it still said that
you can delete the plugin files and the next time you try to connect to it in galaxy(may require a galaxy restart first) it will redownload them. maybe that fixes your problem
avatar
WlkrTex4sR4nger: No luck for me, it just says "Offline Retry" pretty sure i did it correct too..
avatar
Bustacap: put the npsso value in quotes? " "
seems to be a common mistake to omit those
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?
how to enable line 64?