-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
[BUG] Not syncing partial anymore with Error 500 because of special characters in filenames #198
Comments
@mandarons here are additional DEBUG logs regarding this error:
or here:
|
@mandarons any hint? |
How are these different from older ones? Part of shared album/library?
Can you please do detailed comparison (config.yaml, logs, docker command/compose file etc.)? If everything looks exactly the same, I am guessing server isn't allowing to use multiple new logins from same IP (your home external IP). |
I did some more research and it seems it's not only photo related... the sync just interrupts and ether is a lot of different data missing. BTW I am not using shared albums/libraries so far. And if you look at my previous log file I posted already, you can see the error is regarding a file on iCloud Drive, not a photo ;)
Currently I have 2 instances running for 2 different iCloud users. Everything I exactly the same besides username and password. The only difference is that the problematic account has a lot of data to sync. Could it be a problem of the filename of the file which is synced? |
@mandarons I did some more tests: I have removed a suspicious folder from iCloud that contains a lot of files with special characters in the file name. The synchronization now works completely without any errors. However, since the files that have now been removed are synchronized directly via Apple iCloud (from my Mac to Apple iCloud) without any problems, I would say that there is a bug in iCloud-drive-docker or in the icloudpy library. The affected file names can be seen in the log file above. Could you please have a look? Thanks! |
@mandarons are you alive? :) Could I do anything to help you? |
@nicx yes, I am alive - busy with my day job. :(
I think, this is it. Thanks for helping to narrow it down. Yes - it's a bug somewhere (icloudpy/icloud-drive-docker). Can you share equivalent filename that you see on your disk for |
@mandarons the equivalent filename on my disk is "2015_07_Geh.-Abr. Juli 2015 mit Geh.-Erhö 3,0 % u. RR 04-06.pdf" Thanks for fixing that! Meanwhile I will try to "detox" all my filenames. ;) |
@mandarons any news to this bug? |
@mandarons still no news? ;) |
i dint get my file names all fixed. There are still special cases in file naming which are leading to this Error 500. @mandarons Would be really great if this could be fixed in a near future :) |
Yes, I will eventually get to it. Reproducing this issue on my end has been challenging. |
I am using iCloud-drive-docker for some months without problems. Suddenly one of my instances ar no more syncing all files/photos. In the Log I see the error
2024-02-29 07:57:13,333 :: ERROR :: icloudpy.base :: base.py :: 186 :: Authentication required for Account. (500)
I did a full reauthentication after deleting the session_data, but the error is still there after about 15 minutes of working (and syncing drive files) correctly. The newest photos are missing.
I do not have this problem with my other instances of iCloud-drive-docker running.
What can I do to get more information about the reason for this problem?
The text was updated successfully, but these errors were encountered: