Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store concept for game seems to be broken #261

Open
yduke opened this issue Aug 10, 2024 · 2 comments
Open

Store concept for game seems to be broken #261

yduke opened this issue Aug 10, 2024 · 2 comments

Comments

@yduke
Copy link

yduke commented Aug 10, 2024

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

I was able to retrive game genres, descriptions, cover images... stuffs by calling concept().

/**
* Gets the store concept for the game.
*/
public function concept(): Concept
{
return new Concept($this->getHttpClient(), $this->pluck('concept.id'));
}

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?

@Reuns
Copy link

Reuns commented Aug 15, 2024

#260 it might be the same issue.

@yduke
Copy link
Author

yduke commented Aug 16, 2024

#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:

'metGetConceptById' => 'cc90404ac049d935afbd9968aef523da2b6723abfb9d586e5f77ebf7c5289006',

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants