mstgrv
mstgrv
I was about to post a fresh bug report but I think I might be experiencing this one. I'm running a simple Docker compose file which includes a Tailscale sidecar...
Thanks very much for that. Running Dangerzone via the commandline, this is the output showing the error: ``` [INFO] > /usr/local/bin/docker run --security-opt=no-new-privileges:true --cap-drop all --cap-add SYS_CHROOT --network=none -u dangerzone...
Yeah it's weird because it doesn't even seem like a -B is even being passed anywhere from that output. Running with that extra flag, I get the below: > I0904...
That did seem to fix it, that error is no longer happening and it seems to be waiting to be given a file to process. Is there a way to...
This was fixed for me in 0.8.0 and 0.8.1, but it's happening again in 0.9.0 - conversions are failing with "Unspecified error" when using with Orbstack v1.10.3. Downgrading from 0.9.0...
Working again so far in 0.9.1
Thanks for that - all seems to work well if I change the container to .ogg (without transcoding) using `ffmpeg -i input.vorbis -c copy output.ogg`