Andreas Thienemann

Results 64 comments of Andreas Thienemann

@noizwaves I saw the changes. I liked them. Thanks for that. But yes, @Quentame has to review. I got no commit rights on this repo. And he's on vacation for...

@landall Have a look at https://github.com/picklepete/pyicloud/blob/master/CODE_SAMPLES.md#debug-build-of-pyicloud which explains how to disable SSL verification for use with fiddler. But it also shows, how to get dumps of what requests are sent...

Seeing the same problem here. Put a bit of debugging code in and the server replies with a 503 and the body "Bad Gateway". The URL for the error that...

I do not know. I had a look and tried seeing what icloud does with ubuiquityws.icloud.com but I did not find a single thing that uses that webservice endpoint. The...

So, I did a bit more diging. Here's my theory: 1. The URL is working fine and should be https://p51-ubiquityws.icloud.com:443/ws//item/0. 2. The Bad Gateway error was an apple error, because...

Hmm. Looks like cachetools does not exist for Python

How did you install pyicloud? The released version on pypi doesn't have drive support yet. Drive is only in the github trunk.

Turns out, subfolders are currently not supported in the code. https://github.com/picklepete/pyicloud/blob/master/pyicloud/services/photos.py#L176 marks it neatly as a TODO item...

@noizwaves Awesome work. @Quentame is on a vacation for the next days, so your change cannot be merged yet. But I think a PR would be pretty awesome. If you...

Observing this as well. Force killing the app but also switching back to the backgrounded app after a while means the app starts at the last recent pay on the...