[GH-ISSUE #147] [BUG] Suddenly stopped working at 'converting' #112

Closed
opened 2026-03-04 12:29:12 +03:00 by kerem · 3 comments
Owner

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?

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?
kerem 2026-03-04 12:29:12 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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)

<!-- gh-comment-id:2292422219 --> @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](https://johnvansickle.com/ffmpeg/). 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)
Author
Owner

@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.

<!-- gh-comment-id:2293013635 --> @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.
Author
Owner

@StevenBeyen commented on GitHub (Aug 20, 2024):

I purged ffmpeg a couple of times and everything seems to work fine again. 😄

<!-- gh-comment-id:2298451856 --> @StevenBeyen commented on GitHub (Aug 20, 2024): I purged ffmpeg a couple of times and everything seems to work fine again. :smile:
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/onthespot#112
No description provided.