google / adb-sync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Ordinal not in range"-error when syncing files with umlauts

jottr opened this issue · comments

commented

Using the most recent version from this repos master branch:

$ adb-sync ü /sdcard/
Traceback (most recent call last):
  File "/Users/jonas/.bin/adb-sync", line 774, in <module>
    main(*sys.argv)
  File "/Users/jonas/.bin/adb-sync", line 695, in main
    localpatterns = [x.encode(args_encoding) for x in args.source]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 0: ordinal not in range(128)