-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sock connection problem #654
Comments
did you mount your socket file into flood container correctly? maybe socket file is not located at /config/.local/share/rtorrent/rtorrent.sock of container, can you find it in your host dir /home/olindo/dlconf/.local/share/rtorrent/ ?. |
added your suggest mapping and now: |
I have no idea about this, you may need to see the document of rtorrent. Is there some old lock file exists? Or you are running multiple rtorrent instance? |
No it's inside a docker container |
Type: Bug Report
Your Environment
services:
flood:
hostname: flood
image: jesec/flood
user: 1000:1000
restart: unless-stopped
command: --port 3001 --allowedpath /data
environment:
HOME: /config
rtorrent:
hostname: rtorrent
image: jesec/rtorrent
user: 1000:1000
restart: unless-stopped
command: -o network.port_range.set=6881-6881,system.daemon.set=true
environment:
HOME: /config
volumes:
- /home/olindo/dlconf:/config
- /home/olindo/drevo/rtorrent/data:/data
ports:
- 6881:6881
Summary
Doesn't add torrent i foun in the log:
Error: connect ECONNREFUSED /config/.local/share/rtorrent/rtorrent.sock
at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1146:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '/config/.local/share/rtorrent/rtorrent.sock'
}
Expected Behavior
it connects and regulary work
Current Behavior
Possible Solution
Steps to Reproduce
Context
The text was updated successfully, but these errors were encountered: