-
Notifications
You must be signed in to change notification settings - Fork 36
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
Encoding Error in Win10 Debian subsystem #22
Comments
Thanks for the report. It looks like an encoding issue. Would it be possible to try on Win10 directly (outside of the Debian subsystem)? |
Easy said... Is there any native way to run under Windows 10? Trying to install Docker directly on Win10 required Hyper-V, screwing up the Juniper VPN Setup... Also a CR regarding the Local Firewalls is required on IT supplier site^^ - If there is no native way, I would sadly say it is not possible to test :( |
OK, finally done. With PIP for Win10 I've managed to get it running. Apart from this: A really great tool! Thanks, man. I just need to test to restore some stuff now ;) |
i am getting encoding error in windows 10
|
the above is from bash. from cmd i am seeing:
|
I try to get the script running under a Debian subsystem running below Win10. I sadly get this error and have no idea what to do about.
Backing up to: /mnt/c/temp/trello_bkup/test/
Incremental: False
Tokenize: False
Backup my boards: True
Backup organization boards: False
Backup closed board: False
Backup archived lists: False
Backup archived cards: False
Attachment size limit (bytes): 100000000
Saving full json for board Essensplan with id ******************* to Essensplan_full.json
Traceback (most recent call last):
File "/usr/local/bin/trello-full-backup", line 11, in
sys.exit(main())
File "/usr/local/lib/python3.5/dist-packages/trello_full_backup/init.py", line 5, in main
cli()
File "/usr/local/lib/python3.5/dist-packages/trello_full_backup/backup.py", line 318, in cli
backup_board(board, args)
File "/usr/local/lib/python3.5/dist-packages/trello_full_backup/backup.py", line 175, in backup_board
backup_card(id_card, c, args.attachment_size, tokenize)
File "/usr/local/lib/python3.5/dist-packages/trello_full_backup/backup.py", line 111, in backup_card
mkdir(card_name)
File "/usr/local/lib/python3.5/dist-packages/trello_full_backup/backup.py", line 27, in mkdir
if not os.access(name, os.R_OK):
UnicodeEncodeError: 'ascii' codec can't encode character '\xfc' in position 5: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: