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
[user@antergos ~]$ jotta-scanner /home/user/localdir /jotta/Archive/test2
Entering dir: /home/user/localdir
Traceback (most recent call last):
File "/usr/bin/jotta-scanner", line 11, in <module>
load_entry_point('jottalib==0.5.1', 'console_scripts', 'jotta-scanner')()
File "/usr/lib/python2.7/site-packages/jottalib/cli.py", line 443, in scanner
filescanner(args.topdir, args.jottapath, jfs, args.errorfile, args.exclude, args.dry_run, args.prune_files, args.prune_folders)
File "/usr/lib/python2.7/site-packages/jottalib/scanner.py", line 77, in filescanner
for f in progress.bar(onlylocal, label="uploading %s new files: " % len(onlylocal)):
File "/usr/lib/python2.7/site-packages/clint/textui/progress.py", line 113, in bar
filled_char=BAR_FILLED_CHAR, expected_size=count, every=every) \
File "/usr/lib/python2.7/site-packages/clint/textui/progress.py", line 63, in __init__
self.show(0)
File "/usr/lib/python2.7/site-packages/clint/textui/progress.py", line 87, in show
self.expected_size, self.etadisp))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 24-55: ordinal not in range(128)
[user@antergos ~]$
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: