error with qBittorrent api #1189
Replies: 3 comments 1 reply
-
Please post the output from the curl calls from the troubleshooting guide that you checked off. Connection reset is not usually a bug in our code but setup-related |
Beta Was this translation helpful? Give feedback.
1 reply
-
This discussion has been automatically closed due to inactivity. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I have ssl on my qBittorrent and the widget on homepage keep giving me these errors
[2023-04-05T11:40:34.180Z] error: Error calling https://10.0.0.2/api/v2/torrents/info...
[2023-04-05T11:40:34.181Z] error: [
500,
Error: Client network socket disconnected before secure TLS connection was established
at connResetException (node:internal/errors:717:14)
at TLSSocket.onConnectEnd (node:_tls_wrap:1595:19)
at TLSSocket.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1359:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: 'ECONNRESET',
path: null,
host: '10.0.0.2',
port: 2081,
localAddress: undefined
}
]
[2023-04-05T11:40:34.183Z] error: HTTP 500 getting data from qBittorrent. Data: { error: [Object] }
[2023-04-05T11:40:35.194Z] error: undefined
Steps to reproduce
idk now how to reproduce, i just configure the widget correctly and it gives me the error
homepage version
v0.6.14
Installation method
Docker
Configuration
Container Logs
No response
Browser Logs
No response
Other
No response
Before submitting, I have made sure to
Beta Was this translation helpful? Give feedback.
All reactions