Skip to content

Store concept for game seems to be broken #261

@yduke

Description

@yduke

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions