Hi,
I’ve tried to install latest version v4.2.1 but it always fails with this error in the logs:
…
2026-07-30 18:41:26.966341 +00:00 custom-intg-horizon INFO 2026-07-30 19:41:26 | ucapi.api | DEBUG | [(‘127.0.0.1’, 41110)] <-: {“kind”: “event”, “msg”: “driver_setup_change”, “msg_data”: {“event_type”: “SETUP”, “state”: “WAIT_USER_ACTION”, “require_user_action”: {“input”: {“title”: {“en”: “LG Horizon Setup”}, “settings”: [{“id”: “provider”, “label”: {“en”: “Provider”}, “field”: {“dropdown”: {“items”: [{“id”: “Ziggo”, “label”: {“en”: “Ziggo (Netherlands)”}}, {“id”: “VirginMedia”, “label”: {“en”: “Virgin Media (UK/Ireland)”}}, {“id”: “Telenet”, “label”: {“en”: “Telenet (Belgium)”}}, {“id”: “UPC”, “label”: {“en”: “UPC (Switzerland)”}}, {“id”: “Sunrise”, “label”: {“en”: “Sunrise (Switzerland)”}}]}}}, {“id”: “username”, “label”: {“en”: “Username / Email”}, “field”: {“text”: {“placeholder”: “your.email@example.com”}}}, {“id”: “password”, “label”: {“en”: “Password (or Refresh Token)”}, “field”: {“password”: “REDACTED”}}]}}}, “cat”: “DEVICE”}
2026-07-30 18:41:26.961440 +00:00 custom-intg-horizon INFO 2026-07-30 19:41:26 | uc_intg_horizon.setup_flow | ERROR | Discovery failed: Setup failed: object str can’t be used in ‘await’ expression
2026-07-30 18:41:26.956998 +00:00 custom-intg-horizon INFO 2026-07-30 19:41:26 | uc_intg_horizon.setup_flow | ERROR | Setup validation failed: object str can’t be used in ‘await’ expression
2026-07-30 18:41:26.106626 +00:00 custom-intg-horizon INFO 2026-07-30 19:41:26 | uc_intg_horizon.setup_flow | INFO | Validating credentials for VirginMedia…
2026-07-30 18:41:26.105708 +00:00 custom-intg-horizon INFO 2026-07-30 19:41:26 | ucapi_framework.setup | DEBUG | Pre-discovery data collected: [‘password’, ‘provider’, ‘restore_from_backup’, ‘username’]
2026-07-30 18:41:26.103438 +00:00 custom-intg-horizon INFO 2026-07-30 19:41:26 | ucapi_framework.setup | DEBUG | User data response: UserDataResponse(input_values={‘password’: ‘eyJ0eXAiOiJKV1QiLCJraWQiOiJyZWZyZXNoX3Rva2VuX3VrXzA2XzIwMjUiLCJhbGciOiJIUzI1NiJ9.eyJqdGkiOiIxMjA3NmI5MC1jMWNjLTRkNGMtOWJiNi01NGNjZWE3NjAxMjQiLCJzdWIiOiIxMjY1NzMxNjJfZ2IiLCJpc3MiOiJwcC1hcGkub2VzcC5ob3Jpem9uLnR2IiwiaWF0IjoxNzg1NDM2ODYyLCJzaWQiOiIzZDMzOTcxMDMwNzgzNGNlMzY3Y2E5NDQ2YTFjMGJlNzU2M2M4Y2U4YTgyYzQ2M2ViMDZkZDI0NGUzMTNkNTRkIiwiY3VzdG9tZXJJZCI6IjEyNjU3MzE2MiIsImV4cCI6MTc5MzIxMjg2MiwicGVhbERhdGFFeHAiOjE3ODU1MjMyNjI4MzcsInJlZnJlc2hUb2tlbiI6ImpsU1BUTmNGZFZ4VFAxN1RHZWZ1bVlhbDFCWWhIWlhzbzhvMVQxVHhidiIsImxnaTp1c2VybmFtZSI6IjEyNjU3MzE2MiIsInR5cGUiOiJvaWRjIiwiY3ZwIjoiZGVmYXVsdCJ9.4Jk-Q9rc2kWsOYYJuOH_K5Eqb_FxvSZtD7Oqs7ZJ3uE’, ‘provider’: ‘VirginMedia’, ‘restore_from_backup’: ‘false’, ‘username’: ‘alexbahl@hotmail.com’})
2026-07-30 18:41:26.101780 +00:00 custom-intg-horizon INFO 2026-07-30 19:41:26 | ucapi.api | DEBUG | [(‘127.0.0.1’, 41110)] <-: {“kind”: “event”, “msg”: “driver_setup_change”, “msg_data”: {“event_type”: “SETUP”, “state”: “SETUP”}, “cat”: “DEVICE”}
2026-07-30 18:41:25.597163 +00:00 custom-intg-horizon INFO 2026-07-30 19:41:25 | ucapi.api | DEBUG | [(‘127.0.0.1’, 41110)] <-: {“kind”: “resp”, “req_id”: 7, “code”: 200, “msg”: “result”, “msg_data”: {}}
…
Any idea why? And how to fix it?
Regards,
Regis