hello i have a problem when i want copy my password with passpie
it's my error massage
Traceback (most recent call last): File "/usr/lib/python2.7/logging/init.py", line 859, in emit msg = self.format(record) File "/usr/lib/python2.7/logging/init.py", line 732, in format return fmt.format(record) File "/usr/lib/python2.7/logging/init.py", line 471, in format record.message = record.getMessage() File "/usr/lib/python2.7/logging/init.py", line 335, in getMessage msg = msg % self.args TypeError: not all arguments converted during string formatting Logged from file clipboard.py, line 30 ERROR:root:'NoneType' object is not iterable
can you help me please ?
marcwebbie
@marcwebbie
Hello @kevinjbaptiste
kevinjbaptiste
@kevinjbaptiste
hello
sorry if am I bothering you
marcwebbie
@marcwebbie
Sorry I wasn’t available earlier, are you still experiencing this issue?
@kevinjbaptiste
bluefishblue
@bluefishblue
Anyone having trouble updating a fullname. Im on 1.4.1 and whenever I update a fullname, it goes through the motions, but then when I show my passpie list again, the changes are not applied
kevinjbaptiste
@kevinjbaptiste
Hello I am trying
kevinjbaptiste
@kevinjbaptiste
this is my error
when i want copy a password in clipboard
Traceback (most recent call last): File "/usr/lib/python2.7/logging/init.py", line 859, in emit msg = self.format(record) File "/usr/lib/python2.7/logging/init.py", line 732, in format return fmt.format(record) File "/usr/lib/python2.7/logging/init.py", line 471, in format record.message = record.getMessage() File "/usr/lib/python2.7/logging/init.py", line 335, in getMessage msg = msg % self.args TypeError: not all arguments converted during string formatting Logged from file clipboard.py, line 30 ERROR:root:'NoneType' object is not iterable
hi. I'm curious about how to use the remote repository/autopush stuff. I have an existing database, how would I push that to a github repo?
with the autopush stuff that is
i have the repo that i just went into ~/.passpie and added the remote
Christian Hotz-Behofsits
@inkrement
Hi. how can I add a username password combination where the username contains an @ sign? pass pie would split the name and use the email hoster as name for the service, or wouldn't it?
I'm having trouble tracking down an issue with remote repos. The first curious problem is that I can't figure out why the config file at ~/.passpierc isn't being read. Does it silently fail on a YAML error? Does the homedir default to a /tmp directory on OSX?
Hui Wang
@whtop
Hello, everyone
I have installed passpie, and run passpie --help is fine
but any other commands like just: passpie. Give following error: Traceback (most recent call last): File "d:\program\ana\lib\runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "d:\program\ana\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "D:\program\ana\Scripts\passpie.exe__main.py", line 9, in <module> File "d:\program\ana\lib\site-packages\click\core.py", line 716, in call return self.main(args, kwargs) File "d:\program\ana\lib\site-packages\click\core.py", line 695, in main with self.make_context(prog_name, args, extra) as ctx: File "d:\program\ana\lib\site-packages\click\core.py", line 620, in make_context self.parse_args(ctx, args) File "d:\program\ana\lib\site-packages\click\core.py", line 1012, in parse_args rest = Command.parse_args(self, ctx, args) File "d:\program\ana\lib\site-packages\click\core.py", line 874, in parse_args value, args = param.handle_parse_result(ctx, opts, args) File "d:\program\ana\lib\site-packages\click\core.py", line 1398, in handle_parse_result self.callback, ctx, self, value) File "d:\program\ana\lib\site-packages\click\core.py", line 77, in invoke_param_callback return callback(ctx, param, value) File "d:\program\ana\lib\site-packages\passpie\validators.py", line 43, in validate_config configuration = config.setup_crypt(configuration) File "d:\program\ana\lib\site-packages\passpie\config.py", line 71, in setup_crypt configuration['recipient'] = get_default_recipient(configuration['homedir']) File "d:\program\ana\lib\site-packages\passpie\crypt.py", line 132, in get_defaultrecipient output, = process.call(command) File "d:\program\ana\lib\site-packages\passpie\process.py", line 40, in call with Proc(args, **kwargs) as proc: File "d:\program\ana\lib\subprocess.py", line 709, in init__ restore_signals, start_new_session) File "d:\program\ana\lib\subprocess.py", line 971, in _execute_child args = list2cmdline(args) File "d:\program\ana\lib\subprocess.py", line 461, in list2cmdline needquote = (" " in arg) or ("\t" in arg) or not arg TypeError: argument of type 'NoneType' is not iterable