Forecast.io outputing lots of errors in log after update?

Hey!
Don’t know if this is the right forum section but here goes (or if moderator helps move it to correct one):
So after updating to latest version of hass I noticed in the log that there are tons and tons of errors.
I’ve hidden a bit of info (might be the key from forecast.io?) just in case I shouldn’t post that here, but this is what bassically gets repeated for eternity in the log.

The weather forecast itself seems to work fine tho when looking at hass frontend/ui.
Someone has a clue?

homeassistant.core: BusHandler:Exception doing job
Traceback (most recent call last):
  File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/sensor/forecast.py", line 273, in update
    self._api_key, self.latitude, self.longitude, units=self.units)
  File "/home/pi/.homeassistant/deps/forecastio/api.py", line 41, in load_forecast
    return manual(baseURL, callback=callback)
  File "/home/pi/.homeassistant/deps/forecastio/api.py", line 51, in manual
    return get_forecast(requestURL)
  File "/home/pi/.homeassistant/deps/forecastio/api.py", line 60, in get_forecast
    forecastio_reponse.raise_for_status()
  File "/usr/local/lib/python3.4/dist-packages/requests/models.py", line 862, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://api.forecast.io/forecast/hiding_this_just_in_case?units=si

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.4/dist-packages/homeassistant/core.py", line 1164, in job_handler
    func(*args)
  File "/usr/local/lib/python3.4/dist-packages/homeassistant/helpers/entity_component.py", line 229, in _update_entity_states
    entity.update_ha_state(True)
  File "/usr/local/lib/python3.4/dist-packages/homeassistant/helpers/entity.py", line 154, in update_ha_state
    self.update()
  File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/sensor/forecast.py", line 183, in update
    self.forecast_data.update()
  File "/usr/local/lib/python3.4/dist-packages/homeassistant/util/__init__.py", line 296, in wrapper
    result = method(*args, **kwargs)
  File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/sensor/forecast.py", line 275, in update
    raise ValueError("Unable to init Forecast.io. - %s", error)
ValueError: ('Unable to init Forecast.io. - %s', HTTPError('403 Client Error: Forbidden for url: https://api.forecast.io/forecast/hiding_this_just_in_case?units=si',))

The platform is no longer called forecast, it’s darksky now.

My bad! Thanks for the help, will fix today when I get home! =)

@fabaff I see that was merged, however, a new release hasn’t been made yet. Any ideas?

Thanks!

(hass_venv) hass@raspberrypi:/srv/hass/hass_venv$ hass --script check_config
Testing configuration at /home/hass/.homeassistant
16-10-07 11:25:38 ERROR (Thread-1) [homeassistant.loader] Unable to find component sensor.darksky
16-10-07 11:25:38 ERROR (Thread-1) [homeassistant.bootstrap] Unable to find platform sensor.darksky
Failed config
  General Errors:
    - Platform not found: sensor.darksky

Successful config (partial)
(hass_venv) hass@raspberrypi:/srv/hass/hass_venv$ hass --script check_config
Testing configuration at /home/hass/.homeassistant
16-10-07 11:27:15 ERROR (Thread-1) [homeassistant.loader] Unable to find component sensor.darksky
16-10-07 11:27:15 ERROR (Thread-1) [homeassistant.bootstrap] Unable to find platform sensor.darksky
Failed config
  General Errors:
    - Platform not found: sensor.darksky

Successful config (partial)

Sorry, misread “latest version”. For me this is the latest stuff on GitHub.

For 0.29.7, the config check will fail. Dark Sky will be available for 0.30.

The Forecast.io API endpoint seems no longer be available.

They claimed it would only be deprecated for the time being. They did just fix an error on their end that may have been causing the SSL/TLS errors that people were seeing:

http://status.darksky.net/2016/10/06/ssl-cipher-suites.html