Couple of things for you to look at when you have a spare 10 mins..... 

SQUEEZE-WEB-GUI-LUA

Clean install, the /etc/sysconfig/squeezelite looks like this....

Code:
--------------------
    
  # NAME="-n <name>"
  # MAC="-m <mac addr>"
  # MAX_RATE="-r <rate>"
  # AUDIO_DEV="-o <output device>"
  LOG_FILE="-f /var/log/squeezelite/squeezelite.log"
  # LOG_LEVEL="-d <log>=<level>"
  # PRIORITY="-p <priority>"
  # BUFFER="-b <stream>:<output>"
  # CODEC="-c <codec1>,<codec2>"
  # ALSA_PARAMS="-a <b>:<c>:<f>:<m>"
  # SERVER_IP="-s <server>"
  # UPSAMPLE="-u E"
  # VISULIZER="-v"
  # DOP="-D [delay]"
  
--------------------


Navigate to the lua-web-gui Squeezelite page...

Code:
--------------------
    
  ./squeeze-web-gui/SqueezeliteConfig.lua:62: attempt to concatenate a nil value
  stack traceback:
        /usr/share/luajit-2.0.2/turbo/web.lua:964: in function 
'request_callback'
        /usr/share/luajit-2.0.2/turbo/httpserver.lua:236: in function 
        [C]: in function 'xpcall'
        /usr/share/luajit-2.0.2/turbo/iostream.lua:476: in function 
        [C]: in function 'xpcall'
        /usr/share/luajit-2.0.2/turbo/ioloop.lua:416: in function 
  
--------------------


Might be an idea not to regex match on commented lines beginning with
'#'.

SPOTIFY PLUGIN

Not sure if this is intended beahiour or not.... Install plugin.
Configure, enter username and password, and tick the "Disable Cache"
checkbox, cause I don't want MB's of spotify tunes data ending up in
/var/lib/squeezeboxserver/cache/spotifycache, which is on a SSD. Anyway,
all good, Spotify works. Now stop LMS server and restart it and try to
do something which involves plugin needing to log into Spotify....

spotifyd.log

Code:
--------------------
    
  [13:58:40.290133] main:428 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/arm-linux/spotifydhf
 2.3.3 started ( libspotify: 12.1.103.gd51f6226 Release 
Linux-armv6-bcm2708hardfp )
  [14:00:47.336479] main:599 req: browse.json res: 
spotify:album:1WLFpcTap1kwv9j2IHuqRg par: (null) prot: HTTP/1.0 auth: (null)
  [14:00:47.340227] main:703 no remembered user
  [14:00:47.340751] main:1569 bad request for socket or no track
  
--------------------


Is that the desired behaviour, if you select "Disable Cache" you have to
input Spotify user/password every time you restart server?


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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

Reply via email to