Tustin / psn-php

A PHP wrapper for the PSN API
https://tustin.dev/psn-php/
MIT License
354 stars 73 forks source link

AccessDeniedHttpException on login #220

Closed vicegold closed 1 year ago

vicegold commented 1 year ago

A few days ago using loginWithRefreshToken to do a second login always returns a AccessDeniedHttpException for me. The docs actually say to use just login but that method doesn't exist it seems.

I already tried to create a new PSN account since I feared mine got banned, but that doesn't help either.

Anybody else can't login anymore?

Edit: Sorry, this PR fixed it: https://github.com/Tustin/psn-php/pull/218. Tested without it last night and didn't update today.