hechtus / squeezebox-googlemusic

Squeezebox (Logitech Media Server) Plugin for Google Play Music
103 stars 24 forks source link

All access search broken #94

Open brettjenkins opened 8 years ago

brettjenkins commented 8 years ago

Hi folks,

Due to a memory leak somewhere in LMS, I moved my installation to a beefer computer. After the reinstall I got everything working (using the forked repo with the login fix) but I've stumbled against a new issue with all access searches not working.

This is what the logs say. Has the gmusic api changed again?

16-01-19 19:04:42.2165] Slim::Control::Request::execute (1888) Error: While trying to run function coderef [Slim::Plugin::OPMLBased::ANON]: [Not an ARRAY reference at /Users/svc_macserver/Library/Caches/Squeezebox/InstalledPlugins/Plugins/GoogleMusic/AllAccess.pm line 237. ] [16-01-19 19:04:42.2163] Slim::Control::Request::execute (1888) Error: While trying to run function coderef [Slim::Plugin::OPMLBased::ANON]: [Not an ARRAY reference at /Users/svc_macserver/Library/Caches/Squeezebox/InstalledPlugins/Plugins/GoogleMusic/AllAccess.pm line 237. ]

brettjenkins commented 8 years ago

Fixed it. The gmusicapi has changed so I uninstalled it and reinstalled using the latest commit without the change:

sudo pip install git+https://github.com/simon-weber/Unofficial-Google-Music-API.git@4aa3df461246055907d31047540720dcbfd8abb9

q20 commented 8 years ago

Running a Raspberry pi 2 with the same issue. I tried your suggestion without success. Is there something else I could try?

EDIT: works now. I think the running pip uninstall gmusicapi first helped.

CaptInsano commented 8 years ago

@brettyj

Thanks for this, worked like a charm for me!!

Search back working!