question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Integration doesn't start without region configured

See original GitHub issue

After updating to 2c0853f the integration doesn’t start:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 293, in async_setup
    result = await component.async_setup_entry(hass, self)  # type: ignore
  File "/config/custom_components/kia_uvo/__init__.py", line 123, in async_setup_entry
    await update(dt_util.utcnow())
  File "/config/custom_components/kia_uvo/__init__.py", line 110, in update
    event_time_local = event_time_utc.astimezone(getTimezoneByRegion(vehicle.kia_uvo_api.region))
  File "/config/custom_components/kia_uvo/utils.py", line 17, in getTimezoneByRegion
    if REGIONS[region] == REGION_CANADA:
KeyError: False

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
fuatakguncommented, Jul 16, 2021

sorry for the problem, i am on it

0reactions
Reynders1commented, Jul 16, 2021

Confirmed. It’s also working fine for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Resolving problems when starting resources - IBM
Use the advice given here to help you resolve common problems that can arise when you start resources other than an integration node....
Read more >
Cannot start Integration Manager - Dynamics GP
Provides a solution to an issue where you can't start Integration Manager or select Run Integration within Microsoft Dynamics GP.
Read more >
AWS Integration Troubleshooting - Datadog Docs
Overview. Use this guide to troubleshoot issues related to the Datadog AWS Integration. IAM permission errors. Datadog is not authorized to perform sts: ......
Read more >
Resolve API Gateway REST API Lambda integration errors
For Integration type, choose Lambda Function. 5. Expand the Lambda Region dropdown list. Then, choose the AWS Region that your Lambda function ...
Read more >
Native Azure integration | Elasticsearch Service Documentation
Sending - Logs are currently being sent to the Elasticsearch cluster. Logs not configured - Log collection is currently not configured for the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found