Hi there, 

I recently wrote a small applet for headphone switching, testet it in
SqueezePlay, moved it to a 7.3 controller and everything works nice :)

Now I try it out on 7.4 (pushed it to the controller) and it isn't
working anymore :(
I still can see an entry on the main menu, but the submenus are not
working anymore.

I'm a bit helpless currently, can anyone answer the following
questions:
1) is there an overview of obvious changes, that have to be done to
existing applets ?
2) How would I test an applet currently, without uploading it to the
controller all the time. SqueezePlay doesn't seem to exist in a 7.4
version.
3) Can anyone help me with my current problem:

In /var/log/messages I can see some messages:

Code:
--------------------
    
  Aug 28 22:36:18 squeezeplay: ERROR  squeezeplay.applets - 
AppletManager.lua:470 Error while loading applet 
Headphones:/usr/share/jive/jive/utils/log.lua:75: attempt to index upvalue 
'log' (a nil value)
  
--------------------


If I look at the new applets I'm also aware that lines like 

Code:
--------------------
    
  local log = require("jive.utils.log").logger("applets.screensavers")
  
--------------------

are not used anymore. 

Just to make sure I didn't make a mistake, I took the
Wake-On-Lan-applet
(http://wiki.slimdevices.com/index.php/SqueezePlay_Applets) which worked
very good with 7.3. Now under 7.4 it shows similar effects (top-level
menuitems appear, but then errors start and I won't get into submenus).

So - if anyone can tell me how this simple applet needs to be changed
I'll be able to change my own as well.


-- 
bluegaspode
------------------------------------------------------------------------
bluegaspode's Profile: http://forums.slimdevices.com/member.php?userid=31651
View this thread: http://forums.slimdevices.com/showthread.php?t=67136

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

Reply via email to