chuckwagoncomputing / fxos-firemote

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

Canot select server #7

Closed eliemichel closed 9 years ago

eliemichel commented 9 years ago

I just installed the application and added a new server. When I tap on the server name, I get the following error:

TypeError: this.setupConnect is not a function

and nothing hapens.

chuckwagoncomputing commented 9 years ago

https://github.com/chuckwagoncomputing/fxos-firemote/issues/2

TL;DR You need to clone paramikojs manually cd fxos-firemote/js git clone https://github.com/chuckwagoncomputing/paramikojs.git

If you're running FXOS 2.1+, don't even bother trying it; there's a fatal bug in TCPSockets. https://bugzilla.mozilla.org/show_bug.cgi?id=1117182 Feel free to add yourself to the CC list..

eliemichel commented 9 years ago

Crap, this bug sucks…

PS: Maybe a line in the readme about paramikojs could be a plus!