kearygriffin / streambaby

Automatically exported from code.google.com/p/streambaby
1 stars 0 forks source link

Unsupported DNS label, Chromecasts on network? #100

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. have a network with chromecasts installed and running (I have 3)
2. install and run SB, I have .29 installed
3. Wait and watch the log window

What is the expected output? What do you see instead?
Initializing StreamBaby v0.29...
07/29/14 19:53:53 Listener: added factory
07/29/14 19:53:53 Main: streambaby ready & listening.
Jul 29, 2014 7:55:25 PM javax.jmdns.impl.DNSIncoming <init>
WARNING: DNSIncoming() dump dns[query,192.168.12.102:5353,len=130,id=0x0,questio
ns=1,answers=5]
    ques:question[ptr,in,_googlecast._tcp.local.]
  0: 0000000000010005 000000000b5f676f 6f676c6563617374 045f746370056c6f
      . . . . . . . .  . . . . . _ g o  o g l e c a s t  . _ t c p . l o
 32: 63616c00000c0001 0b5f676f6f676c65 63617374045f7463 70056c6f63616c05
      c a l . . . . .  . _ g o o g l e  c a s t . _ t c  p . l o c a l .
 64: 5f68747470045f74 63701046616d696c 7920526f6f6d2054 69766f0d52656320
      _ h t t p . _ t  c p . F a m i l  y . R o o m . T  i v o . R e c .
 96: 526f6f6d20546976 6f0d5f74095f7365 727669636573075f 646e732d7364045f
      R o o m . T i v  o . _ t . _ s e  r v i c e s . _  d n s - s d . _
128: 7564
      u d

 exception
java.io.IOException: unsupported dns label type: '40' at 119
        at javax.jmdns.impl.DNSIncoming.readName(DNSIncoming.java:330)
        at javax.jmdns.impl.DNSIncoming.<init>(DNSIncoming.java:97)
        at javax.jmdns.impl.SocketListener.run(SocketListener.java:53)
        at java.lang.Thread.run(Unknown Source)
Jul 29, 2014 7:55:25 PM javax.jmdns.impl.SocketListener run
WARNING: run() exception
java.io.IOException: unsupported dns label type: '40' at 119
        at javax.jmdns.impl.DNSIncoming.readName(DNSIncoming.java:330)
        at javax.jmdns.impl.DNSIncoming.<init>(DNSIncoming.java:97)
        at javax.jmdns.impl.SocketListener.run(SocketListener.java:53)
        at java.lang.Thread.run(Unknown Source)
Jul 29, 2014 7:55:25 PM javax.jmdns.impl.DNSIncoming <init>
WARNING: DNSIncoming() dump dns[query,192.168.12.102:5353,len=130,id=0x0,questio
ns=1,answers=5]
    ques:question[ptr,in,_googlecast._tcp.local.]
  0: 0000000000010005 000000000b5f676f 6f676c6563617374 045f746370056c6f
      . . . . . . . .  . . . . . _ g o  o g l e c a s t  . _ t c p . l o
 32: 63616c00000c0001 0b5f676f6f676c65 63617374045f7463 70056c6f63616c05
      c a l . . . . .  . _ g o o g l e  c a s t . _ t c  p . l o c a l .
 64: 5f68747470045f74 63701046616d696c 7920526f6f6d2054 69766f0d52656320
      _ h t t p . _ t  c p . F a m i l  y . R o o m . T  i v o . R e c .
 96: 526f6f6d20546976 6f0d5f74095f7365 727669636573075f 646e732d7364045f
      R o o m . T i v  o . _ t . _ s e  r v i c e s . _  d n s - s d . _
128: 7564
      u d

 exception
java.io.IOException: unsupported dns label type: '40' at 119
        at javax.jmdns.impl.DNSIncoming.readName(DNSIncoming.java:330)
        at javax.jmdns.impl.DNSIncoming.<init>(DNSIncoming.java:97)
        at javax.jmdns.impl.SocketListener.run(SocketListener.java:53)
        at java.lang.Thread.run(Unknown Source)
Jul 29, 2014 7:55:25 PM javax.jmdns.impl.SocketListener run
WARNING: run() exception
java.io.IOException: unsupported dns label type: '40' at 119
        at javax.jmdns.impl.DNSIncoming.readName(DNSIncoming.java:330)
        at javax.jmdns.impl.DNSIncoming.<init>(DNSIncoming.java:97)
        at javax.jmdns.impl.SocketListener.run(SocketListener.java:53)
        at java.lang.Thread.run(Unknown Source)

What version of the product are you using? On what operating system?
Windows 7, Java 1.6u45

Please provide any additional information below.

Original issue reported on code.google.com by wkearne...@gmail.com on 30 Jul 2014 at 12:04

GoogleCodeExporter commented 9 years ago
Note, I am not using the Chromecasts while this happens.  They're just idle on 
the network.  They're live and other clients running on other machines can see 
them.  So I'm not trying to make use of them with SB.  The error's just showing 
up and I'm wondering why, and how to solve it.

Original comment by wkearne...@gmail.com on 30 Jul 2014 at 12:06