danieladov / jellyfin-plugin-themesongs

Downloads TV Show Theme Songs for your library
MIT License
76 stars 6 forks source link

Plugin fails to start #5

Closed Uatschitchun closed 3 years ago

Uatschitchun commented 3 years ago

After installing to 10.7 I get this in logs and plugin is state "Malfunctioned":

[14:29:22] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Theme Songs 10.7.0
[14:29:23] [ERR] [1] Emby.Server.Implementations.ApplicationHost: Error creating Jellyfin.Plugin.ThemeSongs.ThemeSongsManager
System.InvalidOperationException: Unable to resolve service for type 'Microsoft.Extensions.Logging.ILogger' while attempting to activate 'Jellyfin.Plugin.ThemeSongs.ThemeSongsManager'

Am running jellyfin/jellyfin-unstable docker on linux

Uatschitchun commented 3 years ago

Oh, and a question: I have my media mounted read-only into docker. Where will theme songs will be downloaded then?

danieladov commented 3 years ago

That's strange, I just installed and is working fine for me. Did you check that you are installing the correct version? The plugin will download the song in the tv-show folder so it's necessary to have read permissions

Uatschitchun commented 3 years ago

If you take a look at the log you'll see it's 10.7.0, so yes, as there's no newer version, I do think it's the correct one.

You probably meant it's needed to have write permissions!? ;)

danieladov commented 3 years ago

Sorry, write permissions. After reinstalling few times I get the same error but the plugin stills works. Does it work for you?

danieladov commented 3 years ago

The error should be fixed with the last release