With a standard LMS on Windows it is difficult to get at the source code
to insert diagnostics

The code around that log message is:

Code:
--------------------
    
  if (!blessed($topLevelObj) || !$topLevelObj->can('path') || 
!$topLevelObj->can('id')) {
  
                logError("Couldn't find a topLevelObj!");
  
                return ();
        }
  
--------------------


So I suppose it would help to find out which of those conditions is
making it drop into the error handler.



Paul Webster
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia and cbc/radio-canada
and, via the extra \"radio now playing\" plugin lots more - see
https://forums.slimdevices.com/showthread.php?115201-announce-radio-now-playing-plugin
------------------------------------------------------------------------
Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=115571

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to