workbench icon indicating copy to clipboard operation
workbench copied to clipboard

When I click the EON device in Workbench, nothing happens. I've tried uninstalling, etc but console never appears

Open tjcastle01 opened this issue 5 years ago • 6 comments

  • [ ] Your Workbench.app version is 0.1.5. Please verify you're using the latest Workbench.app version
  • [ ] I have searched the issues of this repo and believe that this is not a duplicate

  • Any relevant information from devtools? (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere):

Issue

  • Workbench version: undefined "0.1.5"

  • OS ARCH VERSION: darwin x64 15.6.0

  • Electron: 2.0.17 LANG: undefined

  • SHELL: /bin/bash TERM: undefined

~/.workbench.js contents
        
          {
  "eonSshKeyPath": "",
  "config": {
    "shell": "/bin/bash"
  },
  "keymaps": {},
  "windowBounds": {
    "width": 800,
    "height": 800
  },
  "clientId": "1d334150-4885-11ea-9de2-75100c47fd88"
}
        
      

tjcastle01 avatar Feb 06 '20 02:02 tjcastle01

Found the problem. Can't use private key in "/.ssh" directory.

Backup .ssh dir, "remove all" keys in EON, reinstall WB

cowanhm avatar Apr 05 '20 21:04 cowanhm

Added pub keys to github, pasted priv keys to openpilot_rsa in .ssh, and added git username to c2, and workbench shows the EON IP, but when I click on it nothing happens. Before it used to give the error permission denied. OP v0.8.3

tapethis avatar May 16 '21 09:05 tapethis

Be sure to follow the pinned instructions in the official OP Discord's #installation-help channel.

ErichMoraga avatar May 16 '21 14:05 ErichMoraga

Have done all of that... and it still does nothing. I have tried to uninstall and deleted the folder from appdata and reinstalled as well. Same network w. 255.255.255.0

tapethis avatar May 17 '21 02:05 tapethis

Tonight, I happen to meet with the same situation. Later, I found I can however access c2 from another computer, with the ssh keys at the first set. I haven't check it but it seems to me that workbench reconizes only the first set of ssh keys in my case. May be someone can check it out.

hjsspin avatar Jun 21 '21 17:06 hjsspin

I ran into this issue also. I assumed I had done something incorrectly with the keys however I was able to log in with Putty just fine. I've ran into issues with certain versions of node.js / npm before, perhaps there is some issue? I dunno.

jason-something avatar Oct 21 '21 16:10 jason-something