Mike Gleason jr Couturier

Results 44 comments of Mike Gleason jr Couturier

if you set the global variable `SafeEncoding` to `true` on startup, it should not segfault in containers. @rajendraventurit confirmed it in the PR above.

:+1: **edit** I just increased the waitDuration to make it go away for me: ``` var zombie = require('zombie'); zombie.waitDuration = '30s'; ```

Just a suggestion, try to open your page in Chrome with the console open to see if there are any errors popping up. I know that zombie reports an error...

When the tcp stream is broken (for any reason, camera reboot, router reboot, etc) between ffmpeg and the camera, ffmpeg just continues silently but stops recording anything and doesn't recover....

Still having this issue and none of the (seemingly unrelated fixes) works. The comment https://github.com/flameshot-org/flameshot/issues/748#issuecomment-692155847 seems to describe properly the bug, yet, all that I'm reading everywhere is to try...

> > Still having this issue and none of the (seemingly unrelated fixes) works. The comment [#748 (comment)](https://github.com/flameshot-org/flameshot/issues/748#issuecomment-692155847) seems to describe properly the bug, yet, all that I'm reading everywhere...

Same here with Ubuntu 24.04 Wayland with 150% fractional scaling. The UI changes when playing with the environment variables, but the zoomed-in screen still remains.

Having the same issue, should `cancelFunc` be always non-nil and be a no-op by default?

Have the same issue after having `ENABLE_HTTP_MANAGEMENT` enabled. The workaround did not fix it for me though... EDIT: in worked with the original workaround by moving the struct around, not...