-
Notifications
You must be signed in to change notification settings - Fork 83
Description
Hi, this is my first issue posting on github, so please if I'm not doing something right, please tell me :)
OK, so we have one project that is working on Linux version of server on AWS, and I use Windows as a OS. When I want to create new attachment using this gem, I get following error:
**Av::CommandError in Api::V1::DigitalProductsController#create
error while running command if command -v avprobe 2>/dev/null; then echo "true"; else echo "false"; fi: Command 'if command -v avprobe 2>/dev/null; then echo "true"; else echo "false"; fi' returned 1. Expected 0 Here is the command output: STDOUT:
STDERR:
-v was unexpected at this time.**
_I'm reporting this as an issue, as gem is working fine on Linux, but on Windows it is not good. _
I have tried to do everything that others users reported similar problems, but without any success. Also, on stack or Google, there is no search result with my issue, like nobody has this problem :(
Please can you see if there is an issue for real, or there are some things that are too obvious that I have missed. I'm sending some screens just in order to have full picture.