psn-php icon indicating copy to clipboard operation
psn-php copied to clipboard

Store concept for game seems to be broken

Open yduke opened this issue 1 year ago • 3 comments

GameTitle.concept() was working perfectly days ago until recent days.

I was able to retrive game genres, descriptions, cover images... stuffs by calling concept(). https://github.com/Tustin/psn-php/blob/b4ecb23e16a39815237bd884f50950a777e882e7/src/Model/GameTitle.php#L27-L34 But $game->concept() will now end up to 400 status code and throw an exception at \vendor\tustin\haste\src\Http\Middleware\ResponseHandlerMiddleware.php line58

Tested in 3 different regions, got the same error.

Seems like Sony has changed their store concept api?

yduke avatar Aug 10 '24 18:08 yduke

#260 it might be the same issue.

Reuns avatar Aug 15 '24 19:08 Reuns

#260 it might be the same issue.

If you mean playCount() or playDuration() of a game in user's gameList(), they are both working fine on my side as the time of writing this.

Somehow I think the store concept 256 hash keys defined in this tool:

https://github.com/Tustin/psn-php/blob/b4ecb23e16a39815237bd884f50950a777e882e7/src/Api.php#L21

might have been blocked by sony, not for sure, I am still getting the 400 error on requesting $game->concept()->fetch().

Sadly I don't know how to get a new key for store concept.

yduke avatar Aug 16 '24 03:08 yduke

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 26 '25 21:04 stale[bot]