Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin version 0.3.3 does not load after installing it #25

Closed
hechtus opened this issue Feb 6, 2014 · 1 comment
Closed

Plugin version 0.3.3 does not load after installing it #25

hechtus opened this issue Feb 6, 2014 · 1 comment

Comments

@hechtus
Copy link
Owner

hechtus commented Feb 6, 2014

Due to an unforeseen module dependency the plugin refuses to load with the following error:

[14-02-06 16:23:03.9154] Slim::bootstrap::tryModuleLoad (283) Warning: Module [Plugins::GoogleMusic::Plugin] failed to load:
exceptions.TypeError: __init__() takes at most 3 arguments (4 given) at /usr/local/lib/perl/5.14.2/Inline/Python.pm line 317.
Compilation failed in require at /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/GoogleMusic/Settings.pm line 18.
BEGIN failed--compilation aborted at /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/GoogleMusic/Settings.pm line 18.
Compilation failed in require at /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/GoogleMusic/Plugin.pm line 14.
BEGIN failed--compilation aborted at /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/GoogleMusic/Plugin.pm line 14.
Compilation failed in require at (eval 881) line 2.
BEGIN failed--compilation aborted at (eval 881) line 2.

[14-02-06 16:23:03.9922] Slim::Utils::PluginManager::load (295) Error: Couldn't load Plugins::GoogleMusic::Plugin

This is due to the fact, that the plugin requires a new Python gmusicapi version. At least version 3.1.0 is required. You can install/upgrade by doing

sudo pip install -U gmusicapi
hechtus added a commit that referenced this issue Feb 7, 2014
@hechtus
Copy link
Owner Author

hechtus commented Feb 7, 2014

Done.

@hechtus hechtus closed this as completed Feb 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant