-
Notifications
You must be signed in to change notification settings - Fork 39
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
Exception in load_list loading due to non-UTF8 filenames #62
Comments
Run rclonesyncs with --verbose and post please.
This looks like a locale problem. Rclonesync is hard coded to utf8. What is the locale of your system? |
2020-09-14 09:34:29,908: ERROR Failed loading current Path2 list file </home/christo/.rclonesyncwd/[email protected]__Path2_NEW> - |
rclone is finding and replacing invalid utf8 characters. I assume that the created lsl file thus has modified file names that differ from the actual files on the disk. Then, when rclonesync tries to read/load the LSL file it is also erroring for invalid utf8 characters - so maybe rclone isn't actually changing characters and the resultant LSL file is not valid utf8. Are there a lot of these errors, or just the two? If you are willing, please upload the entire console output from a rclonesync cannot just ignore files that are problems without breaking the integrity of the sync. Your options include
|
|
Thanks. In a future release I may be able to gracefully and safely ignore invalid filenames with just a warning message. Probably with a switch to enable this behavior. I'll leave this issue open. |
I get (replaced my real name with XXX)
2020-09-13 21:26:27,302: Exception in load_list loading </home/christo/.rclonesyncwd/[email protected]__Path2_NEW>:
<'utf-8' codec can't decode byte 0xe9 in position 5908: invalid continuation byte>
Line # 9922: 2689437 2020-09-12 23:43:27.922891265 photo/Goele/Goele_2015_06_28/Goele_2015_06_28 (97).JPG
2020-09-13 21:26:27,303: ERROR Failed loading current Path2 list file </home/christo/.rclonesyncwd/[email protected]__Path2_NEW> -
This with the version from trunk
The text was updated successfully, but these errors were encountered: