You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When choosing sonarr as a source for calendar information, homarr starts parsing a massive amount of data instead of displaying a calendar.
Homarr is 1.5.0 running inside of an LXC on Proxmox.
Connecting to a sonarr instance running remotely through HTTPS over a caddy reverse proxy.
The setup is not really at fault as the virtually identical radarr integration is working flawlessly.
When calling the Board, massive amounts of data are flushed through the logs but are mostly repeating a similar pattern:
Describe the bug
When choosing sonarr as a source for calendar information, homarr starts parsing a massive amount of data instead of displaying a calendar.
Homarr is 1.5.0 running inside of an LXC on Proxmox.
Connecting to a sonarr instance running remotely through HTTPS over a caddy reverse proxy.
The setup is not really at fault as the virtually identical radarr integration is working flawlessly.
When calling the Board, massive amounts of data are flushed through the logs but are mostly repeating a similar pattern:
"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" ],
Resulting in a calendar like this:
Steps to reproduce
Connect sonarr integration via URL and API, add a calendar widget, edit widget to use sonarr as a source.
Impact
Calendar widget is not rendering as expected.
Additional information
This is being run as a LXC from helper-scripts.com on Proxmox 8.3.0
Version
1.5.0
Installation method
Other (describe in "additional information")
Browser
Chrome
The text was updated successfully, but these errors were encountered: