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 seem to be unable to pb set-key as I keep getting this error message:
johannes@cicer:~$ pb set-key
Enter your security token from https://www.pushbullet.com/account:
Traceback (most recent call last):
File "/home/johannes/.local/bin/pb", line 8, in <module>
sys.exit(main())
File "/home/johannes/.local/lib/python3.8/site-packages/click/core.py", line 1130, in __call__
return self.main(*args, **kwargs)
File "/home/johannes/.local/lib/python3.8/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/home/johannes/.local/lib/python3.8/site-packages/click/core.py", line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/johannes/.local/lib/python3.8/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/johannes/.local/lib/python3.8/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/home/johannes/.local/lib/python3.8/site-packages/pushbullet_cli/app.py", line 126, in set_key
keyring.set_password("pushbullet", "cli", key)
File "/home/johannes/.local/lib/python3.8/site-packages/keyring/core.py", line 60, in set_password
get_keyring().set_password(service_name, username, password)
File "/home/johannes/.local/lib/python3.8/site-packages/keyring/backends/chainer.py", line 58, in set_password
return keyring.set_password(service, username, password)
File "/home/johannes/.local/lib/python3.8/site-packages/keyring/backends/SecretService.py", line 87, in set_password
collection = self.get_preferred_collection()
File "/home/johannes/.local/lib/python3.8/site-packages/keyring/backends/SecretService.py", line 67, in get_preferred_collection
raise KeyringLocked("Failed to unlock the collection!")
keyring.errors.KeyringLocked: Failed to unlock the collection!
Any idea what to do here?
I'm on Ubuntu 20.04.6 LTS and Python 3.8.10
Cheers
The text was updated successfully, but these errors were encountered:
Hi,
I seem to be unable to
pb set-key
as I keep getting this error message:Any idea what to do here?
I'm on Ubuntu 20.04.6 LTS and Python 3.8.10
Cheers
The text was updated successfully, but these errors were encountered: