bits wrote: > I did all you said: > Plugins::GoogleMusic::Plugin::initPlugin (96) Not able to login to > Google Play Music: Python object has no method named oauth_login at > /usr/local/lib/arm-linux-gnueabi/perl/5.24.1/Inline/Python.pm line 337. > > What have I done wrong? :p
from the arm-linux I'm guessing this is running on a Raspi of some kind. The /usr/local tells me there's been some './configure; make; make install' software installations going on, so yeah there are 100 ways to cut yourself with that. The "Python object has no method named oauth_login" only tells me that whatever Python installation that Perl 5 is seeing is not the same one that you installed the new gmusicapi into. I did also notice a slight typo.. you mentioned ' gmusicapi 11.1.1 ' .. I used 1.11.1 I mean, you might have both Python2 and Python3 on your system in which case you could try 'pip install gmusicapi==1.11.1' as well as 'pip3 install gmusicapi==1.11.1' Good luck! ------------------------------------------------------------------------ gdhgdh's Profile: http://forums.slimdevices.com/member.php?userid=62957 View this thread: http://forums.slimdevices.com/showthread.php?t=105800 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
