Richard Quirk

Results 48 comments of Richard Quirk

Thanks! I'll take a look soon. (note to self: the travis ci failure is a false positive in this case, or might need updating in an unrelated way.)

Wow, yeah, this is what happens. Who knew? The uploadImage method has an open().read() there to suck up all the file, then encodes using the multipart protocol. But the whole...

That snippet of code is when the file is already on flickr - first it tried to remove the old version then it would have tried to upload the new...

Oh man, just looked at the code. There's no way this could have worked, what a bug. thanks for the report.

Thanks for investigating this. It broke with the feature to re-upload a changed photo.

Hmm the plot thickens - https://github.com/richq/folders2flickr/blob/master/f2flickr/flickr.py#L539 - the delete method is in this version of flickr.py... could you have another version on your PYTHONPATH that is picked up first?

Missing a . between filename and mov extension? ``` ---- On Mon, 25 Jan 2016 14:01:25 +0100 [email protected] wrote ----Seems like MOV and MP4 files should be accepted ``` 2016-01-25...

Ouch you're right. Sorry. Was on the phone and not logged in to reply. Yeah that looks fishy. :-/ bit stumped here, they are mp4 and movs, right? If you...

OK, good plan. As a work around you can use the `.f2fignore` feature to ignore this for now until I figure out a fix. i.e. `echo bigfile.avi > .f2fignore` and...

Unrelated to the ImportError, but don't run the program as sudo. There's no need for root permissions here. The problem is that the path where python searches for its libraries...