You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I am trying to setup and use this component in my app however when creating and specifying the api key from openweather the component fails to load and throws a code: 401 message: invalid API Key response. I believe it is because the endpoint is being specified to use https://api.openweathermap.org/data/2.5/onecall? which is a paid subscription plan option.
When trying to hit https://api.openweathermap.org/data/2.5/forecast? with the same api key it returns a 200 json response as expected. Is there a way to change the endpoint url for the component methods?
The text was updated successfully, but these errors were encountered:
Hmm I will take a look into this because I am not using a paid subscription for this project 😅 so I am not sure why there would be a paywall issue. My current app is still running the component fine so I don't think it's the problem
Hello! I am trying to setup and use this component in my app however when creating and specifying the api key from openweather the component fails to load and throws a code: 401 message: invalid API Key response. I believe it is because the endpoint is being specified to use https://api.openweathermap.org/data/2.5/onecall? which is a paid subscription plan option.
When trying to hit https://api.openweathermap.org/data/2.5/forecast? with the same api key it returns a 200 json response as expected. Is there a way to change the endpoint url for the component methods?
I have checked, openweather has upgraded their OneCall API to version 3.0 and there is no longer a non-subscription based option anymore. My component heavily relies on the data received from the OneCall API, I'd have to go through their free API's to update this component. Unfortunately I am unable to give you a fixed date on when i will have the time to update it.
I will try to update this component to utilize only their free API's soon
Hello! I am trying to setup and use this component in my app however when creating and specifying the api key from openweather the component fails to load and throws a
code: 401 message: invalid API Key
response. I believe it is because the endpoint is being specified to usehttps://api.openweathermap.org/data/2.5/onecall?
which is a paid subscription plan option.When trying to hit
https://api.openweathermap.org/data/2.5/forecast?
with the same api key it returns a 200 json response as expected. Is there a way to change the endpoint url for the component methods?The text was updated successfully, but these errors were encountered: