You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Never mind my old post.
I installed spodcast via pip install on a linux machine. everything works well, however the transcoding (to mp3) gives errors:
Traceback (most recent call last):
File "/usr/bin/spodcast", line 33, in
sys.exit(load_entry_point('spodcast==0.5.2', 'console_scripts', 'spodcast')())
File "/usr/lib64/python3.9/site-packages/spodcast/main.py", line 42, in main
args.func(args)
File "/usr/lib64/python3.9/site-packages/spodcast/app.py", line 30, in client
download_episode(episode_id)
File "/usr/lib64/python3.9/site-packages/spodcast/podcast.py", line 172, in download_episode
path, size, mimetype = download_stream(stream, filepath)
File "/usr/lib64/python3.9/site-packages/spodcast/podcast.py", line 144, in download_stream
ffmpeg.run(transcoder, quiet=True)
File "/usr/lib64/python3.9/site-packages/ffmpeg/_run.py", line 313, in run
process = run_async(
File "/usr/lib64/python3.9/site-packages/ffmpeg/_run.py", line 284, in run_async
return subprocess.Popen(
File "/usr/lib64/python3.9/subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib64/python3.9/subprocess.py", line 1821, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg'
The text was updated successfully, but these errors were encountered:
BumbleCast
changed the title
Podcasts with Special characters
No such file or directory: 'ffmpeg'
Aug 26, 2022
Never mind my old post.
I installed spodcast via pip install on a linux machine. everything works well, however the transcoding (to mp3) gives errors:
Traceback (most recent call last):
File "/usr/bin/spodcast", line 33, in
sys.exit(load_entry_point('spodcast==0.5.2', 'console_scripts', 'spodcast')())
File "/usr/lib64/python3.9/site-packages/spodcast/main.py", line 42, in main
args.func(args)
File "/usr/lib64/python3.9/site-packages/spodcast/app.py", line 30, in client
download_episode(episode_id)
File "/usr/lib64/python3.9/site-packages/spodcast/podcast.py", line 172, in download_episode
path, size, mimetype = download_stream(stream, filepath)
File "/usr/lib64/python3.9/site-packages/spodcast/podcast.py", line 144, in download_stream
ffmpeg.run(transcoder, quiet=True)
File "/usr/lib64/python3.9/site-packages/ffmpeg/_run.py", line 313, in run
process = run_async(
File "/usr/lib64/python3.9/site-packages/ffmpeg/_run.py", line 284, in run_async
return subprocess.Popen(
File "/usr/lib64/python3.9/subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib64/python3.9/subprocess.py", line 1821, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg'
The text was updated successfully, but these errors were encountered: