You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I removed the config dir but when I run selfspy again, it won't ask me for a password.
Trying to change it with selfspy --change-password seem to not work:
--- ~ » rm -rf ~/.selfspy
--- ~ » /usr/local/bin/selfspy
Xlib.protocol.request.QueryExtension
Xlib.protocol.request.QueryExtension
RECORD extension present
^C
--- ~ » selfspy --change-password
New Password:
Do you want to store the password in the keychain [Y/N]: y
Re-encrypting your keys...
Traceback (most recent call last):
File "/usr/local/bin/selfspy", line 11, in <module>
load_entry_point('selfspy==0.3.0', 'console_scripts', 'selfspy')()
File "build/bdist.linux-x86_64/egg/selfspy/__init__.py", line 127, in main
OSError: [Errno 2] No such file or directory: '/home/varac/.selfspy/password.digest'
The text was updated successfully, but these errors were encountered:
I removed the config dir but when I run selfspy again, it won't ask me for a password.
Trying to change it with
selfspy --change-password
seem to not work:The text was updated successfully, but these errors were encountered: