-
Notifications
You must be signed in to change notification settings - Fork 166
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
Can you log into icloud.com.cn without receiving pop-up notifications? #680
Comments
same problem |
slightly different, but probably the same problem:
If I delete my iCloud library and only synchronise new photos, the error no longer occurs. But I don't understand which ‘unknown item’ is now causing the problem? Until a few days ago (before the reauth problem #670), the entire library was synchronised without any problems. Thanks for any tips and for your hard work! |
@McGerk I deleted all the downloaded photos. After restarting, I was able to download them completely, but I couldn't sync new photos |
I set “directory_permissions = 777”, and now I can sync new photos normally. I used to be able to sync without setting it up, it's strange |
I'm having this same issue and already had my directory_permissions = 777. I re-initialized without issue, any other ideas? |
@chiefspecialk I also recovered strangely, can only see if the author can discover and fix it |
I run 4 containers for icloudpd, but only one of them have this problem since the reauth issue. |
same, I run 3 containers. Only 1 have this problem since the reauth issue. |
i added debugging for itemtype in icloudpd 1.24.2 - let's see what the root cause of the issue is (post output here pls) |
That's what I got:
Thanks alot! |
New container pushed to Docker hub with v.1.24.2 Edit: Looks like somebody already upgraded :D |
I upgraded and checked the log, and it still fails. Here's the error it output for mine: |
here's my output after updating:
|
Thanks everybody for the posts with dumps. Looks like Apple is dropping itemtype field (unclear under what circumstances). We need to update icloudpd to process assets without relying on itemtype |
icloudpd 1.24.3 has a fix for itemtype error. |
I upgraded too... but:
|
I see - container is still on 1.24.2 I'm sure it will be updated soon.
|
The update is out. Works great, no more error messages. |
Confirmed here as well. Updated to the latest version and my system continued on with the download of new files without issue. |
Ditto. Confirmed Thanks to all that worked on this! |
2024-10-29 15:42:41 DEBUG /iCloud/2020/10/06/b7c7decbdd65c6bdf03b1212fc70a237.JPG already exists
2024-10-29 15:42:42 INFO All photos have been downloaded
2024-10-29 15:42:42 INFO Deleting any files found in 'Recently Deleted'...
2024-10-29 15:42:43 DEBUG Deleting /iCloud/2024/03/26/.jpg.JPG...
2024-10-29 15:42:43 INFO Deleted /iCloud/2024/03/26/.jpg.JPG
2024-10-29 15:42:43 DEBUG Deleting /iCloud/2024/10/02/IMG_6211.PNG...
2024-10-29 15:42:43 INFO Deleted /iCloud/2024/10/02/IMG_6211.PNG
2024-10-29 15:42:43 ERROR Failed to download new files
2024-10-29 15:42:43 ERROR - Can you log into icloud.com.cn without receiving pop-up notifications?
2024-10-29 15:42:43 ERROR Error debugging info:
2024-10-29 15:42:43 ERROR Traceback (most recent call last):
File "starters/icloudpd.py", line 6, in
File "click/core.py", line 1157, in call
File "click/core.py", line 1078, in main
File "click/core.py", line 1434, in invoke
File "click/core.py", line 783, in invoke
File "icloudpd/base.py", line 745, in main
File "icloudpd/base.py", line 1378, in core
File "icloudpd/autodelete.py", line 73, in autodelete_photos
File "pyicloud_ipd/services/photos.py", line 734, in versions
File "pyicloud_ipd/services/photos.py", line 711, in item_type
ValueError: Unknown ItemType
[481] Failed to execute script 'icloudpd' due to unhandled exception!
2024-10-29 15:42:43 ERROR ***** Please post the above debug log, along with a description of your problem, here: https://github.com/boredazfcuk/docker-icloudpd/issues *****
The text was updated successfully, but these errors were encountered: