-
-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
bugSomething isn't workingSomething isn't workingneeds triageNeeds initial reviewNeeds initial review
Description
Bug Description
Soulseek download doesn't work
Steps to Reproduce
- connect your soulseek account
- search for track and try to download it
Expected Behavior
i expected it to work
Actual Behavior
button says immediatly that it downloaded but it's not
Lidify Version
v1.4.1
Deployment Method
Docker (docker-compose)
services:
lidify:
image: chevron7locked/lidify:latest
container_name: lidify
ports:
- "3030:3030"
volumes:
- /home/dstursat/Music:/music
- /home/dstursat/lidify_data:/data
environment:
- TZ=Europe/edited
# Required for Lidarr webhook integration on Linux
extra_hosts:
- "host.docker.internal:host-gateway"
restart: unless-stopped
volumes:
lidify_data:
Environment Details
Docker version 29.1.5, build 0e6fee6
Operating System: Debian GNU/Linux 13 (trixie)
Kernel: Linux 6.12.63+deb13-amd64
Browser chrome on windows
Relevant Logs
logs from the docker:
Failed to proxy http://127.0.0.1:3006/api/soulseek/download Error: socket hang up
at ignore-listed frames {
code: 'ECONNRESET'
}
Error: socket hang up
at ignore-listed frames {
code: 'ECONNRESET'
}
2026-02-07 22:50:08.610 [197] LOG: checkpoint complete: wrote 302 buffers (1.8%); 0 WAL file(s) added, 0 removed, 0 recycled; write=30.194 s, sync=0.071 s, total=30.398 s; sync files=28, longest=0.070 s, average=0.003 s; distance=1865 kB, estimate=1865 kB; lsn=0/2988178, redo lsn=0/2988140
178:M 07 Feb 2026 22:50:41.081 * 100 changes in 300 seconds. Saving...
178:M 07 Feb 2026 22:50:41.082 * Background saving started by pid 848
848:C 07 Feb 2026 22:50:41.387 * DB saved on disk
848:C 07 Feb 2026 22:50:41.388 * Fork CoW for RDB: current 2 MB, peak 2 MB, average 1 MB
178:M 07 Feb 2026 22:50:41.484 * Background saving terminated with success
[ERROR] [SOULSEEK] All 1 download attempts failed for: Kamel Camellia - Camellia feat. Nanahira - MEGA TSKR
logs from the browser console:
POST http://192.168.1.160:3030/api/soulseek/download 500 686a758399c05534.js:1 (Internal Server Error)
request @ 686a758399c05534.js:1
downloadFromSoulseek @ 686a758399c05534.js:1
(anonymous) @ VM347 72b3f3ef52cac3e3.js:11
onClick @ VM347 72b3f3ef52cac3e3.js:1
sY @ 773abe17875a49cc.js:1
(anonymous) @ 773abe17875a49cc.js:1
tD @ 773abe17875a49cc.js:1
s3 @ 773abe17875a49cc.js:1
fC @ 773abe17875a49cc.js:1
fP @ 773abe17875a49cc.js:1
686a758399c05534.js:1 [API] Request failed: /api/soulseek/download
{error: 'Internal Server Error'}
error
:
"Internal Server Error"
[[Prototype]]
:
Object
request @ 686a758399c05534.js:1
await in request
downloadFromSoulseek @ 686a758399c05534.js:1
(anonymous) @ VM347 72b3f3ef52cac3e3.js:11
onClick @ VM347 72b3f3ef52cac3e3.js:1
sY @ 773abe17875a49cc.js:1
(anonymous) @ 773abe17875a49cc.js:1
tD @ 773abe17875a49cc.js:1
s3 @ 773abe17875a49cc.js:1
fC @ 773abe17875a49cc.js:1
fP @ 773abe17875a49cc.js:1
VM347 72b3f3ef52cac3e3.js:11
Download error: Error: Internal Server Error
at Object.request (686a758399c05534.js:1:3483)
at async 72b3f3ef52cac3e3.js:11:2216
(anonymous) @ VM347 72b3f3ef52cac3e3.js:11
await in (anonymous)
onClick @ VM347 72b3f3ef52cac3e3.js:1
sY @ 773abe17875a49cc.js:1
(anonymous) @ 773abe17875a49cc.js:1
tD @ 773abe17875a49cc.js:1
s3 @ 773abe17875a49cc.js:1
fC @ 773abe17875a49cc.js:1
fP @ 773abe17875a49cc.js:1Checklist
- I have searched existing issues to ensure this bug hasn't already been reported
- I am using a supported version of Lidify
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds triageNeeds initial reviewNeeds initial review