mProjectsCode / obsidian-media-db-plugin

A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.
GNU General Public License v3.0
250 stars 30 forks source link

Plugin throws error if it can't find a game in the OMDB #86

Closed FelixBrakel closed 1 year ago

FelixBrakel commented 1 year ago

Describe the bug If a game isn't in the OMDB, but it is on Steam, the plugin will fail to find it on OMDB and throw an error instead of returning the results from Steam

To Reproduce Steps to reproduce the behavior:

Expected behavior An overview of the results from Steam. Doing an advanced search and only looking through Steam does yield the correct results.

Screenshots If applicable, add screenshots to help explain your problem.

Occurs on

Plugin version 0.5.0

FelixBrakel commented 1 year ago

Looks like this was fixed with the latest commit actually but the plugin version hasn't been bumped yet so installing the plugin through obsidian still installs the version without the fix.

mProjectsCode commented 1 year ago

I still need to test it before I release it and I am currently taking a break to focus on my exams.

StephBoyardee commented 1 year ago

Hey am I missing something? I tried using the OMDB search, but every time I just get an "Error: MDB | Authentication for OMDbAPI failed. Check the API key." error. I didn't see anything mentioned in the readme for making an API key, and the other database searches work fine. This is on both mobile and desktop

mProjectsCode commented 1 year ago

Hey am I missing something? I tried using the OMDB search, but every time I just get an "Error: MDB | Authentication for OMDbAPI failed. Check the API key." error. I didn't see anything mentioned in the readme for making an API key, and the other database searches work fine. This is on both mobile and desktop

Look in the readme under supported APIs. There is a setting in the plugins setting Page for the api key.