mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 15:45:54 +03:00
[GH-ISSUE #346] [Bug Report] Some song downloads are only 30 seconds #1594
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#1594
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 @Jth0mp on GitHub (Jan 15, 2026).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/346
I tried fetching the album again and downloading it again but it's always the same songs that end up being only 30 seconds.
Here are the debug logs.
@shreyasjeetsingh commented on GitHub (Jan 16, 2026):
Having the same issue
@afkarxyz commented on GitHub (Jan 25, 2026):
From the API side, 24-bit quality is delivered using a streaming/DASH method and split into multiple parts.
If you only get around 30 seconds of audio, it means only the first part was successfully downloaded.
The remaining parts likely failed due to an unstable internet connection.