Closed antonhagg closed 8 years ago
Removing empty_char='○', filled_char='●' in Cli.py seems to fix the issue.
Ok, so the Windows command line doesn't support unicode characters.
Without really going into this, I would say that an easy fix might be to run a if platform.system()=='Windows'
check, and disable the offending chars if True
.
When running the jotta-dowload there seems to be an issue with the progress bar. The error I get is:
Commenting out line 229 and 233 It works perfectly.