markus-li / pyjuice

Securely sync SSH credentials between shell accounts and JuiceSSH with the Sonelli.com CloudSync service.
GNU General Public License v3.0
10 stars 0 forks source link

Unable to manage and display connections #3

Open cyril-bouthors opened 10 years ago

cyril-bouthors commented 10 years ago

Hi,

Thanks for pyJuice.

I'm unable to manage and display connections:

% ./pyjuice.py connections
Checking for a live daemon...
No live daemon found!
Please enter your PASSPHRASE: 
Using locally available passphrase for decryption...
Retrieved previously stored encrypted data...
Last sync 2014-07-16 16:21:23, local system time.
Decrypting everything...
Decryption of all data completed!
Traceback (most recent call last):
  File "./pyjuice.py", line 798, in <module>
    c['address'] = v[u'address']
KeyError: u'address'

Can you please tell me how to work around this?

Regards,