Kevin
Kevin
HHomarr
Created by GkhnG on 12/31/2024 in #💬・get-help
prowlarr integration error
Quick feedback here. My setup is now working properly in 1.0.0-beta.11.
19 replies
HHomarr
Created by GkhnG on 12/31/2024 in #💬・get-help
prowlarr integration error
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)
19 replies
HHomarr
Created by GkhnG on 12/31/2024 in #💬・get-help
prowlarr integration error
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)
19 replies