Petr Ruzicka

Results 37 comments of Petr Ruzicka

Hello - thanks for reporting it. This is a problem of the way how the GitHub Action is parsing the command line. (You can see it when you use the...

Here is the test I did (with `latest`): ```bash pruzicka@peru:/tmp/x$ find . . ./my_pics ./my_pics/20171118-135422.jpg ./my_pics/20171118-133941.jpg ./my_pics/20171118-133403.jpg pruzicka@peru:/tmp/x$ docker run --rm -it -u 1000:1000 -v /tmp/x:/mnt:ro -v /home/pruzicka/.flickr-cli:/data:ro thefox21/flickr-cli albums...

I do not have `php` and related tools installed on my machine - that's why I'm using docker image which has everything "inside"... I found the "develop" docker image here:...

Ok... The strange is that the `stable` release of flickr-cli looks like it's really removing the photos (comparing to the `develop`): ``` # Stable docker run --rm -it -u 1000:1000...

Actually I like progress bar "feature" - it's handy when you are uploading few files. When you are uploading thousands of photos you usually use some scripting + store the...

Here is example executed with "-vvv" ``` [2017-12-15 15:36:23] upload.INFO: [file] upload "20171028-163226.jpg" 13.37MB [] [] [file] 100.00% [###################################] 13,367,926 2.23MB/s [2017-12-15 15:36:28] upload.INFO: [file] status: OK - ID 39040884372...

For example this error which I got from Flickr completely stoped the uploading process: ``` ... ... [2017-12-15 16:21:57] upload.CRITICAL: [file] add to sets FAILED: Server error response [status code]...

My experience with Flickr API is that form time to time it gets such errors, but when you try it again (reupload the file / redo the action) it works...

I'm not sure if it's good idea to add some files (`.fdignore`) into the repository only to exclude the files during tests. I would prefer to have `variable` and optionally...