-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hello,
I have an issue to make the Storm working...
I have this error and I don't know why it's not working, I create the user, I allow remote access, etc ...
2024-08-30T07:26:28.348Z INFO api storm/server.go:94 Ready to serve HTTP connections on :8221/
2024-08-30T07:26:51.322Z ERROR pool storm/pool.go:217 Failed to establish Deluge RPC connection {"error": "dial tcp [::1]:58846: connect: connection refused"}
2024-08-30T07:26:51.322Z ERROR api storm/api.go:213 Internal Server Error {"Method": "GET", "URL": "/api/plugins", "RemoteAddr": "192.168.1.121:55766", "Time": "2024-08-30T07:26:51.322Z", "StatusCode": 500, "ResponseSize": 103, "Duration": "421.053µs", "error": "A connection to the Deluge RPC daemon could not be established by the connection pool"}
The remoteaddr is not the same as the hostname i put !
DELUGE_RPC_HOSTNAME 192.168.1.61
DELUGE_RPC_PASSWORD "mypassword"
DELUGE_RPC_PORT 58846
DELUGE_RPC_USERNAME "myusername"
DELUGE_RPC_VERSION v2
Can you help me please ?