-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant connect to SPJS after restarting it #21
Comments
You are getting that port blocked because the original SPJS is still The bigger question is what do you mean by unresponsive? Do you mean you're Also, make sure you're using the latest SPJS of v1.8. It has the best If I haven't correctly guessed at what you mean by unresponsive could you On Tue, Mar 31, 2015 at 5:53 AM, raulgotor [email protected] wrote:
|
Hi, How can I stop SPJS from running? Going to localhost:8989 shows nothing, and the only way I've found until now is restarting the computer. Thanks in advance |
Hi, I've got more clues. I've been trying to produce a laser raster image which is plenty of Gcode commands. Around line 30.000 machine started to produce small pauses (same as in the UGS post that you have seen). They were more and more frequent until machine stopped completely. At this point, pause, stop, reset commands won't do anything, so I had to power off the arduino, and after turning it on, it was responding normally again. Then, I have been playing with the X/Y arrows, moving the machine to the left and to the right, and suddently it stop moving, and no command made a movement anymore. Then, I've realized that those not performed commands are queued as stated by the serial port monitor. Here is the log (last 40 lines): {"Version" : "1.81"} |
What version of SPJS are you using? On Tue, Mar 31, 2015 at 9:06 AM, raulgotor [email protected] wrote:
|
v1.8 |
Can you send over screenshots and/or video of when things go wrong? I just On Tue, Mar 31, 2015 at 9:20 AM, raulgotor [email protected] wrote:
|
Sorry for the delay. I was going to record a video, when I've realized that after changing and rerouting the USB cable this random behavior has gone away. It seems that it was related to EMI with the AC line where the air assist motor of the laser is connected. Sorry for the trouble, I've should have checked this first! |
I'm on Snow Leopard & Firefox. Some times chilipeppr becomes unresponsive. Normally, in that situation I disconnect from JSON and close the chilipepper's Firefox tab. Then, I relaunch both chilipeppr and JSON server but I get the following message at the OS X terminal:
Error trying to bind to port: listen tcp :8989: bind: address already in use, so exiting...logout
It seems that the port remains open and JSON cant connect anymore, but at chilipeppr JSON widget there is no JSON server connection...
I've tried at the terminal the command
lsof -i TCP:8989
but it makes no improvement. Any clues?
The text was updated successfully, but these errors were encountered: