GithubHelp home page GithubHelp logo

Comments (4)

ludeeus avatar ludeeus commented on May 26, 2024

if it fails to load just try it again.
I tested with your sameid now, and got 'Wind Chill Warning'

from weatheralerts.

chipriley avatar chipriley commented on May 26, 2024

I'm getting this also. Config and install location is correct. I have rebooted/restarted multiple times and it has never worked.

2019-02-25 15:03:40 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up platform weatheralerts Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 128, in _async_setup_platform SLOW_SETUP_MAX_WAIT, loop=hass.loop) File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for return fut.result() File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/config/custom_components/weatheralerts/sensor.py", line 39, in setup_platform add_devices([WeatherAlertsSensor(sameid)]) File "/config/custom_components/weatheralerts/sensor.py", line 44, in __init__ self.update() File "/config/custom_components/weatheralerts/sensor.py", line 48, in update nws = WeatherAlerts(samecodes=self._sameid) File "/config/deps/lib/python3.7/site-packages/weatheralerts/weather_alerts.py", line 43, in __init__ self.scope = self.geo.getfeedscope(self.samecodes) File "/config/deps/lib/python3.7/site-packages/weatheralerts/geo.py", line 59, in getfeedscope states = self._get_states_from_samecodes(geocodes) File "/config/deps/lib/python3.7/site-packages/weatheralerts/geo.py", line 75, in _get_states_from_samecodes state = self.samecodes[code]['state'] TypeError: 'NoneType' object is not subscriptable

Sent with GitHawk

from weatheralerts.

johntdyer avatar johntdyer commented on May 26, 2024

Same here...

2019-03-25 17:00:33 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up platform weatheralerts
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/weatheralerts/geo.py", line 75, in _get_states_from_samecodes
    state = self.samecodes[code]['state']
KeyError: '5713'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 128, in _async_setup_platform
    SLOW_SETUP_MAX_WAIT, loop=hass.loop)
  File "/usr/lib/python3.6/asyncio/tasks.py", line 358, in wait_for
    return fut.result()
  File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/homeassistant/.homeassistant/custom_components/weatheralerts/sensor.py", line 39, in setup_platform
    add_devices([WeatherAlertsSensor(sameid)])
  File "/home/homeassistant/.homeassistant/custom_components/weatheralerts/sensor.py", line 44, in __init__
    self.update()
  File "/home/homeassistant/.homeassistant/custom_components/weatheralerts/sensor.py", line 48, in update
    nws = WeatherAlerts(samecodes=self._sameid)
  File "/srv/homeassistant/lib/python3.6/site-packages/weatheralerts/weather_alerts.py", line 43, in __init__
    self.scope = self.geo.getfeedscope(self.samecodes)
  File "/srv/homeassistant/lib/python3.6/site-packages/weatheralerts/geo.py", line 59, in getfeedscope
    states = self._get_states_from_samecodes(geocodes)
  File "/srv/homeassistant/lib/python3.6/site-packages/weatheralerts/geo.py", line 77, in _get_states_from_samecodes
    raise Exception("Samecode Not Found")
Exception: Samecode Not Found

from weatheralerts.

ludeeus avatar ludeeus commented on May 26, 2024

0.1.1 should fix that.

from weatheralerts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.