mirror of
https://github.com/casualsnek/onthespot.git
synced 2026-04-26 20:45:56 +03:00
[GH-ISSUE #34] Download failing MacOS ffprobe #22
Labels
No labels
Feedback requested
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/onthespot#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Norvoke on GitHub (Nov 17, 2022).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/34
Had the below issues while trying to download any given song. It seems like it can't find ffprobe or ffmpeg, despite the fact that the two unix executables are in the
/onthespotdirectory. I'm not too sure what I'm doing wrong as everything else in the program seems to work well, but I tried to include the terminal log from launching the program. Also included a screenshot of the/onthespotdirectory.@trulow commented on GitHub (Nov 26, 2022):
Move your ffmpeg, ffplay, and ffprobe binaries into a bin/ffmpeg directory and relaunch the application using
python3 __init__.py@casualsnek commented on GitHub (May 18, 2023):
Can you try the development branch now ? The Pydub module that caused this issue is now not used. So ffprobe is not needed either !
Can you give development branch a try and see if the issue is fixed ?