Trying to pick up Wizard 3 on the GOG Galaxy, only to find that the connection to PSN keeps coming up after endless clicks to verify the image
“The Connection to The server Timed out.”
Solutions:
1. Turn off the running GOG Galaxy.
2. Log in to PSN with the browser (if logged in, log out, log in again).
3. After login, click on the link: https://ca.account.sony.com/api/v1/ssocookie (this link is to look at SONY’s cookies, don’t be afraid to trust point).
You will see
“The Connection to The server Timed out.”
Solutions:
1. Turn off the running GOG Galaxy.
2. Log in to PSN with the browser (if logged in, log out, log in again).
3. After login, click on the link: https://ca.account.sony.com/api/v1/ssocookie (this link is to look at SONY’s cookies, don’t be afraid to trust point).
You will see
{"npsso":"xxx"}
XXX is the value of nPSSO, copy it down (without quotes).
4. Open my computer and type in the address bar:
%LocalAppData%\GOG.com\Galaxy\plugins\installed\
Open the “psn_xxxxxxxx_xxx…” Folders (unique folders). Find plugin.py and open it with any text editor.
5. Find line 64 and you will see:
stored_npsso = stored_credentials.get("npsso") if stored_credentials else None
Delete all of the equals sign and copy the nPSSO value into it. Be careful to switch to the English input method and include the value in double quotation marks.
stored_npsso = "Your npsso Key"
Save the change (CTRL + S) and close the file.
6. Restart GOG Galaxy and connect to PSN again.
Read More:
- [Solved] Win10: Failed to connect to github.com port 443 Timed out
- Cube.js TimeoutError: ResourceRequest timed out problem
- [Solved] jedis Connect redis Error: connect timed out
- IDEA generates Spring Boot project error: error: read timed out
- [Solved] Kubeadm join Timeout error execution phase kubelet-start: error uploading crisocket: timed out waiting
- [Solved] Mycat Startup Error: ERROR Startup failed: Timed out waiting for a signal from the JVM
- [Solved] NO ST-LINK detected/ST-LINK USB communication error
- [Solved] Error:couldn‘t connect to server 127.0.0.1:27017, connection attempt failed: SocketException: …
- [Solved] Ubuntu 20.04 LTS Install k8s Error: The connection to the server localhost:8080 was refused
- [Solved] R Language Error: Error in file(out, “wt“) : cannot open the connection
- How to Solve J-link Error (Two Command Errors & Solution)
- [Solved] Mybatis Error: Establishing SSL connection without server‘s identity verification is not recommended.
- How to Solve OpenCV CVUI Error: LINK2019
- [Solved] Vs error: link: fatal error lnk1168: unable to open for writing
- [Solved] Android7 8 Jack server SSL error: Jack server failed to (re)start, try ‘jack-diagnose’ or see Jack server log
- [Solved] MySQL workbench Error: SSL connection error: SSL is required but the server doesn‘t support it.
- [Solved] JDBC error: Communications link failure
- [Solved] LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
- Connection refused: connect; nested exception is java.net.ConnectException: Connection refused: [How to Solve]
- [Solved] target_link_libraries error: a missing vtable usually means the first non-inline virtual member function has no definition.