H
Homarr4w ago
GkhnG

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
Cakey Bot
Cakey Bot4w ago
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?
Manicraft1001
Manicraft10014w ago
!qa required_data
Cakey Bot
Cakey Bot4w ago
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.
GkhnG
GkhnGOP4w ago
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" } ]
Manicraft1001
Manicraft10014w ago
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.
Yossi
Yossi3w ago
Please enter prowler and check if all indexers are ok @GkhnG ?
Kevin
Kevin3w ago
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:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:beta
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ${DOCKERCONFDIR}/homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=<redacted>
ports:
- '7575:7575'
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:beta
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ${DOCKERCONFDIR}/homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=<redacted>
ports:
- '7575:7575'
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:
2025-01-01T19:40:00.555Z error Failed to run integration job integration=gmvynyurke4vt86b62pgjrs1 inputHash='W3t9XQ==' error=Error: Failed to parse indexers for Prowlarr (gmvynyurke4vt86b62pgjrs1), 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"
}
]
...
at ProwlarrIntegration.getIndexersAsync (/app/apps/tasks/tasks.cjs:434964:13)
at async Object.requestAsync (/app/apps/tasks/tasks.cjs:437008:12)
at async Object.requestAsync (/app/apps/tasks/tasks.cjs:435812:16)
at async requestNewDataAsync (/app/apps/tasks/tasks.cjs:435766:26)
at async Object.getCachedOrUpdatedDataAsync (/app/apps/tasks/tasks.cjs:435777:20)
at async /app/apps/tasks/tasks.cjs:436910:9
at async catchingCallbackAsync (/app/apps/tasks/tasks.cjs:423514:9)
2025-01-01T19:40:00.555Z error Failed to run integration job integration=gmvynyurke4vt86b62pgjrs1 inputHash='W3t9XQ==' error=Error: Failed to parse indexers for Prowlarr (gmvynyurke4vt86b62pgjrs1), 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"
}
]
...
at ProwlarrIntegration.getIndexersAsync (/app/apps/tasks/tasks.cjs:434964:13)
at async Object.requestAsync (/app/apps/tasks/tasks.cjs:437008:12)
at async Object.requestAsync (/app/apps/tasks/tasks.cjs:435812:16)
at async requestNewDataAsync (/app/apps/tasks/tasks.cjs:435766:26)
at async Object.getCachedOrUpdatedDataAsync (/app/apps/tasks/tasks.cjs:435777:20)
at async /app/apps/tasks/tasks.cjs:436910:9
at async catchingCallbackAsync (/app/apps/tasks/tasks.cjs:423514:9)
debug/trace logs from prowlarr look good:
2025-01-01 14:50:01.0|Trace|Http|Req: 545 [GET] /api/v1/indexerstatus (from 172.20.0.1 node)
2025-01-01 14:50:01.0|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-01-01 14:50:01.0|Trace|Http|Res: 545 [GET] /api/v1/indexerstatus: 200.OK (13 ms)
2025-01-01 14:50:01.1|Debug|Api|[GET] /api/v1/indexerstatus: 200.OK (13 ms)
2025-01-01 14:50:01.0|Trace|Http|Req: 545 [GET] /api/v1/indexerstatus (from 172.20.0.1 node)
2025-01-01 14:50:01.0|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-01-01 14:50:01.0|Trace|Http|Res: 545 [GET] /api/v1/indexerstatus: 200.OK (13 ms)
2025-01-01 14:50:01.1|Debug|Api|[GET] /api/v1/indexerstatus: 200.OK (13 ms)
GkhnG
GkhnGOP3w ago
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.
Yossi
Yossi3w ago
I think I know where is the problem. Please open issue on Github
Yossi
Yossi3w ago
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
GkhnG
GkhnGOP3w ago
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 ...
Yossi
Yossi3w ago
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...
GkhnG
GkhnGOP3w ago
Thank you
Kevin
Kevin3w ago
Quick feedback here. My setup is now working properly in 1.0.0-beta.11.

Did you find this page helpful?