JoeChip96

Results 5 comments of JoeChip96

I just tested this JSZip-sync fork: https://github.com/ericvergnaud/jszip But when I simply wrap my extraction loop into `zip.sync(function() {` ... like in the example it thows me a` external.Promise.reject is not...

It is the same with all the .MP4 files I generate with the various AI image generators like ComfyUI. No thumbnails are generated for those video files. Take this as...

> It seems to be working fine; please ensure that the dependencies are correctly installed. If it still doesn't work, you can try using venv. You see the error message...

> 先尝试用venv安装依赖 > > ``` > python -m venv venv > venv\Scripts\activate.bat # or venv/bin/Activate.ps1 , source venv/bin/activate ... > pip install -r requirements.txt > python app.py --port=7888 > ```...

ChatGPT analyzed that your code must still be using call that are no longer compatible with PyAv version from 14 on. Up until version 13 there was a 'close' attribute...