Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

HttpRequest issues?

Foolish Frost
Grand Technomancer
Join date: 7 Mar 2005
Posts: 1,433
08-31-2006 07:03
I'm getting an error when my system tries to access a PHP connection.

CODE
SLDrama http Kiosk: Registering with SLDrama.com...  This should take less than a minute...
SLDrama http Kiosk: If for any reason you don't get a response from this kiosk within that time, please try again...
SLDrama http Kiosk: waiting for response
SLDrama http Kiosk: Got response: 12c80999-1540-04c7-9b07-fbaf877e3395 / 12c80999-1540-04c7-9b07-fbaf877e3395
SLDrama http Kiosk: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
<STY
SLDrama http Kiosk: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>ERROR
SLDrama http Kiosk: : The requested URL could not be retrieved</TITLE>
<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
</HEAD><BODY>
<H1>ERRO
SLDrama http Kiosk: R</H1>
<H2>The requested URL could not be retrieved</H2>
<HR noshade size="1px">
<P>
While trying to retrieve the URL:
<A HREF="http://www.sldrama.com/SLtoWEB.php">ht
SLDrama http Kiosk: tp://www.sldrama.com/SLtoWEB.php</A>
<P>
The following error was encountered:
<UL>
<LI>
<STRONG>
Read Error
</STRONG>
</UL>

<P>
The system returned:
<PRE><I> (104
SLDrama http Kiosk: ) Connection reset by peer</I></PRE>

<P>
An error condition occurred while reading data from the network. Please
retry your request.
<P>Your cache administrator is <A HREF="mailto:webmaster">webmast
SLDrama http Kiosk: er</A>.

<BR clear="all">
<HR noshade size="1px">
<ADDRESS>
Generated Thu, 31 Aug 2006 13:56:52 GMT by sim1095.agni.lindenlab.com (squid/2.5.STABLE9)
</ADDRESS>
</BODY></HTML>


Any ideas?
Foolish Frost
Grand Technomancer
Join date: 7 Mar 2005
Posts: 1,433
08-31-2006 07:42
Yup. Something's broke in the pipline. It sometimes (rarly) works, and even sometimes gives back blank responses without any text.

Yay.

And I have a while before I can start talking ot the lindens in the office about finding out why. Test your devices, people. make sure your not getting an error.
Travis Lambert
White dog, red collar
Join date: 3 Jun 2004
Posts: 2,819
08-31-2006 08:00
I have devices that query a PHP page over HTTPRequest - in looking at the logs, everything seems normal to me. The last successful request sent was 2 minutes ago.

I've seen this returned in the HTTP body before:
"<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4...."

It created such a problem when this was occasionally returned, that I threw in an IF condition to ignore it if it happens. I seem to see it either when the destination URL is unreachable, the php page sick, or the simulator extremely unhappy.
_____________________
------------------
The Shelter

The Shelter is a non-profit recreation center for new residents, and supporters of new residents. Our goal is to provide a positive & supportive social environment for those looking for one in our overwhelming world.
FlipperPA Peregrine
Magically Delicious!
Join date: 14 Nov 2003
Posts: 3,703
08-31-2006 08:03
I've been having similar problems all morning with silent failures. The weird part is, I was testing out the verification for forums script I was writing on one of my domains and it wasn't working. After pulling my hair out, I tried it on a completely separate domain / different server / different part of the world... and it went through, no problem.

Travis, I've gotten the DTD definition response as part of the body when I've failed to echo anything back from the PHP page I was calling. Could that be a problem?

Regards,

-Flip
_____________________
Peregrine Salon: www.PeregrineSalon.com - my consulting company
Second Blogger: www.SecondBlogger.com - free, fully integrated Second Life blogging for all avatars!
Travis Lambert
White dog, red collar
Join date: 3 Jun 2004
Posts: 2,819
08-31-2006 08:15
From: FlipperPA Peregrine

Travis, I've gotten the DTD definition response as part of the body when I've failed to echo anything back from the PHP page I was calling. Could that be a problem?


Hrm.... I don't think that's a problem. There are a couple requests I do that aren't handshaked, and I don't think I'm seeing this error there... although I'm not looking for it at that point either. Its something that shouldn't be too difficult to test & confirm though (I'm just stuck at the office) :D
_____________________
------------------
The Shelter

The Shelter is a non-profit recreation center for new residents, and supporters of new residents. Our goal is to provide a positive & supportive social environment for those looking for one in our overwhelming world.