Closed Reuns closed 2 years ago
Looks like Sony set some limitation on https://m.np.playstation.net/ it now gives Access Denied on any request from any IPs.
Ok.
The base URL for accessing the API was https://m.np.playstation.net/api/trophy
Now it appears as https://m.np.playstation.com/api/trophy
So if you change url in files in should work again.
Yeah, this was fixed yesterday with commit 16032a352b78057bbda03bf956167003570d4cc2
Thanks all ... still I'm not familiar with the composer thing. I've updated with "composer update --ignore-platform-reqs" but the issue remains.
I tried to uninstall it and install it again but I might be doing something wrong. If i tried to install "composer require tustin/psn-php" it'll install v2 which doesn't work anymore. I've installed it with "composer require tustin/psn-php:3.0" but the issue remain.
Is there anything I'm doing wrong @Ragowit ? Thanks for your help.
@reuns Try this:
composer require --dev tustin/psn-php:master
Thanks @Ragowit
I have this msg :
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires tustin/psn-php master, found tustin/psn-php[dev-master] but it does not match your minimum-stability.
Do you know what it means ?
Yeah, it didn't find master but dev-master, try this then.
composer require --dev tustin/psn-php:dev-master
Nice. Thank you @Ragowit ! You're awesome.
I just created a new release (3.0.1) that resolves this issue and won't require you to reference the master branch 😄 . It should be published on Packagist shortly
Hi Since 2022-10-18 17:20 I'm unable to get information from Sony's servers. It worked well at untill 17:15 then ...
I've tried to reset my NPSSO but still .... it remains !
Am I the only one in this case. I didn't change anything for month and it has always work fine. An update from Sony maybe ? Thanks for your help.