mirror of
https://github.com/casualsnek/onthespot.git
synced 2026-04-27 04:55:57 +03:00
[GH-ISSUE #147] [BUG] Suddenly stopped working at 'converting' #112
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#112
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 @StevenBeyen on GitHub (Aug 10, 2024).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/147
I've used Onthespot to download my playlists on Ubuntu.
It worked fine for about 1k songs, and then suddenly stopped working at the conversion from ogg to mp3, after download.
I've tried with different songs, it happens every single time.
I've tried running the ffmpeg command manually and it works, so the problem lies with Onthespot.
I suspect some overflow in the logs or something like this, can you tell me where the data files are stored?
@justin025 commented on GitHub (Aug 15, 2024):
Logs are in ~/.cache but the problem lies in your ffmpeg binary, not sure what build flags ubuntu uses but there are some official builds here. If you are very knowledgeable ffmpeg needs sdl and mp3 enabled at build time otherwise it gets stuck at converting.
You could also try the onthespot_ffm builds which bundle a working version of ffmpeg:
https://github.com/casualsnek/onthespot/releases/tag/v0.5
https://file.io/1kyUxARvo2GC (personal build)
@StevenBeyen commented on GitHub (Aug 16, 2024):
Thanks, I'll try this.
Then I don't understand why it worked fine for over a thousand songs, manually running ffmpeg still works, but using onthespot suddenly doesn't anymore.
@StevenBeyen commented on GitHub (Aug 20, 2024):
I purged ffmpeg a couple of times and everything seems to work fine again. 😄