Skip to content
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

Workbench detects my EON, but can't connect #50

Closed
sshane opened this issue Jan 22, 2019 · 14 comments
Closed

Workbench detects my EON, but can't connect #50

sshane opened this issue Jan 22, 2019 · 14 comments
Labels
windows Relates to Windows

Comments

@sshane
Copy link

sshane commented Jan 22, 2019

All I get is There is back-end server found but it returns "500 Internal Server Error". in the console screen.

@jfrux
Copy link
Owner

jfrux commented Jan 22, 2019

This seems very very odd. The way the scanner works is it checks for TCP connection on port 8022 is able to happen, that's it...

If any other device or server on the network (even if it's on public network) with port 8022 open, it'll call it an EON. Now generally, on small private wifi networks this is NEVER an issue but it really depends on your network you're trying to connect to it on.

That being said... there is absolutely NOTHING on EON that would return "500 Internal Server Error". That is an HTTP Server response code that has nothing to do with SSH. So whatever the device is you're connecting to in Workbench, it's not an EON. :)

I hope this helps... I'd love to know details about your network and how you're connecting.

@sshane
Copy link
Author

sshane commented Jan 22, 2019

I've checked the IP address it displays and can verify it's my EON's. Connecting to the same IP in powershell works perfectly. It's the only device showing up as well. Is there a way to try to manually connect?

@jfrux
Copy link
Owner

jfrux commented Jan 22, 2019 via email

@sshane
Copy link
Author

sshane commented Jan 22, 2019

screenshot_154

And I use the command ssh root@192.168.1.32 -p 8022 -i ~/.ssh/openpilot_rsa to connect, so you can see it's the same IP there!

@jfrux
Copy link
Owner

jfrux commented Jan 22, 2019 via email

@jfrux
Copy link
Owner

jfrux commented Jan 22, 2019

Here is the file that determines what runs when it opens a shell (even before EON, SSH, etc.)
https://github.com/openpilot-community/workbench/blob/master/app/main/default-shell.js

@sshane
Copy link
Author

sshane commented Jan 22, 2019

Yes, I have Git for Windows installed. When I right click, I see Git Bash Here in the menu, so I know I have it installed. It's also in my path, and reachable when typing bash in cmd or powershell. I just checked your file, and I can verify my bash is at that directory listed

@jfrux
Copy link
Owner

jfrux commented Jan 22, 2019 via email

@sshane
Copy link
Author

sshane commented Jan 22, 2019

Nope, just checked and nothing on port 9788! No worries haha, I was just so confused how it was happening

@sshane
Copy link
Author

sshane commented Feb 1, 2019

Any update on any fixes?

@jfrux jfrux added the windows Relates to Windows label Feb 6, 2019
@jfrux
Copy link
Owner

jfrux commented Feb 6, 2019

Should be an update to this issue in 7ada2d4

@sshane
Copy link
Author

sshane commented Feb 6, 2019

Awesome! I'll check it out soon

@jfrux
Copy link
Owner

jfrux commented Feb 13, 2019

Please try out v0.1.3 and let me know if this is resolved.

@jfrux jfrux closed this as completed Feb 13, 2019
@sshane
Copy link
Author

sshane commented Feb 13, 2019

It's not giving that 500 server error anymore, but it hangs on Wating for messages... any never continues past this. While in my Powershell window, I run the ssh command to connect and it goes through instantly.

Here's a video displaying the issue: https://streamable.com/cldzu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
windows Relates to Windows
Projects
None yet
Development

No branches or pull requests

2 participants