View Single Post
  #1   Spotlight this post!  
Unread 09-02-2013, 18:58
William Kunkel William Kunkel is offline
Programming Lead
AKA: Kunkel
FRC #0422 (Mech Tech Dragons)
Team Role: Programmer
 
Join Date: Jan 2013
Rookie Year: 2011
Location: Richmond, VA
Posts: 94
William Kunkel is an unknown quantity at this point
Constant Error Message from NetConsole

We've been debugging robot code, and we wanted to see some values via the cRIO NetConsole. However, it's hard to view our code's output, because roughly every second, we see the message:
Quote:
0x10eef90 entered connection state: GOT_CONNECTION_FROM_CLIENT
Starting task: Server Connection Reader Thread
0x10eef90 entered connection state: CONNECTED_TO_CLIENT
Bad message: A server should not receive a protocol version unsupported message
0x10eef90 entered connection state: SERVER_ERROR
Close: 0x10eef90
Task exited normally: Server Connection Reader Thread
task 0x1106e60 (FRC_Server Connection Reader Thread) deleted: errno=9 (0x9) status=0 (0)
Has anyone else seen this before, or know a way to fix it?