-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Describe the bug
Any download in the app fails
To Reproduce
Steps to reproduce the behavior:
- Open Drop Client
- Click on any game in the library
- Attempt to Download that game
- See error - "Drop encountered an error while Downloading, see Download Manager for specific error"
Note: The download manager does not show any specific error, nor do the console logs from running the client:
(drop-app:243639): libayatana-appindicator-WARNING **: 13:03:17.639: libayatana-appindicator is deprecated. Please use libayatana-appindicator-glib in newly written code.
2025-08-01T13:03:39.955778078+01:00 | INFO | src/download_manager/download_manager_frontend.rs:110 - creating download with meta DownloadableMetadata { id: "4ab3258c-1cc4-4458-9ec6-5806a3f99c48", version: Some(".zip"), download_type: Game }
2025-08-01T13:03:39.956023895+01:00 | INFO | src/download_manager/download_manager_builder.rs:228 - starting download for DownloadableMetadata { id: "4ab3258c-1cc4-4458-9ec6-5806a3f99c48", version: Some(".zip"), download_type: Game }
2025-08-01T13:03:40.108216399+01:00 | INFO | src/games/downloads/drop_data.rs:97 - Any contexts which are complete? false
2025-08-01T13:03:40.154407305+01:00 | ERROR | src/games/downloads/download_agent.rs:317 - download failed. See Download Manager status for specific error
2025-08-01T13:03:40.154734914+01:00 | ERROR | src/games/downloads/download_agent.rs:397 - error while managing download: download failed. See Download Manager status for specific error
2025-08-01T13:03:40.171809908+01:00 | ERROR | src/games/downloads/download_agent.rs:317 - download failed. See Download Manager status for specific error
2025-08-01T13:03:40.288882299+01:00 | ERROR | src/games/downloads/download_agent.rs:317 - download failed. See Download Manager status for specific error
2025-08-01T13:03:40.289892973+01:00 | INFO | src/games/downloads/download_agent.rs:352 - download agent for 4ab3258c-1cc4-4458-9ec6-5806a3f99c48 exited without completing (0/1402)
Expected behaviour
The Download to start and continue without error
Desktop (please complete the following information):
- OS: Debian
- App Version 0.3.1
Additional context
After setting up the Drop server instance in Docker, behind a reverse proxy (Traefik), I am not able to download any game added to the library with the client.