You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We get the following error with the above request: Error: cannot get index of GameVideos: cannot make POST request: igdb server error: status: 400 message: bad request: check query parameters
Any thoughts on how we can fix this?
Thanks!
The text was updated successfully, but these errors were encountered:
@Akecel it's been awhile, but I recall just forking the repo and updating the struct. Love this project, but I think at this point it's been abandoned.
There might be an issue filtering by non-id fields for
GameVideos.Index()
.Querying the IGDB API https://api.igdb.com/v4/game_videos directly with the following body yields a single item.
Body:
Response:
Querying by name instead of id yields a response with multiple items:
Body:
When using this library, filtering by ID works but not by Name.
Works:
Doesn't Work:
We get the following error with the above request:
Error: cannot get index of GameVideos: cannot make POST request: igdb server error: status: 400 message: bad request: check query parameters
Any thoughts on how we can fix this?
Thanks!
The text was updated successfully, but these errors were encountered: