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
LifelesS
Full Member
***


Posts: 115
Reputation: 4
31 / Male / Flag
Joined: Dec 2006
RE: HTTP Stopped Working
Hi,

Have you tried to restart the script or re-install it?
Best Regards,
Joćo Godinho
09-10-2007 08:17 PM
Profile E-Mail PM Find Quote Report
ArkaneArkade
Full Member
***

Avatar
The One and Only

Posts: 193
Reputation: 5
38 / Male / Flag
Joined: Mar 2007
O.P. RE: HTTP Stopped Working
yeah, tried both several times, just comes up with the same issue :(
---
Just tried again, removed everything - the script, Messenger Plus, & messenger, but it still gives the same error.  I dont understand, it was working perfectly last night

This post was edited on 09-10-2007 at 10:37 PM by ArkaneArkade.
[Image: adsig.jpg]
09-10-2007 10:28 PM
Profile E-Mail PM Web Find Quote Report
LifelesS
Full Member
***


Posts: 115
Reputation: 4
31 / Male / Flag
Joined: Dec 2006
RE: HTTP Stopped Working
Probably it can be something on the server...:S

This post was edited on 09-10-2007 at 10:41 PM by LifelesS.
Best Regards,
Joćo Godinho
09-10-2007 10:41 PM
Profile E-Mail PM Find Quote Report
ArkaneArkade
Full Member
***

Avatar
The One and Only

Posts: 193
Reputation: 5
38 / Male / Flag
Joined: Mar 2007
O.P. RE: HTTP Stopped Working
OK, apparently I've just taken a complete lapse of my senses.

At some point the script settings have been changed so that the port was set as 21, istead of 80.  So obviously, the whole thing was knackered.
[Image: adsig.jpg]
09-10-2007 11:29 PM
Profile E-Mail PM Web Find Quote Report
LifelesS
Full Member
***


Posts: 115
Reputation: 4
31 / Male / Flag
Joined: Dec 2006
RE: HTTP Stopped Working
lol

Do like I do, write a lot of debug.trace XD

very handy on problems like this...
Best Regards,
Joćo Godinho
09-10-2007 11:31 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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