sergey-galasov / psn-galaxy

psn integration for galaxy
3 stars 26 forks source link

Connection timeout #2

Open rafalrojek opened 4 years ago

rafalrojek commented 4 years ago

image

I don't know why there is connection timeout because I can normally login on chrome

rafalrojek commented 4 years ago

https://www.reddit.com/r/gog/comments/dzlp87/cant_connect_playstation_network/fmiygin/

sloftus78 commented 4 years ago

Multiple people are experiencing this issue, all trying to get Witcher 3

Skyw3rd commented 4 years ago

Here's recent discussion of everyone having an issue on the GOG forums. https://www.gog.com/forum/general_beta_gog_galaxy_2.0/playstation_connection_timed_out/

zsombro commented 4 years ago

I have the same experience

OS: Windows 10 GOG Galaxy version: 2.0.16

MinatoMeow commented 4 years ago

I also have this issue. Windows 10 GOG Galaxy version: 2.0.16

RedXIV2 commented 4 years ago

Same issue, Same details as the two above

totalbloodman commented 4 years ago

Same.

Stydfast commented 4 years ago

Same here. Windows 10 GOG Galaxy version: 2.0.16

zsombro commented 4 years ago

In the meantime, someone has posted a workaround that could be useful in tracking down the bug:

- 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