mirror of
https://github.com/binimum/tidal-ui.git
synced 2026-04-26 20:35:48 +03:00
[GH-ISSUE #92] Download Failed Errors #77
Labels
No labels
bug
duplicate
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tidal-ui#77
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 @PercBirdie on GitHub (Jan 6, 2026).
Original GitHub issue: https://github.com/binimum/tidal-ui/issues/92
When downloading and exporting to ZIP Archive, error text file is included in ZIP file:
"Error: Download failed. The stream URL may require a proxy. Please try streaming instead."
This happens with songs being downloaded individually but comes up as a error bubble with same message on UI client.
Error occurs when trying to stream songs as well.
Songs that successfully download seem to be random, as a second try might yield songs that wouldn't download before. This issue began to occur about 5 days ago.
Tested on:
Fedora Linux 43, MacOS Tahoe 26.1, & Android 16
Firefox and Chrome browsers
Two seperate networks
Occurs on self hosted and on https://music.binimum.org/
@binimum commented on GitHub (Jan 6, 2026):
This error is really badly written and is from the start of the project, when I used a CORS proxy. This basically means that all APIs failed to return a response - usually trying again a few times does the trick. If you are listening to an Atmos version of a track then this error will also occur due to some APIs using non-Atmos accounts.