We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
onedr0p
Learn more about funding links in repositories.
Report abuse
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
What steps did you take and what happened:
Deployed SABNZBD Exportarr with URL: "http://sabnzbd:8080"
What did you expect to happen:
I expected Expertarr to query api at "http://sabnzbd:8080/api?mode=server_stats"
Anything else you would like to add:
The Exportarr logs show that it hit {"url": "http://sabnzbd:8080/sabnzbd/api?mode=server_stats"} **Added a URI of sabnzbd
Additional Information:
Thus I am receiving this in Exportarr:
2024-02-06T18:18:34.011Z INFO Sending HTTP request {"url": "http://sabnzbd:8080/sabnzbd/api?mode=server_stats"}
2024-02-06T18:18:34.011Z INFO Sending HTTP request {"url": "http://sabnzbd:8080/sabnzbd/api?mode=queue"}
2024-02-06T18:18:34.016Z ERROR Failed to get queue stats {"collector": "sabnzbd", "error": "Failed to get queue stats: Failed to execute HTTP Request(http://sabnzbd:8080/sabnzbd/api?mode=queue): Get "http://sabnzbd:8080/sabnzbd/api?apikey=daae7ce1995c412ba10abd3b41692a75&mode=queue&output=json\": Received Client Error Status Code: 404"}
2024-02-06T18:18:34.018Z ERROR Failed to get server stats {"collector": "sabnzbd", "error": "Failed to get server stats: Failed to execute HTTP Request(http://sabnzbd:8080/sabnzbd/api?mode=server_stats): Get "http://sabnzbd:8080/sabnzbd/api?apikey=daae7ce1995c412ba10abd3b41692a75&mode=server_stats&output=json\": Received Client Error Status Code: 404"}
2024-02-06T18:18:34.018Z ERROR Failed to get stats {"collector": "sabnzbd", "error": "failed to get queue stats: Failed to get queue stats: Failed to execute HTTP Request(http://sabnzbd:8080/sabnzbd/api?mode=queue): Get "http://sabnzbd:8080/sabnzbd/api?apikey=daae7ce1995c412ba10abd3b41692a75&mode=queue&output=json\": Received Client Error Status Code: 404"}
The text was updated successfully, but these errors were encountered:
This was mentioned here #246 I'm fine if anyone wants to PR to fix it.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Details
What steps did you take and what happened:
Deployed SABNZBD Exportarr with URL: "http://sabnzbd:8080"
What did you expect to happen:
I expected Expertarr to query api at "http://sabnzbd:8080/api?mode=server_stats"
Anything else you would like to add:
The Exportarr logs show that it hit {"url": "http://sabnzbd:8080/sabnzbd/api?mode=server_stats"} **Added a URI of sabnzbd
Additional Information:
Thus I am receiving this in Exportarr:
2024-02-06T18:18:34.011Z INFO Sending HTTP request {"url": "http://sabnzbd:8080/sabnzbd/api?mode=server_stats"}
2024-02-06T18:18:34.011Z INFO Sending HTTP request {"url": "http://sabnzbd:8080/sabnzbd/api?mode=queue"}
2024-02-06T18:18:34.016Z ERROR Failed to get queue stats {"collector": "sabnzbd", "error": "Failed to get queue stats: Failed to execute HTTP Request(http://sabnzbd:8080/sabnzbd/api?mode=queue): Get "http://sabnzbd:8080/sabnzbd/api?apikey=daae7ce1995c412ba10abd3b41692a75&mode=queue&output=json\": Received Client Error Status Code: 404"}
2024-02-06T18:18:34.018Z ERROR Failed to get server stats {"collector": "sabnzbd", "error": "Failed to get server stats: Failed to execute HTTP Request(http://sabnzbd:8080/sabnzbd/api?mode=server_stats): Get "http://sabnzbd:8080/sabnzbd/api?apikey=daae7ce1995c412ba10abd3b41692a75&mode=server_stats&output=json\": Received Client Error Status Code: 404"}
2024-02-06T18:18:34.018Z ERROR Failed to get stats {"collector": "sabnzbd", "error": "failed to get queue stats: Failed to get queue stats: Failed to execute HTTP Request(http://sabnzbd:8080/sabnzbd/api?mode=queue): Get "http://sabnzbd:8080/sabnzbd/api?apikey=daae7ce1995c412ba10abd3b41692a75&mode=queue&output=json\": Received Client Error Status Code: 404"}
The text was updated successfully, but these errors were encountered: