Morning. Installed via command line and is installed on a Synology x64 NAS.
Uninstalled, deleted the docker config volume and image, then reinstalled. Still having the same issue, though now the red indicator on the config page when I hover over says connection refused.
Here's the config file:
{
"channels": [
{
"deep_link_content_id": "3D10179",
"id": "fubo_espn",
"media_type": "live",
"name": "ESPN",
"playlist": "Fubo",
"plugin_script": "fubo_plugin.py",
"roku_app_id": "43465",
"tvc_guide_stationid": "32645"
},
{
"deep_link_content_id": "Q2hhbm5lbDo2MDg1NDg4OTk2NDg0Mzk2OTU",
"id": "philo_cc",
"media_type": "live",
"name": "Comedy Central",
"playlist": "Philo",
"roku_app_id": "196460",
"tvc_guide_stationid": "91415"
}
],
"epg_channels": [],
"ondemand_apps": [],
"ondemand_settings": {
"tvc_guide_art": "",
"tvg_logo": ""
},
"tuners": [
{
"encoder_url": "http://192.168.0.72/ts/1_0",
"name": "rTuner1",
"priority": 99,
"roku_ip": "http://192.168.0.176"
}
]
}
Error logs from within the app after trying to tune to a channel:
2025-10-26 13:25:19,069 - INFO - Loaded 1 tuners, 2 Gracenote, 0 EPG channels, 0 On-Demand apps.
2025-10-26 13:32:54,159 - INFO - Locked tuner: rTuner1
2025-10-26 13:32:54,160 - INFO - Tuning to actual channel Comedy Central...
2025-10-26 13:32:54,167 - ERROR - Error during background tuning for http://192.168.0.176: HTTPConnectionPool(host='http', port=80): Max retries exceeded with url: /192.168.0.176:8060/launch/196460 (Caused by NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7ff2f8aaaad0>: Failed to resolve 'http' ([Errno -2] Name or service not known)"))
2025-10-26 13:33:04,019 - INFO - Released tuner: rTuner1. Sending Home keypress.
2025-10-26 13:33:04,026 - ERROR - Failed to send Home keypress to http://192.168.0.176: HTTPConnectionPool(host='http', port=80): Max retries exceeded with url: /192.168.0.176:8060/keypress/Home (Caused by NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7ff2f8aab570>: Failed to resolve 'http' ([Errno -2] Name or service not known)"))
No indication when I click save on the settings that anything is wrong, just that its saving the settings and restarting.



