timrsfo

Results 8 comments of timrsfo

@brandontamm - I am not an authority in this area but, maybe the solution is to use a cron container. I found [https://github.com/fballiano/docker-magento2-cron](url), maybe this could help.

nice, thumbs up on the pull request.

I had this problem for a couple of years, last time I just bailed on 3.x. This time I pushed thru as indicated above this is maven jar file problem,...

I don't thing removing scope test is a valid fix. It may work but its really not the way to solve this problem. This would result in the jar being...

I am getting this also, I'm running on a MAC. If you add --verbose to your test run do you get the following: Error: Command failed: ffmpeg -video_size 1440x900 -r...

I was able to run the following command from the command line: ffmpeg -video_size 1440x900 -r 15 -f avfoundation -i "1" -pix_fmt nv12 -loglevel error ./my_outputfile.mp4 and open it with...

looks like some errors can be ignored, so if you set loglevel to fatal things work a bit better ffmpeg -video_size 1440x900 -r 15 -f avfoundation -i 1 -pix_fmt nv12...

i'm running this on ubuntu 12.04.5 with Java 7 and maven 3.1. I am getting the above error and I am not seeing any cobertura output file. I also tried...