-
-
Notifications
You must be signed in to change notification settings - Fork 49
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] ObjectNotFoundException while syncing drive #138
Comments
Set the log level to |
Hope I was able to remove all sensitive data! Might be of interest to add a config parameter to exclude or mask sensitive data in logs.
|
@christian2022 if you are still experiencing this issue - maybe check the time settings |
Thanks for getting back! |
I just ran the command: |
Nevermind - I just checked again and it still is showing the same error... |
I am not able to reproduce this on my end. Looks like something is wrong on server side that the app isn't able to find few files to download. 2023-04-21 19:36:16,269 :: DEBUG :: icloudpy.services.drive.http :: base.py :: 142 :: {'uuid': 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX', 'messageForDeveloper': 'ObjectNotFoundException: Could not find document', 'error_code': 'WSObjectNotFound', 'serverErrorCode': 'NOT_FOUND', 'reason': 'ObjectNotFoundException: Could not find document'} Is it possible to find out which file it isn't able to download and what's so special about it (e.g. name with special characters, empty file, file extension etc.)? |
I just checked the log and it seems that it is always trying to download .gcode files - I will enable the debug option on both my containers and check the second container also. EDIT after changing to DEBUG on both containers and checking the already downloaded contents: Now my question is - i have multiple error message for files that were not possible to be downloaded including the id's - for obvious reasons I don't want those id's posted in here - can you tell me if there is any option to "translate" those id's to file names or find the documents by id in my native iCloud Drive. |
Are you still seeing this problem with the latest version 1.16.0? |
Yes |
@knmax regarding
@knmax , @christian2022: Does it happen on the first run (starting fresh, with new install)? If it only happens on subsequent runs, try setting |
Just tried: it still happens after starting the container:
I have How about changing |
I see the following log entries using latest docker while syncing:
Not sure where it comes from. It would be helpful if the error message would provide more details, e.g. which document is not found.
The text was updated successfully, but these errors were encountered: