Announcement

Collapse
No announcement yet.

Parse Errors in Log

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Parse Errors in Log

    Any idea why I'm getting these errors?

    Sep-22 1:35:56 AM ISYInsteon isyEvent : Parse failure: _71[D2D-CMP 001D] STS [28 F5 12 1] ST op=2 Event(val=0 uom=0 prec=-1) < Condition(val=2 uom=0 prec=-1) --> true
    Sep-22 1:35:56 AM ISYInsteon parse_event : ISY Message: XML is invalid. (Name cannot begin with the ' ' character, hexadecimal value 0x20. Line 1, position 167.)
    Sep-22 1:35:56 AM ISYInsteon isyEvent : Parse failure: _71[D2D-CMP 003E] STS [28 F5 12 1] ST op=2 Event(val=0 uom=0 prec=-1) < Condition(val=2 uom=0 prec=-1) --> true
    Sep-22 1:35:56 AM ISYInsteon parse_event : ISY Message: XML is invalid. (Name cannot begin with the ' ' character, hexadecimal value 0x20. Line 1, position 167.)
    Sep-22 1:33:36 AM ISYInsteon isyEvent : Parse failure: _71[D2D-CMP 0019] STS [26 B7 D0 1] ST op=2 Event(val=0 uom=0 prec=-1) < Condition(val=2 uom=0 prec=-1) --> true
    Sep-22 1:33:36 AM ISYInsteon parse_event : ISY Message: XML is invalid. (Name cannot begin with the ' ' character, hexadecimal value 0x20. Line 1, position 167.)
    Sep-22 1:33:36 AM ISYInsteon isyEvent : Parse failure: _71[D2D-CMP 003C] STS [26 B7 D0 1] ST op=2 Event(val=0 uom=0 prec=-1) < Condition(val=2 uom=0 prec=-1) --> true
    Sep-22 1:33:36 AM ISYInsteon parse_event : ISY Message: XML is invalid. (Name cannot begin with the ' ' character, hexadecimal value 0x20. Line 1, position 167.)
    Sep-22 1:33:01 AM ISYInsteon isyEvent : Parse failure: _71[D2D-CMP 0004] STS [28 F9 DA 1] ST op=2 Event(val=0 uom=0 prec=-1) < Condition(val=2 uom=0 prec=-1) --> true
    Sep-22 1:33:01 AM ISYInsteon parse_event : ISY Message: XML is invalid. (Name cannot begin with the ' ' character, hexadecimal value 0x20. Line 1, position 167.)
    Sep-22 1:32:47 AM ISYInsteon isyEvent : Parse failure: _71[D2D-CMP 001D] STS [28 F5 12 1] ST op=2 Event(val=76 uom=0 prec=-1) < Condition(val=2 uom=0 prec=-1) --> false
    Sep-22 1:32:47 AM ISYInsteon parse_event : ISY Message: XML is invalid. (Name cannot begin with the ' ' character, hexadecimal value 0x20. Line 1, position 168.)
    Sep-22 1:32:47 AM ISYInsteon isyEvent : Parse failure: _71[D2D-CMP 003E] STS [28 F5 12 1] ST op=2 Event(val=76 uom=0 prec=-1) < Condition(val=2 uom=0 prec=-1) --> false
    Sep-22 1:32:47 AM ISYInsteon parse_event : ISY Message: XML is invalid. (Name cannot begin with the ' ' character, hexadecimal value 0x20. Line 1, position 168.)

    #2
    Originally posted by akraymod3 View Post
    Any idea why I'm getting these errors?

    Sep-22 1:35:56 AM ISYInsteon isyEvent : Parse failure: _71[D2D-CMP 001D] STS [28 F5 12 1] ST op=2 Event(val=0 uom=0 prec=-1) < Condition(val=2 uom=0 prec=-1) --> true
    Sep-22 1:35:56 AM ISYInsteon parse_event : ISY Message: XML is invalid. (Name cannot begin with the ' ' character, hexadecimal value 0x20. Line 1, position 167.)
    Yes, the ISY is sending invalid XML formatted data which it shouldn't be so this is a bug in the ISY code. It's some type of system progress event message but the plug-in normally just ignores them so I don't really know what it's supposed to look like.

    Unfortunately, the HS logging strips out the XML formatting so we're left with just the text in the reported error which makes it difficult to see what the actual XML formatting looks like.

    This is just a guess but could this have something to do some of your program or devices names? Do you have any that start with a space character? I.E. " room light". If so, you might want to remove the space at the beginning of the name and see if the errors go away.

    This isn't going to impact anything, just clutter up the log.
    --
    Bob Paauwe
    ISYInsteon Plug-in
    http://www.bobsplace.com/ISYInsteon/

    Comment


      #3
      I'm also getting a very strange looking parse error:
      Code:
      COMM: Parse failure: _2210.0000000.0000000.0000002015/12/06 5:27:16 PM
      Is this the same problem as you described above, do you think?

      Regards.

      Comment


        #4
        Originally posted by jwshome2 View Post
        I'm also getting a very strange looking parse error:
        Code:
        COMM: Parse failure: _2210.0000000.0000000.0000002015/12/06 5:27:16 PM
        Is this the same problem as you described above, do you think?

        Regards.
        I believe that's a billing info message. Looks like something new in the ISY. The plug-in doesn't know how to parse that, but it wouldn't do anything with it anyway. It is harmless. I'll update the plug-in to ignore it.
        --
        Bob Paauwe
        ISYInsteon Plug-in
        http://www.bobsplace.com/ISYInsteon/

        Comment


          #5
          OK, thanks. I'm also getting other errors, in the process now of compiling a list of them and testing out some fixes to the ISY - if those don't work I will post the errors to this forum and ask for assistance.

          Thanks.

          Comment

          Working...
          X