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?
Bustacap: unrelated
-------------------------------------
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"
- 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"
(the quotation marks " " are important!)
- restart GOG Galaxy
- try connecting with PSN again
Quem quiser a solução em português: solução alternativa até corrigi-lo:
- faça login na PSN (store.playstation.com) através do seu navegador
- após o login, abra este link:
https://ca.account.sony.com/api/v1/ssocookie Copie o conteúdo de "npsso"
- edite o arquivo %LocalAppData%\GOG.com\Galaxy\plugins\installed\psn_XXX\plugin.py
- vá para a linha 64 e altere o valor stored_npsso para "npsso" copiado, por exemplo:
Vai estar assim:
stored_npsso = stored_credentials.get ("npsso") se stored_credentials else None
Deverá ficar assim:
stored_npsso = "Valor copiado do npsso"
(as aspas "" são importantes!)
- reinicie o GOG Galaxy
- tente conectar-se à PSN novamente