-
Notifications
You must be signed in to change notification settings - Fork 171
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
Problems with encoding: UnicodeDecodeError: 'utf-8' codec can't decode byte: invalid start byte #41
Comments
I also have this issue
|
Same problem no Windows
Sync seems working after I disable checks in IsWorking function e.g. made it just |
modify
to
can fix the problem : ) |
Now returns with error: C:\Users\sriva\Downloads\platform-tools_r31.0.0-windows\platform-tools>python adb-sync -R /sdcard/Movies/ "C:\Users\sriva\Desktop" |
Can anyone help to resolve the issue. |
Remove \xc0\xaf\xff\xc2\xbf and it will work. I actually don't think the IsWorking function here is very necessary. This paragraph is presumably to test whether some special characters that may be present in the file name can interact properly. I guess this is probably due to the different decode mechanism of python3 and python2. Reference: |
Hello,
when starting adb-sync I always get the following error message. I'm using Windows 10 1909, Python 3.8.1 and the latest version of the script.
As a workarround I tried different encodings for the script but without success:
Are there any other solutions ?
Thanks in advance!
The text was updated successfully, but these errors were encountered: