[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-28 Thread Paul Dorn

I checked and do get success.  Would it be possible for you to include
in one of the nightly releases a change to write out the XML in debug
mode?  From the forums you can see that the problem is not unique to
me.

thanks


-- 
Paul Dorn

Paul Dorn's Profile: http://forums.slimdevices.com/member.php?userid=7631
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-28 Thread andyg

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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-28 Thread fred7

I've tried adding the code to Live365API.pm and I get:

Logging in xx
Live365: Loading
http://www.live365.com/cgi-bin/api_login.cgi?password=org=live365action=loginremember=Ymember_name=xx
Live365API: Login XML: undef
Live365 login failure: PLUGIN_LIVE365_LOGIN_ERROR_LOGIN
Prevent Standby plugin: client Bedroom in playmode stop
Prevent Standby plugin: client Living Room in playmode stop
Prevent Standby plugin: client Loft (Office) in playmode stop
Prevent Standby plugin: starting timer


-- 
fred7

fred7's Profile: http://forums.slimdevices.com/member.php?userid=6523
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-28 Thread andyg

Please check several lines down in that file.  Do you have this
$::d_plugins line of code?  If not, please add it, and tell me what
version of SlimServer you're running (check Server Settings).


Code:


if ($@) {
$::d_plugins  msg(Live365API: XML parsing error on 
api_login.cgi: [EMAIL PROTECTED]);
$callback($client, {'status' = 2, 'silent' = $silent}); # 
PLUGIN_LIVE365_LOGIN_ERROR_LOGIN
return;  
}
  



-- 
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-28 Thread fred7

andyg;140559 Wrote: 
 Please check several lines down in that file.  Do you have this
 $::d_plugins line of code?  If not, please add it, and tell me what
 version of SlimServer you're running (check Server Settings).
 
  
Code:

  
   if ($@) {
   $::d_plugins  msg(Live365API: XML parsing error on 
api_login.cgi: [EMAIL PROTECTED]);
   $callback($client, {'status' = 2, 'silent' = $silent}); # 
PLUGIN_LIVE365_LOGIN_ERROR_LOGIN
   return;  
   }
   

  

I don't have that line. I am running 6.5.1 - 10040. I had to revert
back from one of the nightlies because it caused SlimServer to stop
working completely - it wouldn't start. I'll install the latest
nightly, add the code and try again.


-- 
fred7

fred7's Profile: http://forums.slimdevices.com/member.php?userid=6523
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-28 Thread fred7

I'm seeing some weirdness on the install. The Live365API.pm file stayed
the same after I installed the lastest nightly. So I figured that maybe
the install saw that the file was newer since I modified and didn't
overwrite it so I copied the old install back from a backup and
intalled.  It left that Live365API.pm file (from 9/26/2006) in place
also. So I deleted the Live365API.pm file completely and re-installed
again and for some reason it is installing Live365API.pm with a file
date of 7/8/2006 at 1:28AM. That file does seem to be an older file
instead of just an incorrect timestamp since it is missing the new
code. Any ideas what is going on? Am I doing something wrong? Should I
completely wipe out my installation and re-install? I am running on
Windows XP in case that helps.


-- 
fred7

fred7's Profile: http://forums.slimdevices.com/member.php?userid=6523
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-28 Thread andyg

What does the SlimServer version say on the new install?  Which file did
you download?  It's possible the nightly build is not working properly.


-- 
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-28 Thread fred7

andyg;140588 Wrote: 
 What does the SlimServer version say on the new install?  Which file did
 you download?  It's possible the nightly build is not working properly.

Sorry about that Andy, there was a problem with me and not the nightly.
I have so many nightlies downloaded that I must have picked a very old
one by mistake. I've since cleaned out everything and I'm starting from
scratch. Anyway, this is what I get from debug now, which seems to
contain some meningful information:

Logging in xx
Live365: Loading
http://www.live365.com/cgi-bin/api_login.cgi?password=org=live365action=loginremember=Ymember_name=xx
Live365API: Login XML: undef
Live365API: XML parsing error on api_login.cgi: 
not well-formed (invalid token) at line 1, column 6, byte 6 at
/PerlApp/XML/Parser.pm line 187

Live365 login failure: PLUGIN_LIVE365_LOGIN_ERROR_LOGIN


-- 
fred7

fred7's Profile: http://forums.slimdevices.com/member.php?userid=6523
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-28 Thread andyg

OK, good.  Can you change the Login XML debug line to this?


Code:


  $::d_plugins  msg(Live365API: Login XML:\n . $http-content . \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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-28 Thread NY2006

OK, good. Can you change the Login XML debug line to this?


Code:
$::d_plugins  msg(Live365API: Login XML:\n . $http-content .
\n);


Andy,

Ok I found the thread over here...please help where I need to
open the XML from ?  I'm not sure where to find what I need to edit and
change...thanks.


-- 
NY2006

NY2006's Profile: http://forums.slimdevices.com/member.php?userid=6963
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-28 Thread fred7

andyg;140603 Wrote: 
 OK, good.  Can you change the Login XML debug line to this?
 
  
Code:

  
   $::d_plugins  msg(Live365API: Login XML:\n . $http-content . \n);
   

  

Okay, here's what I get (I always change my login info to  of
course):

Logging in xx
Live365: Loading
http://www.live365.com/cgi-bin/api_login.cgi?password=org=live365action=loginremember=Ymember_name=xx
Live365API: Login XML:
?xml version=1.0 encoding=UTF-8?
LIVE365_API_LOGIN_CGI xmlns=http://www.live365.com/api/api_login_cgi;

  
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  
xsi:schemaLocation=http://www.live365.com/api/api_login_cgi
/xml/def/api/api_login_cgi.xsdCode0/Code
ReasonSuccess/Reason
Session_IDxx:26A4eFsRwRm4k/Session_ID
Application_IDlive365:BROWSER/Application_ID
Device_IDUNKNOWN/Device_ID
Member_StatusPREFERRED/Member_Status
Acl_station_count0/Acl_station_count
/LIVE365_API_LOGIN_CGI

Live365API: XML parsing error on api_login.cgi: 
not well-formed (invalid token) at line 1, column 6, byte 6 at
/PerlApp/XML/Parser.pm line 187

Live365 login failure: PLUGIN_LIVE365_LOGIN_ERROR_LOGIN


-- 
fred7

fred7's Profile: http://forums.slimdevices.com/member.php?userid=6523
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-28 Thread andyg

OK we've narrowed down this problem to an XML parsing problem that only
occurs in the Windows exe version of SlimServer.  It actually breaks
all XML things such as SD Picks, Shoutcast, etc.  Add yourself to bug
4250 for more info.


-- 
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-27 Thread mrboring

Hi 

I am still getting the login errors as above.  If I copy and paste the
URL from the debug text into a browser I can log in and get the
following XML (X's replace private info):

#8722;
LIVE365_API_LOGIN_CGI
xsi:schemaLocation=http://www.live365.com/api/api_login_cgi
/xml/def/api/api_login_cgi.xsd
Code0/Code
ReasonSuccess/Reason
Session_IDX/Session_ID
Application_IDlive365:BROWSER/Application_ID
Device_ID/Device_ID
Member_StatusVIP/Member_Status
Acl_station_count0/Acl_station_count
/LIVE365_API_LOGIN_CGI

So the details login for the web site but not for Slimserver.

I also tried re-entering my Live365 login and password, and even
another account, still no success.

Any ideas?

Thanks.

mrboring


-- 
mrboring

mrboring's Profile: http://forums.slimdevices.com/member.php?userid=7641
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-27 Thread andyg

Please try the latest 6.5 nightly with --d_plugins.

http://www.slimdevices.com/downloads/nightly/latest/6.5/


-- 
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-27 Thread Paul Dorn

I down loaded the 10040 nightly version, turned on all debug variables,
and reran.  Here is the what I think is the relavent portion of the
log.  Nothing jumped out at me.  Did I turn on the logging you
requested?  Thanks.

select_time: 0.131516218185425
Select: [IO::Socket::INET=GLOB(0x3d9bd48)] read, calling
Slim::Networking::Async::_dns_read
[norm] Killed 1 timer(s) for IO::Socket::INET=GLOB(0x3d9bd48) /
Slim::Networking::Async::_dns_error
Select: [IO::Socket::INET=GLOB(0x3d9bd48)] Removing error
Select: [IO::Socket::INET=GLOB(0x3d9bd48)] Removing read
Async: Resolved www.live365.com to [216.235.95.145]
Async: Connecting to www.live365.com:80
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90)] Adding
error - Slim::Networking::Async::_connect_error
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90)] Adding
write - Slim::Networking::Async::_async_connect
[norm] set Slim::Networking::Async::_connect_error, in 4.1893768311
sec
[norm] firing Slim::Buttons::ScreenSaver::screenSaver
0.00150585174560547 late.
screenSaver idle display 228.544715166092(mode:INPUT.List)
[norm] set Slim::Buttons::ScreenSaver::screenSaver, in
0.998109102249146 sec
select_time: 0.99655818939209
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90)] write,
calling Slim::Networking::Async::_async_connect
[norm] Killed 1 timer(s) for
Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90) /
Slim::Networking::Async::_connect_error
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90)]
Removing error
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90)]
Removing write
Async: connected, ready to write request
Async: Sending:
GET
/cgi-bin/api_login.cgi?password=org=live365action=loginremember=Ymember_name=
HTTP/1.1
Connection: close
Cache-Control: no-cache
Accept: */*
Accept-Encoding: gzip, deflate
Host: www.live365.com
User-Agent: iTunes/4.7.1 (Windows; N; Windows XP; 586; EN; cp1252)
SlimServer/6.5.1/10040
Icy-Metadata: 1

Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90)] Adding
error - Slim::Networking::Async::_async_error
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90)] Adding
read - Slim::Networking::Async::_async_read
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90)] Wrote
332 bytes
[norm] set Slim::Networking::Async::_async_error, in 4.99977707862854
sec
select_time: 0.978202104568481
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90)] read,
calling Slim::Networking::Async::_async_read
[norm] Killed 1 timer(s) for
Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90) /
Slim::Networking::Async::_async_error
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90)]
Removing error
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90)]
Removing read
Async::HTTP: Headers read. code: 200 status: OK
bless({
connection = close,
content-type = text/xml; charset=UTF-8,
date = Wed, 27 Sep 2006 21:18:38 GMT,
server = Apache,
set-cookie = [
sessionid=%3A380FvSiwQWVis; domain=.live365.com;
path=/; expires=Mon, 26-Sep-2011 21:18:38 GMT,
AppID=live365%3ABROWSER; domain=.live365.com; path=/;
expires=Mon, 26-Sep-2011 21:18:38 GMT,
SaneID=UNKNOWN; domain=.live365.com; path=/; expires=Mon,
26-Sep-2011 21:18:38 GMT,
SaneID=64.252.178.78-115939191879; path=/; expires=Wed,
27-Sep-11 14:18:38 GMT; domain=.live365.com,
],
transfer-encoding = chunked,
}, HTTP::Headers)
[norm] set Slim::Networking::Async::HTTP::_http_socket_error, in
4.4802474976 sec
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90)] Adding
error - Slim::Networking::Async::HTTP::_http_socket_error
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90)] Adding
read - Slim::Networking::Async::HTTP::_http_read_body
select_time: 0.827205181121826
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90)] read,
calling Slim::Networking::Async::HTTP::_http_read_body
[norm] Killed 1 timer(s) for
Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90) /
Slim::Networking::Async::HTTP::_http_socket_error
Async::HTTP: Read body: 433 bytes
[norm] set Slim::Networking::Async::HTTP::_http_read_timeout, in
4.3300437927 sec
select_time: 0.821628093719482
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90)] read,
calling Slim::Networking::Async::HTTP::_http_read_body
[norm] Killed 1 timer(s) for
Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90) /
Slim::Networking::Async::HTTP::_http_read_timeout
Async::HTTP: Read body: 109 bytes
[norm] set Slim::Networking::Async::HTTP::_http_read_timeout, in
4.361038208 sec
select_time: 0.81301212310791
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90)] read,
calling Slim::Networking::Async::HTTP::_http_read_body
[norm] Killed 1 timer(s) for
Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90) /
Slim::Networking::Async::HTTP::_http_read_timeout
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x4d6db90)]
Removing error
Select: 

[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-27 Thread NY2006

even with the latest build i`m not able to connect to Live365. I tried
it directly with my SB 3 and with my credentials from the Slimserver
Web Frontend. Just the message Login problem. Connecting from
Squeezenetwork is working.

Any idea

Frank

Andy,

Got Slimserver 6.51 working but like others getting login
problme error for Live365 My Presets.  Thanks.


-- 
NY2006

NY2006's Profile: http://forums.slimdevices.com/member.php?userid=6963
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-27 Thread andyg

I can't reproduce this problem at all... login only fails for me if I
actually put in the wrong username or password.  And, the code is
exactly the same on SqueezeNetwork, so if it works there, it should
work in SlimServer.


-- 
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-27 Thread Paul Dorn

Andy, do you parse the returned XML or the cookies for the session
information?  It appears to be in both. Also, do you use the browser
installed on the machine for the transfer, or a browser built into
slimserver?
Finally, what piece of information couldn't you find?


-- 
Paul Dorn

Paul Dorn's Profile: http://forums.slimdevices.com/member.php?userid=7631
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-27 Thread andyg

The plugin uses the XML, it's retrieved directly by SlimServer.  If you
can load the api_login.cgi URL in your browser and see
ReasonSuccess/Reason it should work fine.


-- 
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-26 Thread nukeman

Any news on that topic. I`m currently install new nightly builds since
one week with no success.

Greetings from Germany

Frank


-- 
nukeman

nukeman's Profile: http://forums.slimdevices.com/member.php?userid=6053
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-26 Thread fred7

I'm running revision 10040 and I'm having the same problem with Live365
also. I haven't been able to log in since upgrading to 6.5 so I got the
latest nightly. I can log in from the Live365 web site. Here is my debug
information:

Logging in x
Live365: Loading
http://www.live365.com/cgi-bin/api_login.cgi?password=xorg=live365action=loginremember=Ymember_name=x
Live365 login failure: PLUGIN_LIVE365_LOGIN_ERROR_LOGIN


-- 
fred7

fred7's Profile: http://forums.slimdevices.com/member.php?userid=6523
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-26 Thread andyg

Right sorry, was thinking of a different Live365 problem in 6.5.0.  I
don't know what's wrong here, since it works fine with my account. 
From looking at the code I think this error can be caused by an XML
parsing problem, I'll make a change to print some debug info if this
happens.


-- 
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-26 Thread andyg

svn up or try tonight's nightly.  Run with --d_plugins and you should
see more info about the login error.


-- 
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-26 Thread andyg

For Live365 to work you need at least revision 9955.


-- 
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-26 Thread woo

fred7;139835 Wrote: 
 
 Logging in x
 Live365: Loading
 http://www.live365.com/cgi-bin/api_login.cgi?password=xorg=live365action=loginremember=Ymember_name=x
 Live365 login failure: PLUGIN_LIVE365_LOGIN_ERROR_LOGIN

when i upgraded to the non-beta of 6.5, i had this same problem.  i
reentered my password in the settings page and am able to connect now. 
it seems upgrading messed with my saved settings.


-- 
woo

woo's Profile: http://forums.slimdevices.com/member.php?userid=3307
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-25 Thread pannetron

After upgrading to 6.5.0 I get the Connecting... message on any
live365.com stream but no music.  I downloaded the latest nightly and
then started getting the login problem with live365.  I've reverted
back to 6.3.1 and all is well.


-- 
pannetron

pannetron's Profile: http://forums.slimdevices.com/member.php?userid=1401
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-25 Thread mschiff

I have the same problem. I was able to log into Live365 with my account
from the browser and it played just fine, but it did not work from
Slimserver. From the Squeezebox, it could connect, but did not log into
my account either. Just logged in generically.

-- Martin


-- 
mschiff

mschiff's Profile: http://forums.slimdevices.com/member.php?userid=4298
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-24 Thread nukeman

Hi Andy,

even with the latest build i`m not able to connect to Live365. I tried
it directly with my SB 3 and with my credentials from the Slimserver
Web Frontend. Just the message Login problem. Connecting from
Squeezenetwork is working.

Any idea

Frank


-- 
nukeman

nukeman's Profile: http://forums.slimdevices.com/member.php?userid=6053
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-24 Thread andyg

What happens if you go to that api_login.cgi URL in a browser?  Maybe
there is something wrong with the Live365 website or your account.  I
am able to use Live365 just fine.

2006-09-24 08:39:17.4261 SimpleAsyncHTTP: status for
http://www.live365.com/cgi-bin/api_login.cgi?password=xorg=live365action=loginremember=Ymember_name=x
is 200 OK
2006-09-24 08:39:17.4263 SimpleAsyncHTTP: Done
2006-09-24 08:39:17.4639 Live365 logged in: :


-- 
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-24 Thread Paul Dorn

I get the same error after uninstalling the old 3.5 and installing the
nightly. From the trace (userid/password XXed out):

Async::HTTP: Body read
SimpleAsyncHTTP: status for
http://www.live365.com/cgi-bin/api_login.cgi?password=XXXorg=live365action=loginremember=Ymember_name=XXX
is 200 OK
SimpleAsyncHTTP: Done
Setting prefs plugin_live365_sessionid equal to undefined
Writing out prefs in C:\Program
Files\SlimServer\server\slimserver.pref
Setting prefs plugin_live365_memberstatus equal to undefined
Writing out prefs in C:\Program
Files\SlimServer\server\slimserver.pref
Live365: login failure: PLUGIN_LIVE365_LOGIN_ERROR_LOGIN  


thanks in advance


-- 
Paul Dorn

Paul Dorn's Profile: http://forums.slimdevices.com/member.php?userid=7631
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-24 Thread mrboring

andyg;139167 Wrote: 
 What happens if you go to that api_login.cgi URL in a browser?  Maybe
 there is something wrong with the Live365 website or your account.  I
 am able to use Live365 just fine.
 
 2006-09-24 08:39:17.4261 SimpleAsyncHTTP: status for
 http://www.live365.com/cgi-bin/api_login.cgi?password=xorg=live365action=loginremember=Ymember_name=x
 is 200 OK
 2006-09-24 08:39:17.4263 SimpleAsyncHTTP: Done
 2006-09-24 08:39:17.4639 Live365 logged in: :

Hi 

I'm having the same problesm, can't log into live365.  I've installed
the nightly build and still can't log in.  However, if I enter the URL
with my login details I get some xml back indicating that I am
connected.

Any ideas?

Is there any logging I can turn on the may assist?

Thanks.

mrboring.


-- 
mrboring

mrboring's Profile: http://forums.slimdevices.com/member.php?userid=7641
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


[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-24 Thread Paul Dorn

I also get a success when I invoke the URL.  Not sure if it matters, but
my default browser is IE 7 beta 3. 

Here is additional trace information:

Live365: logging in 
SimpleAsyncHTTP: GETing
http://www.live365.com/cgi-bin/api_login.cgi?password=org=live365action=loginremember=Ymember_name=
Async: Starting async DNS lookup for [www.live365.com] using server
[68.94.156.1] [timeout 30]
Select: [IO::Socket::INET=GLOB(0x4d6fe5c)] Adding error -
Slim::Networking::Async::_dns_error
Select: [IO::Socket::INET=GLOB(0x4d6fe5c)] Adding read -
Slim::Networking::Async::_dns_read
[norm] set Slim::Networking::Async::_dns_error, in 29.058246613
sec
Live365: Loading
http://www.live365.com/cgi-bin/api_login.cgi?password=org=live365action=loginremember=Ymember_name=
End request: keepAlive: [10] - waiting for next request for
HTTP::Daemon::ClientConn=GLOB(0x4c5e3a8) on connection = Keep-Alive

select_time: 0.555032968521118
Select: [IO::Socket::INET=GLOB(0x4d6fe5c)] read, calling
Slim::Networking::Async::_dns_read
[norm] Killed 1 timer(s) for IO::Socket::INET=GLOB(0x4d6fe5c) /
Slim::Networking::Async::_dns_error
Select: [IO::Socket::INET=GLOB(0x4d6fe5c)] Removing error
Select: [IO::Socket::INET=GLOB(0x4d6fe5c)] Removing read
Async: Resolved www.live365.com to [216.235.95.145]
Async: Connecting to www.live365.com:80
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x477daac)] Adding
error - Slim::Networking::Async::_connect_error
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x477daac)] Adding
write - Slim::Networking::Async::_async_connect
[norm] set Slim::Networking::Async::_connect_error, in 29.089241028
sec
select_time: 0.410262107849121
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x477daac)] write,
calling Slim::Networking::Async::_async_connect
[norm] Killed 1 timer(s) for
Slim::Networking::Async::Socket::HTTP=GLOB(0x477daac) /
Slim::Networking::Async::_connect_error
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x477daac)]
Removing error
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x477daac)]
Removing write
Async: connected, ready to write request
Async: Sending:
GET
/cgi-bin/api_login.cgi?password=org=live365action=loginremember=Ymember_name=
HTTP/1.1
Connection: close
Cache-Control: no-cache
Accept: */*
Accept-Encoding: gzip, deflate
Host: www.live365.com
User-Agent: iTunes/4.7.1 (Windows; N; Windows XP; 586; EN; cp1252)
SlimServer/6.5.1/10007
Icy-Metadata: 1

Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x477daac)] Adding
error - Slim::Networking::Async::_async_error
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x477daac)] Adding
read - Slim::Networking::Async::_async_read
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x477daac)] Wrote
332 bytes
[norm] set Slim::Networking::Async::_async_error, in 29.9997880458832
sec
select_time: 0.352508068084717
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x477daac)] read,
calling Slim::Networking::Async::_async_read
[norm] Killed 1 timer(s) for
Slim::Networking::Async::Socket::HTTP=GLOB(0x477daac) /
Slim::Networking::Async::_async_error
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x477daac)]
Removing error
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x477daac)]
Removing read
Async::HTTP: Headers read. code: 200 status: OK
bless({
connection = close,
content-type = text/xml; charset=UTF-8,
date = Sun, 24 Sep 2006 14:48:28 GMT,
server = Apache,
set-cookie = [
sessionid=%3A28I5YnjGN78qw; domain=.live365.com;
path=/; expires=Fri, 23-Sep-2011 14:48:28 GMT,
AppID=live365%3ABROWSER; domain=.live365.com; path=/;
expires=Fri, 23-Sep-2011 14:48:28 GMT,
SaneID=UNKNOWN; domain=.live365.com; path=/; expires=Fri,
23-Sep-2011 14:48:28 GMT,
SaneID=64.252.178.78-1159109308341; path=/; expires=Sun,
24-Sep-11 07:48:28 GMT; domain=.live365.com,
],
transfer-encoding = chunked,
}, HTTP::Headers)
[norm] set Slim::Networking::Async::HTTP::_http_socket_error, in
29.370574951 sec
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x477daac)] Adding
error - Slim::Networking::Async::HTTP::_http_socket_error
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x477daac)] Adding
read - Slim::Networking::Async::HTTP::_http_read_body
select_time: 0.24406584741
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x477daac)] read,
calling Slim::Networking::Async::HTTP::_http_read_body
[norm] Killed 1 timer(s) for
Slim::Networking::Async::Socket::HTTP=GLOB(0x477daac) /
Slim::Networking::Async::HTTP::_http_socket_error
Async::HTTP: Read body: 432 bytes
[norm] set Slim::Networking::Async::HTTP::_http_read_timeout, in
29.392032623 sec
select_time: 0.23380708694458
Select: [Slim::Networking::Async::Socket::HTTP=GLOB(0x477daac)] read,
calling Slim::Networking::Async::HTTP::_http_read_body
[norm] Killed 1 timer(s) for
Slim::Networking::Async::Socket::HTTP=GLOB(0x477daac) /
Slim::Networking::Async::HTTP::_http_read_timeout
Async::HTTP: Read body: 110 bytes

[slim] Re: 6.5 and Live365 problem -- cannot connect

2006-09-23 Thread andyg

Yes unfortunately that bug slipped through.  However, it's already fixed
and you can grab a newer 6.5 nightly or use SqueezeNetwork to listen to
Live365.

http://www.slimdevices.com/downloads/nightly/latest/6.5/


-- 
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