isonic1 / flick

A CLI with helpful QA tools for Android (Devices & Emulators) and iOS (Devices).
MIT License
101 stars 26 forks source link

Error "2 input names specified, please check usage" while saving video file in desired path #42

Closed navneet-kumar closed 5 years ago

navneet-kumar commented 5 years ago

Dear @isonic1 ,

First of all thank you very much for this solution, this is extremely useful.

I am using Flick version: 0.4.4 I followed your examples example 1 and example 2 but while executing the stop command i am getting this error and it doesn't get copied into the target location.

mkdir: 'sdcard/flick': File exists Stopping Recorder!!! Error - 2 input names specified, please check usage error: No such file or directory @ rb_file_s_rename - (/Users/navneet/.flick/ZX1G42BKJT/Login screen static text check - English.mp4, /path/to/target/location/Login screen static text check - English.mp4). Use --trace to view backtrace Saving to /path/to/target/location/Login screen static text check - English.mp4

navneet-kumar commented 5 years ago

Check the location sdcard/flick in your mobile device using command adb shell and delete all files if there are any.

Call start and stop command sequentially, try restarting if you can't get out of the loop.