-
Notifications
You must be signed in to change notification settings - Fork 21
["ffmpegArgs" must not be a sparse array] #10
Comments
it means there is an On Wed, Nov 16, 2016 at 2:56 PM, santhosh12992 [email protected]
|
Since, ffmpegArgs is optional i didnt used those in my config file. jasmine.getEnv().addReporter(new VideoReporter({ })); still i am facing the same issue. |
You probably don't have the |
Hi tepez, I am using windows. I am not able to troubleshoot this err. If required i will share you more details. Thx. |
Sorry, I've never run this on Windows, can't help with that |
Thanks for your replay tepez. Kindly let me know this as been made compatable with windows also. |
@tomyam1 protractor.conf
both ffmpeg & protractor-video-reporter are installed. [15:48:27] E/launcher - Error: ValidationError: child "ffmpegArgs" fails because ["ffmpegArgs" must not be a sparse array] Any ideas? |
Also experienced this if I setup my reporter like so:
I did not include Thanks! |
+1 same issue on OSX |
Hello i'm also experiencing the same issue on OSX i installed the ffmpeg library, i could detect that the process.env.DISPLAY is undefined, please is there anyway to solve the problem? |
I was able to have it run on both mac and windows to record protactor tests running. Sample code can be found here https://stackoverflow.com/a/45803583/4425525 The order of parameters in the array matters, as they are sent to ffmpeg command line in that order. |
Hi dude..,
I have trying this video recorder but i got error message as below.
The text was updated successfully, but these errors were encountered: