mherger wrote: > > > /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotty/Bin/i386-linux/spotty-custom > > -n Squeezebox -c "/var/lib/squeezeboxserver/cache/spotty/097202c7" > > --save-token ~/token.json has given the same output in token.json as > > printed on screen a few days ago. I can send you the file token.json > if > > it helps. > > Ok... that sounds good so far. But it still doesn't help me to > understand what is failing :-( > > > 2. I changed "CAN_ASYNC_GET_TOKEN => 0", but a restart doesn't change > > "server.log": > > > > [20-05-02 18:02:30.2014] Slim::Networking::IO::Select::__ANON__ (130) > > Error: Select task failed calling Slim::Web::HTTP::processHTTP: Not a > > SCALAR reference at /usr/share/perl5/Slim/Web/HTTP.pm line 1793. > > ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x9c9aea8) > > [20-05-02 18:02:45.1994] > Plugins::Spotty::API::Token::_killTokenHelper > > (170) Timed out waiting for a token > > Ok, that wasn't good enough. My bad. Please modify line 192 > (https://github.com/michaelherger/Spotty-Plugin/blob/master/API/Token.pm#L192) > > from > > elsif (CAN_ASYNC_GET_TOKEN...) { > > to just > > elsif (0) { > > This should effectively disable that block and go to the "else" branch. > > Enable info logging for plugin.spotty, and give it yet another try. > > -- > > Michael
Hello Michael, I changed line 192 in file Token.pm in "elsif (0)", restarted squeezebox server and I'm able to access spotty again :-) I can surf through "spotty-menu" and i'm able to choose my playlists. I haven't tested playing music yet, because I'm not in my private network at the time (I only changed file on VServer and restarted squeezeserver on command-line). I will give you a feedback today evening. You can find server.log here: https://cloud.bronsky.net/index.php/s/zA53bCr8kD3sTdm Greets Oliver ------------------------------------------------------------------------ Bronsky's Profile: http://forums.slimdevices.com/member.php?userid=70123 View this thread: http://forums.slimdevices.com/showthread.php?t=112084 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
