Gonzalo Plaza

Results 4 comments of Gonzalo Plaza

Hi .. i'm still having issues with PHP 7.4 , tested with Alpine 3.11 & 3.12 and php-json extension Installing the extension: ``` RUN apk --no-cache add php php-fpm php-dom...

@henzeb just fixed. I've commented/removed this old line found inside our Dockerfile. Looks like it was causing the problem. ``` # fix work iconv library with alphine #RUN apk add...

That configuration worked for me too. Thank you very much! .

If you're still looking for a workaround, updating the log level to a higher one worked for us More info here: https://pyav.org/docs/stable/api/utils.html ```python logging.getLogger("libav").setLevel(logging.FATAL) ``` Also they suggest to set...