Bronsky wrote: 
> I deleted my credentials and re-authentifcates. I still got the follwing
> error in server.log:

Argh... I don't understand why the token call would fail if you were
able to authenticate. Thus just doesn't make sense...

Could you please try the following (based on your successful token call
from a day or two ago):


Code:
--------------------
    
/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
--------------------


So instead of --get-token you'd use --save-token with a filename. This
should store the token information in a file instead of printing it in
the console. Please check the resulting file. Does it look good (similar
to the output you got last time)?

And another test: please edit
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotty/API/Token.pm.
Around line 48
(https://github.com/michaelherger/Spotty-Plugin/blob/master/API/Token.pm#L48)
there's the definition of "CAN_ASYNC_GET_TOKEN". Please change this to:


Code:
--------------------
    use constant CAN_ASYNC_GET_TOKEN => 0;
--------------------


Restart LMS and try again. Would that change anything?



Michael

"It doesn't work - what shall I do?" - "Please check your server.log
and/or scanner.log file!"
(LMS: Settings/Information)
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=112084

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to