prowlarr integration error
2024-12-31T09:13:13.352Z error: tRPC Error with query on 'widget.indexerManager.getIndexersStatus': (INTERNAL_SERVER_ERROR) - Failed to parse indexers for Prowlarr (xz6v32ogbvdpv1n8z7w1qwnc), most likely your api key is wrong:
Status parsing error: [
{
"code": "invalid_type",
"expected": "number",
"received": "undefined",
"path": [
0,
"id"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "number",
"received": "undefined",
"path": [
1,
"id"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "number",
"received": "undefined",
"path": [
2,
"id"
],
"message": "Required"
}
]
The integration connection is successful, but the connection fails on the home page due to the error above.
14 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
!qa required_data
Thank you for your question. Our support team has noted that your request does not meet the minimum required data so we are unable to answer your question.
Please provide:
- your Homarr logs
- your setup configuration (eg. docker compose, docker run, helm chart, screenshot, ...)
- A detailed description of your problem or question with additional images where necessary
- Your operating system
- Version of Homarr (do not say latest! say 0.15.2, ...)
Failure to comply with this will result in a permanent closure of your support request.
services:
homarr:
container_name: homarrlabss
image: ghcr.io/homarr-labs/homarr:dev
restart: unless-stopped
volumes:
- /home/gkhng/.homarr/datas:/app/appdata
- /var/run/docker.sock:/var/run/docker.sock
- /home/gkhng/.homarr/apps/nextjs/public/:/app/apps/nextjs/public/
ports:
- '7575:7575'
log: 2024-12-31T09:13:13.352Z error: tRPC Error with query on 'widget.indexerManager.getIndexersStatus': (INTERNAL_SERVER_ERROR) - Failed to parse indexers for Prowlarr (xz6v32ogbvdpv1n8z7w1qwnc), most likely your api key is wrong:
Status parsing error: [
{
"code": "invalid_type",
"expected": "number",
"received": "undefined",
"path": [
0,
"id"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "number",
"received": "undefined",
"path": [
1,
"id"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "number",
"received": "undefined",
"path": [
2,
"id"
],
"message": "Required"
}
]
Please read https://deploy-preview-113--homarr-docs.netlify.app/docs/getting-started/installation/docker#docker-compose before you post questions. We mentioned it multiple times, that 1.0 will have breaking changes and you must update your mounts! See https://deploy-preview-113--homarr-docs.netlify.app/docs/getting-started/after-the-installation#importing-a-zip-from-version-before-100 for details on how to migrate from <1.0 to 1.0. Please note that this link will eventually expire as soon as we end the beta program and publish 1.0.
Please enter prowler and check if all indexers are ok
@GkhnG ?
For an additional data point, I am receiving the same error on my setup which is a fresh build from beta - no migration.
homarr docker-compose:
homarr version running:
1.0.0-beta.10
prowlarr version running: 1.29.1.4903
I have 6 indexers configured, 4 are active 2 unavailable
homarr logs:
debug/trace logs from prowlarr look good:
Hello. When I remove or repair the faulty indexers the widget works fine, but it would be better if the widget also shows the faulty indexers. Thanks for your attention.
I think I know where is the problem. Please open issue on Github
GitHub
Issues · homarr-labs/homarr
A modern and easy to use dashboard. 14+ integrations. 10K+ icons built in. Authentication out of the box. No YAML, drag and drop configuration. - Issues · homarr-labs/homarr
GitHub
bug: Prowlarr Widget · Issue #1835 · homarr-labs/homarr
Describe the bug When there are faulty indexers on the Prowlarr server, the widget will not work unless you remove or repair them from the Prowlarr server. I would also like to see faulty indexers ...
GitHub
fix: prowlarr integration indexers status changed from id to indexe...
Homarr
Thank you for your contribution. Please ensure that your pull request meets the following pull request:
Builds without warnings or errors (pnpm buid, autofix with pnpm format:fix)
Pull r...
Thank you
Quick feedback here. My setup is now working properly in 1.0.0-beta.11.