-
It's not often incorrect, but does come up. I noticed when searching "Hades".
![image](https://github.com/Wamy-Dev/ReziWebsite/assets/50433596/eb022279-fd16-41f8-a14e-6a9ea9ab51ae)
![image](https:…
-
2024-06-12 22:27:02 ERROR gamatrix.helpers.igdb_helper Failed to get access token: {"status":400,"message":"invalid client"}
(status code 400)
-
investigate API and determine its ability to be used for our project scope
-
At the moment, when starting a scan with the "Rescan Identified" checkbox checked, it will scan through every platform for IGDB matches. It may be more efficient to have it skip any platforms that are…
-
**RomM version**
Version 3.5.1
**Describe the bug**
When successfully logging in, I see the full RomM web interface for a fraction of a second, before being redirected to the /login page again. I…
thias updated
2 weeks ago
-
https://github.com/igdb/igdb_api_python
-
Hi there! Thank you so much for creating this, it's truly invaluable for tying disparate sites together.
A small request- could you include the IGDB ID at some point in the future? You have the url…
-
I think it would be great if all new game submissions would be required to have game icons, just like banners.
And for existing games, a form to upload an icon in 'Suggest Changes" could be added, s…
-
> * IGDB has a limit of 4 requests per second. Because of that IGDB API key is not provided with MediaTracker, it can be acquired [here](https://api-docs.igdb.com/#account-creation) and set in #/setti…
-
```
import igdb from 'igdb-api-node';
const { data } = await igdb()
.search('Halo')
.fields(['name', 'release_dates.y'])
.request('/games')
```
```
const { data } = await igdb()
…