Fuan
Fuan
Thanks for taking the time to create that ticket. Regarding muxing, I'm fairly certain I ran into issues doing it the way you suggest, I think the audio and video...
I suspect that you have a `/home/hobbes/livestream_saver/` directory alongside your `/home/hobbes/livestream_saver.py` which confuses python. If that is the case, delete or move that directory (better yet, move everything inside that...
There is something wrong with your setup. You might want to look into setting up a virtual environment as is described in the Readme, then install dependencies in that virtual...
I managed to reproduce this by not having a livestream_saver directory alongside livestream_saver.py. You need to have the same directory structure as is in the repository and I suspect you...
The path to your cookie.txt file is wrong, it should be `~/hbs/cookies.txt`. The error you got is a known issue. You can circumvent the problem by using the `--ignore-quality-change` argument....
Yeah, I had that error come up randomly but it seems to occur more with certain streamers than others. Not sure why exactly but I'll try to handle it better...
This is an operating system error. Apparently that file is corrupted. Perhaps Dupeguru should not crash on such error though, rather simply display a warning.
@ne1188 thanks for reporting, please open an issue ticket referencing this PR
Definitely something to look into.
> simply patching `core/pe/photo.py` by adding `jxl` to `HANDLED_EXTS` is enough to make it work. have you actually tested this? I'm a bit skeptical, because last time someone mentioned something...