Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Koneki » Bad request 400 error
Bad request 400 error [message #1416402] Fri, 13 April 2012 21:12 Go to next message
Terrance Mok is currently offline Terrance MokFriend
Messages: 4
Registered: April 2012
Junior Member
When attempting to get the remote debugger running on my project I'm getting a Http/1.1 400 Error Invalid Request (I figured this out by printing all the bytes in the read_packet function). I'm curious as to what would cause this. I'm using all the defaults (by passing in nil for host,port,idekey) 127.0.0.1, port 10000 and "idekey" and I haven't changed any of the settings (like port) in the Koneki debugger. I'm using local file path resolution with an absolute path to my lua files.
Re: Bad request 400 error [message #1416403 is a reply to message #1416402] Fri, 13 April 2012 21:30 Go to previous messageGo to next message
Eclipse UserFriend
Hi Terrance,

You should try using a different port than 10000 ; it looks like the 400 error is returned by an existing server running on your machine, since I am pretty much sure this doesn't come from neither DLTK nor the LDT debugger.
If you try another port, don't forget to also change the setting in the IDE in "Preferences > Dynamic Languages > Debug"

Benjamin.
Re: Bad request 400 error [message #1416406 is a reply to message #1416403] Fri, 13 April 2012 21:56 Go to previous message
Terrance Mok is currently offline Terrance MokFriend
Messages: 4
Registered: April 2012
Junior Member
That's it thanks. I didn't think of trying a different port because this had previously been working on all default settings before. Perhaps there was something I wasn't running previously so that port wasn't in use. Not sure what would be taking that port from me now but I got it working anyway, thanks.
Previous Topic:Cannot create OMA-DM simulator
Next Topic:Error when saving files
Goto Forum:
  


Current Time: Thu May 02 00:18:15 GMT 2024

Powered by FUDForum. Page generated in 0.03588 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top