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
I download audio from youtube and split into chapters. Then I need to delete the original unsplit audio file. This is done with --exec post_process:rm. However, it does not work and gives a Termux error.
Now, at the end of the process, I do see the notification [Exec]... rm '/storage/...' - the command is truncated in the notification and I can't be sure it's deleting the right file - but I assume so. HOWEVER, it does not progress, and the full audio file is NOT deleted.
When I stop the process by pushing the button in the notification, I get the error of @Marco-9456
Describe the bug
I download audio from youtube and split into chapters. Then I need to delete the original unsplit audio file. This is done with
--exec post_process:rm
. However, it does not work and gives a Termux error.To Reproduce
custom template:
try with this yt video:
https://youtu.be/CAqljVOClyY
the audio will be downloaded and split, but at the post_process, it will give an error:
Error reports & Screenshots
ERROR: [Errno 2] No such file or directory: '/data/data/com.termux/files/usr/bin/sh'
Device info
1.7.2-(F-Droid)
Additional context
No response
The text was updated successfully, but these errors were encountered: