generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
bugSomething isn't workingSomething isn't working
Description
- The Plugin is up to date - running the latest pre-release version via Brat
- Obsidian is up to date (v 1.10.6)
Describe the bug
Accessing the Giant Bomb API to add a videogame now gives a 404 error.
Error: MDB | Received status code 404 from GiantBombAPI.
at $i.searchByTitle (plugin:obsidian-media-db-plugin:38:16868)
at async eval (plugin:obsidian-media-db-plugin:35:1295)
at async Promise.all (index 2)
at async Ei.query (plugin:obsidian-media-db-plugin:35:1416)
at async eval (plugin:obsidian-media-db-plugin:90:3990)
at async jn.openSearchModal (plugin:obsidian-media-db-plugin:88:1491)
at async Wn.createEntryWithSearchModal (plugin:obsidian-media-db-plugin:90:3810)
eval @ plugin:obsidian-media-db-plugin:35
18:46:04.133 plugin:notice-logger:82 [2025-12-09 18:46:04] Error querying GiantBombAPI: Error: MDB | Received status code 404 from GiantBombAPI.
To Reproduce
Steps to reproduce the behavior:
- Open the Add Videogame modal
- Search for a game
- See the error message
Expected behavior
Should successfully query the API for the title, as it did before.
Occurs on
- [X ] Windows
Plugin version
0.8.0-canary-20251127T201949
Additional context
I believe Giant Bomb was recently sold and is under new ownership. However, in my Profile page, I still have an API key listed so I believe the API is still live but maybe the access structure has changed?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working