Replies: 1 comment 2 replies
-
|
Does it worked before, or is it a fresh install? Looks like ffprobe (is part of ffmpeg) is missing. Run: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i got this error and i don´t know the reason:
pi@picframe-Pi5:~ $ INFO:start.py:starting ['/home/pi/venv_picframe/bin/picframe']
INFO:model.Model:Open config file: /home/pi/picframe_data/config/configuration.yaml:
Exception in thread Thread-1 (__loop):
Traceback (most recent call last):
File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
self.run()
File "/usr/lib/python3.11/threading.py", line 975, in run
self._target(*self._args, **self._kwargs)
File "/home/pi/venv_picframe/lib/python3.11/site-packages/picframe/image_cache.py", line 56, in __loop
self.update_cache()
File "/home/pi/venv_picframe/lib/python3.11/site-packages/picframe/image_cache.py", line 93, in update_cache
self.__insert_file(file)
File "/home/pi/venv_picframe/lib/python3.11/site-packages/picframe/image_cache.py", line 408, in __insert_file
meta = self.__get_video_info(file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pi/venv_picframe/lib/python3.11/site-packages/picframe/image_cache.py", line 541, in __get_video_info
meta = get_video_info(file_path_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pi/venv_picframe/lib/python3.11/site-packages/picframe/video_streamer.py", line 63, in get_video_info
result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 1024, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.11/subprocess.py", line 1901, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'ffprobe'
gl_id b'GL' b'3.1 Mesa 24.2.8-1~bpo12+rpt3'
failed to connect to display
failed to connect to display
do you have in idea?
Beta Was this translation helpful? Give feedback.
All reactions