API Error: sonarr: Unknown proxy service type #4529
-
DescriptionAfter inputting the calendar widget into homepage I'm met with the error: API Error: sonarr: Unknown proxy service type" Where am I going wrong? homepage versionv0.10.6 Installation methodDocker Configuration# -- Calendar Start -- #
- Upcoming Calendar:
widget:
type: calendar
firstDayInWeek: monday # optional - defaults to monday
view: monthly # optional - possible values monthly, agenda
maxEvents: 10 # optional - defaults to 10
showTime: true # optional - show time for event happening today - defaults to false
timezone: Europe/London # optional and only when timezone is not detected properly (slightly slower performance) - force timezone for ical events (if it's the same - no change, if missing or different in ical - will be converted to this timezone)
integrations: # optional
- type: sonarr # active widget type that is currently enabled on homepage - possible values: radarr, sonarr, lidarr, readarr, ical
service_group: Media # group name where widget exists
service_name: Sonarr # service name for that widget
color: teal # optional - defaults to pre-defined color for the service (teal for sonarr)
params: # optional - additional params for the service
unmonitored: true # optional - defaults to false, used with *arr stack
# -- Calendar End -- # Container LogsNo response Browser LogsTroubleshootingRestarted homepage. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Please mark as resolved. Had to match 'service_group:' to the corresponding group name where my sonarr widget was and had to capitalise the name 'Sonarr' in service_name. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed because it was marked as answered. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
Please mark as resolved. Had to match 'service_group:' to the corresponding group name where my sonarr widget was and had to capitalise the name 'Sonarr' in service_name.