Roland0 wrote: 
> Change the line
> > 
Code:
--------------------
  >   > 
  > DEBUG=
  > 
--------------------
> > 
> to
> > 
Code:
--------------------
  >   > 
  > DEBUG=1
  > 
--------------------
> > 
> and check the output.
> Make sure your trigger matches exactly (e.g. incl. the encoded spaces
> (%20))

Thanks Roland, but where should I get the output?
This is what I get when using bash -x:

S:/bin# bash -x ./NoAdsLms
+ which nc6
+ LMS=OdroidLMS
+ TRIGGER=Subject
+ DEBUG=1
+ declare -A plStat
+ declare -A plMute
+ true
+ psAR=(`echo "players 0 99"|nc6 -q1 $LMS 9090  2>/dev/null`)
++ echo 'players 0 99'
++ nc6 -q1 OdroidLMS 9090
+ sleep 2
+ true
+ psAR=(`echo "players 0 99"|nc6 -q1 $LMS 9090  2>/dev/null`)
++ echo 'players 0 99'
++ nc6 -q1 OdroidLMS 9090
+ sleep 2
+ true
+ psAR=(`echo "players 0 99"|nc6 -q1 $LMS 9090  2>/dev/null`)
++ echo 'players 0 99'
++ nc6 -q1 OdroidLMS 9090
+ sleep 2


------------------------------------------------------------------------
mkkyah's Profile: http://forums.slimdevices.com/member.php?userid=58652
View this thread: http://forums.slimdevices.com/showthread.php?t=106244

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

Reply via email to