chuckwagoncomputing / fxos-firemote

A SSH and Telnet Client for Firefox OS.
Mozilla Public License 2.0
16 stars 3 forks source link

this.setupConnect is not a function #2

Closed nickdesaulniers closed 9 years ago

nickdesaulniers commented 9 years ago

Haven't dug into this yet, but trying things out for the first time, I'm running into this: https://github.com/chuckwagoncomputing/fxos-firemote/blob/8545195825e534693dedaf29fe77842da3ff8082/js/ssh2.js#L29

chuckwagoncomputing commented 9 years ago

That's funny. Is it easily reproducible?

nickdesaulniers commented 9 years ago

happens for me every time, though I'm trying to connect to a host that doesn't allow password authentication. Maybe we can catch that error sooner and report it via UX?

chuckwagoncomputing commented 9 years ago

Looks like you need to clone paramikojs manually. cd fxos-firemote/js git clone https://github.com/chuckwagoncomputing/paramikojs.git

nickdesaulniers commented 9 years ago

ah yeah recursively checkout submodules