[SOLVED] ForecastIo API call fails

Hi,
I am trying to set up ForecastIo as my weather data provider using the Weather Binding (binding-weather1 - 1.13.0).
My weather.cfg

        apikey.ForecastIo=XXXXXXXXXXX
        location.home.name=home
        location.home.provider=ForecastIo
        location.home.latitude=37.8267
        location.home.longitude=-122.4233
        location.home.language=de
        location.home.updateInterval=30
        location.home.units=si

Unfortunately API calls end up like:

        2019-01-04 14:07:51.261 [INFO ] [eather.internal.common.WeatherConfig] -     LocationConfig[providerName=FORECASTIO,language=de,updateInterval=30,latitude=37.8267,longitude=-122.4233,woeid=<null>,locationId=home,name=home]
        2019-01-04 14:07:54.270 [INFO ] [ternal.scheduler.WeatherJobScheduler] - Starting and scheduling weatherJob-home with interval of 30 minutes
        2019-01-04 14:07:54.271 [DEBUG] [eather.internal.scheduler.WeatherJob] - Starting Weather job for location 'home'
        2019-01-04 14:07:54.916 [ERROR] [nal.provider.AbstractWeatherProvider] - FORECASTIO: Unrecognized token 'Forbidden': was expecting ('true', 'false' or 'null')
         at [Source: Forbidden; line: 1, column: 19]
        2019-01-04 14:07:54.918 [ERROR] [eather.internal.scheduler.WeatherJob] - Unrecognized token 'Forbidden': was expecting ('true', 'false' or 'null')

Logged into my account on darksky.net I can also see, that there is no request coming through. API usage says ‘0’ or only counts my manual API calls via URL.

Any suggestions what I need to do, to solve this? Any more information/logs needed?

Thanks in advance
Philipp

@mapled

Did you confirm your email?

Sometimes people are just blind! :confounded:
API-key was missing one character!
Sry for the useless topic. Feel free to delete it.

1 Like

I guess so …