What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » HTTP Stopped Working

HTTP Stopped Working
Author: Message:
ArkaneArkade
Full Member
***

Avatar
The One and Only

Posts: 193
Reputation: 5
38 / Male / Flag
Joined: Mar 2007
O.P. Huh?  HTTP Stopped Working
Ok, to be honest I don't know what to say to explain this, but I've started having issues with the Microsoft HTTP in my script.

Basically, my XBMC script was working fine, and then now its just stopped.  The debugging tells me that there is an issue of:
"Error: The system cannot locate the resource specified.
(code: -2146697211)
       File: Currently Playing.js. Line: 29."

Heres the code I have atm.

Line 26: var http = new ActiveXObject("Microsoft.XMLHTTP");
Line 27: http.onreadystatechange=CheckXBoxMedia;
Line 28: http.open("GET", "http://" + XBoxIP + ":" + XBoxPort + "/xbmcCmds/xbmcHttp", true, "xbox", XBoxPass);
Line 29: http.send("command=getcurrentlyplaying");

The code was working fine, but now, I dont have a clue why its changed, but I really dont think I changed anything.  If anyone knows why this has stopped I would love to know whats wrong, or any workaround.
Cheers,
Leroux
[Image: adsig.jpg]
09-10-2007 05:47 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
HTTP Stopped Working - by ArkaneArkade on 09-10-2007 at 05:47 PM
RE: HTTP Stopped Working - by LifelesS on 09-10-2007 at 08:17 PM
RE: HTTP Stopped Working - by ArkaneArkade on 09-10-2007 at 10:28 PM
RE: HTTP Stopped Working - by LifelesS on 09-10-2007 at 10:41 PM
RE: HTTP Stopped Working - by ArkaneArkade on 09-10-2007 at 11:29 PM
RE: HTTP Stopped Working - by LifelesS on 09-10-2007 at 11:31 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On