Reply to thread

I'm trying to compile the debug client from the SVN files for this as I'm using the SVN of MP TVServer and because files have been updated the older (precompiled) version linked a few pages back doesn't work..


I managed to get over some compile errors and can now connect from XBMC but when I select live TV I get the following error in the debug client;


[CODE]New Connection! Not listening for any new connections

Correct protocol, connection accepted!

Handling command; ListGroups

Exception while processing connection : System.NullReferenceException: Object re

ference not set to an instance of an object.

   at TVServerXBMC.Commands.ListGroups.handleCommand(String command, String[] ar

guments) in C:\Users\NSutton\Desktop\XBMCServer\XBMCServer\Commands\ListGroups.c

s:line 17

   at TVServerXBMC.ConnectionHandler.handleCommand(String command, String[] argu

ments) in C:\Users\NSutton\Desktop\XBMCServer\XBMCServer\ConnectionHandler.cs:li

ne 116

   at TVServerXBMC.ConnectionHandler.ProcessConnection(StreamReader reader) in C

:\Users\NSutton\Desktop\XBMCServer\XBMCServer\ConnectionHandler.cs:line 151

Connection closed[/CODE]

Anyone have any idea how I can get around that ?? I don't know much C so have been struggling a bit with this!


Cheers


Top Bottom