H
Homarr2w ago
Maris

Issue with Sonarr Calendar Integration

Sonarr and Radarr were integrating fine, connections were successfull. But once I included Sonarr in the cal widget. It just outputs a lot of infos and hinting at missing stuff. This is my first hour with Homarr, so I hope i am not missing something super obvious.
No description
Solution:
This is clearly a bug, please post this as a new issue on https://github.com/homarr-labs/homarr/issues/new/choose and paste this log that you sent here too. This should be an easy fix. I will mark this issue as resolved since we do not track bugs in Discord and the resolution is clear. Thank you!
Jump to solution
6 Replies
Cakey Bot
Cakey Bot2w 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?
Maris
MarisOP2w ago
This is running inside of a LXC in Proxmox. Sonarr is hosted on a remote machine and is being connected via HTTPS through a Caddy reverse proxy (maybe a breaking point) Homarr is 1.5.0
Manicraft1001
Manicraft10012w ago
!qa required_data
Cakey Bot
Cakey Bot2w 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.
Maris
MarisOP2w ago
Theres a lot of repetetive stuff goin on in the logs but the key message is the following:
"message": "Invalid enum value. Expected 'screenshot' | 'poster' | 'banner' | 'fanart' | 'clearlogo', received 'unknown'"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
7,
"series",
"images",
3,
"remoteUrl"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
7,
"images",
0,
"remoteUrl"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
8,
"series",
"images",
0,
"remoteUrl"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
8,
"series",
"images",
1,
"remoteUrl"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
8,
"series",
"images",
2,
"remoteUrl"
],
"message": "Required"
},
{
"received": "unknown",
"code": "invalid_enum_value",
"options": [
"screenshot",
"poster",
"banner",
"fanart",
"clearlogo"
],
"path": [
8,
"series",
"images",
3,
"coverType"
],
"message": "Invalid enum value. Expected 'screenshot' | 'poster' | 'banner' | 'fanart' | 'clearlogo', received 'unknown'"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
7,
"series",
"images",
3,
"remoteUrl"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
7,
"images",
0,
"remoteUrl"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
8,
"series",
"images",
0,
"remoteUrl"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
8,
"series",
"images",
1,
"remoteUrl"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
8,
"series",
"images",
2,
"remoteUrl"
],
"message": "Required"
},
{
"received": "unknown",
"code": "invalid_enum_value",
"options": [
"screenshot",
"poster",
"banner",
"fanart",
"clearlogo"
],
"path": [
8,
"series",
"images",
3,
"coverType"
],
I think caddy could be ruled out as a culprit as radarr is coming through okay, running on the exact same setup
Solution
Manicraft1001
Manicraft10012w ago
This is clearly a bug, please post this as a new issue on https://github.com/homarr-labs/homarr/issues/new/choose and paste this log that you sent here too. This should be an easy fix. I will mark this issue as resolved since we do not track bugs in Discord and the resolution is clear. Thank you!

Did you find this page helpful?