OK I've added a dump of the parsed XML after login with --d_plugins. 
The only place I can see where you would get the error
PLUGIN_LIVE365_LOGIN_ERROR_LOGIN is if there was an XML parsing error,
and this should cause a debug line such as:
Live365API: XML parsing error on api_login.cgi: <error>

I'm not sure why you guys don't see this line.

Anyway, please try this.  If you don't want to wait for the next
nightly, you can edit Plugins/Live365/Live365API.pm and add this:

After:

Code:
--------------------
    
  my $resp = eval { XMLin($http->contentRef) };
  
--------------------


Add:

Code:
--------------------
    
  $::d_plugins && msg("Live365API: Login XML: " . Data::Dump::dump($resp) . 
"\n");
  
--------------------


-- 
andyg
------------------------------------------------------------------------
andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=27816

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

Reply via email to