dipu-bd / vue-weather-widget

Weather forecast using darksky weather api in vuejs
https://dipu-bd.github.io/vue-weather-widget/
Apache License 2.0
36 stars 15 forks source link

TypeError: Failed To Fetch #35

Closed Yavieh closed 2 years ago

Yavieh commented 2 years ago

For me the widget is not working anymore. Im using OpenWeatherMap

I always get the error "TypeError: Failed To Fetch" Did someone else face that problem and found a solution?

dipu-bd commented 2 years ago

It is a issue with ip locator. Pass the coordinates and it should work.

I will fix this issue later

Yavieh commented 2 years ago

Thanks. Im using this for my Smart Home and its the best looking one i found :)

Yavieh commented 2 years ago

@dipu-bd Adding the coordiantes is working fine. My next problem is, that i now have https on my website. I not get this error witch owm: Error: (Api.Positionstack.Com) Access Restricted - Your Current Subscription Plan Does Not Support HTTPS Encryption.

Maybe you know what to do?

dipu-bd commented 2 years ago

PositionStack is being used for reverse geocoding. I did not add any feature to disable it. I will do that in the next version.

Yavieh commented 2 years ago

Okay. :) Do you know when the next version will be released? Thanks

dipu-bd commented 2 years ago

Released v2.3.0 solving this issue