Game Development Community

HTTPObject Troubles

by Wayne Eversole · in Torque Game Engine Advanced · 04/18/2009 (7:39 am) · 0 replies

I am trying to figure out how to turn http heders or something of that nature. I am using a resource for httpobjects and am getting an error as soon as I try to log in but if I Waite a few sec's I get a correct log in.
My console shows this.

Error
HTTP/1.1 200 OK
HTTP/1.1 200 OK
Authentication Failed
common/unifiedShell/MainMenuGui.gui (278): Unable to find object: '' attempting to call function 'delete'

Error
Date: Sat, 18 Apr 2009 14:34:08 GMT
Date: Sat, 18 Apr 2009 14:34:08 GMT
Authentication Failed
common/unifiedShell/MainMenuGui.gui (278): Unable to find object: '' attempting to call function 'delete'

Error
Server: Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color mod_perl/2.0.4 Perl/v5.10.0
Server: Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color mod_perl/2.0.4 Perl/v5.10.0
Authentication Failed
common/unifiedShell/MainMenuGui.gui (278): Unable to find object: '' attempting to call function 'delete'

Error
Set-Cookie: userid=1; expires=Sat, 18-Apr-2009 15:34:08 GMT
Set-Cookie: userid=1; expires=Sat, 18-Apr-2009 15:34:08 GMT
Authentication Failed
common/unifiedShell/MainMenuGui.gui (278): Unable to find object: '' attempting to call function 'delete'

Error
Content-Length: 22
Content-Length: 22
Authentication Failed
common/unifiedShell/MainMenuGui.gui (278): Unable to find object: '' attempting to call function 'delete'

Error
Content-Type:
Content-Type:
Authentication Failed
common/unifiedShell/MainMenuGui.gui (278): Unable to find object: '' attempting to call function 'delete'

Error


Authentication Failed
common/unifiedShell/MainMenuGui.gui (278): Unable to find object: '' attempting to call function 'delete'

Success
+OK Verified Account^1

Authentication Successful

Any info would be grateful.

Thanks