Jellyfin Forum
IMVDB plugin not working? - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification)
+---- Thread: IMVDB plugin not working? (/t-imvdb-plugin-not-working)



IMVDB plugin not working? - LazarusLong - 2025-07-09

I've been struggling to get the IMVDB plugin to work properly.  I have it installed, entered my API key that I created on the site.

When trying to use Identify on a music video, anything I try searching for shows no results.  Looking in the Log file, this is what I'm getting.

[2025-07-09 17:42:23.666 +00:00] [ERR] [26] MediaBrowser.Providers.Manager.ProviderManager: Provider "IMVDb" failed to retrieve search results
System.NullReferenceException: Object reference not set to an instance of an object.
  at Jellyfin.Plugin.IMVDb.ImvdbClient.GetSearchResponseAsync(MusicVideoInfo searchInfo, CancellationToken cancellationToken)
  at Jellyfin.Plugin.IMVDb.Providers.ImvdbProvider.GetSearchResults(MusicVideoInfo searchInfo, CancellationToken cancellationToken)
  at MediaBrowser.Providers.Manager.ProviderManager.GetRemoteSearchResults[TItemType,TLookupType](RemoteSearchQuery`1 searchInfo, BaseItem referenceItem, CancellationToken cancellationToken)
[2025-07-09 17:46:01.833 +00:00] [INF] [17] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.

Just wondering if there's something else I'm missing?  Can I get more detailed info on what is being passed to the IMVDB API ?