Skip to content

Python error with example.mp4 #85

@m6audereo

Description

@m6audereo

running "anifetch example.mp4" gave out

Couldn't find a corresponding cache. Will cache the animation. Caching... Traceback (most recent call last): File "/usr/bin/anifetch", line 8, in sys.exit(main()) ^^ File "/usr/lib/python3.14/site-packages/anifetch/init.py", line 12, in main run_anifetch(args) ^^^^^^ File "/usr/lib/python3.14/site-packages/anifetch/core.py", line 234, in run_anifetch fetch_output: list[str] = get_fetch_output( ^ not args.neofetch, neofetch_status, args.force, args.config ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/lib/python3.14/site-packages/anifetch/utils.py", line 434, in get_fetch_output fetch_output = subprocess.check_output(output, text=True).splitlines() ~^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/subprocess.py", line 472, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *kwargs).stdout ^^^^^^^^^ File "/usr/lib/python3.14/subprocess.py", line 556, in run stdout, stderr = process.communicate(input, timeout=timeout) ~^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/subprocess.py", line 1207, in communicate stdout = self.stdout.read() File "", line 325, in decode UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 864: invalid continuation byte

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions