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
243 stars 28 forks source link

"TypeError: Load Failed" on IOS #135

Open kamransoomro84 opened 5 months ago

kamransoomro84 commented 5 months ago

Describe the bug

I've just installed the plugin. When I try to add an entry, I get the above error. I have provided an OMDB api key that I have confirmed works.

To Reproduce Steps to reproduce the behavior:

Search for a movie or show.

Expected behavior The media entry should be created in the appropriate folder.

Occurs on

Plugin version 0.6.0

mProjectsCode commented 5 months ago

Does the same happen with all other plugins disabled?

Can you somehow open the dev console and copy the error message displayed there?

kamransoomro84 commented 5 months ago

Yes it still happens with all plugins disabled. I can also confirm that it works on Mac.

How do I open the developer console on iOS?

mProjectsCode commented 5 months ago

I don't know. I don't own an Apple device.

kamransoomro84 commented 5 months ago

I tried by installing Obsidian Dev Tools.

This is all I see in the console:

image

cholston commented 5 months ago

I'm having the same issue. I can confirm that it used to work, but I'm not sure when it broke.

StephBoyardee commented 5 months ago

Ditto I have run into the same issue

kamransoomro84 commented 5 months ago

Any ETA for when this might be fixed?

mProjectsCode commented 5 months ago

i can try to take a look tomorrow

ScotchNebular commented 4 months ago

Same issue for me. Used to work on iOS, but no longer does. I have no idea when it stopped. And it works fine on Mac desktop.

leifg commented 3 months ago

Same issue for me

mProjectsCode commented 3 months ago

Not sure why this is happening and as stated above, I don't own an Apple device to debug.

BrianBatchelder commented 2 months ago

This is no longer happening to me.

kamransoomro84 commented 2 months ago

I can confirm that it's not happening for me either. However, I am now getting weird, completely unrelated results when I search for something.

For example, this is what I get if I search for top gun.

image

BrianBatchelder commented 2 months ago

Those results look to me like the OMDB API is broken. Try upgrading the media db plugin to the latest version. It fixes a problem using the API.

kamransoomro84 commented 2 months ago

Those results look to me like the OMDB API is broken. Try upgrading the media db plugin to the latest version. It fixes a problem using the API.

That worked! Thanks!