Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnicodeEncodeError #150

Open
endre84 opened this issue Sep 28, 2017 · 0 comments
Open

UnicodeEncodeError #150

endre84 opened this issue Sep 28, 2017 · 0 comments

Comments

@endre84
Copy link

endre84 commented Sep 28, 2017

[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 ~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant