11 hours ago
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 ?
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 ?