-
Notifications
You must be signed in to change notification settings - Fork 174
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't check photos #641
Comments
Based on the stack trace it seems that filename for one of your assets has encoding in metadata that python treats as invalid. context: filenames are not passed in clear text, but instead encoded with base64. I need that sample to be able to troubleshoot and fix |
It needs a filename (or something similar), but I can't provide one because I don't understand how it is sorted. |
If you set debug_logging to true in your /config/icloudpd.conf file, it should list each file as it's processed. This should hopefully give you a clue as to which file is causing the issue. It may be the exact file that causes the issue, or the one before it. |
Already did, but it shows nothing. I sent log with debug_logging=true. |
Update to latest version and try again. It should give you more info regarding the error. |
@edonssfall v1.23.2 will dump content on which decoding is choking. Should be sufficient to use |
I use it only with docker, update for todays version. here is new Log. This file i shared above.
|
It looks like response from Apple has 'IMG_8629.JPG' as plain text, while we are expecting base64 encoded. I probably need to add more logging to see if Apple sending any hints about encoding (or the lack of). |
@edonssfall v1.23.3 has more debug info printed for missing filename encoding. Let's see if we can figure out what is going on. |
Container updated to v1.23.3. Please try again and post the log. |
|
Should work with 1.23.4 docker run --rm -it icloudpd/icloudpd:1.23.4 icloudpd -u [email protected] -d . --dry-run |
Container updated to v1.23.4. |
thx everyone, now working |
I use icloudpd with docker, earlier was everything alright.
The text was updated successfully, but these errors were encountered: