skyebrowser / skye

Modern and feature-rich web browser
GNU General Public License v3.0
49 stars 7 forks source link

"unknown location" #31

Open xiaoyong-wang opened 2 years ago

xiaoyong-wang commented 2 years ago

On the Skye start page/homepage, it is showing "Unknown Location ".

xiaoyong-wang commented 2 years ago

Now it is showing the weather correctly, but I'll leave this issue open in case someone wants to investigate what caused the issue.

lleyton commented 2 years ago

We fetch the weather from wttr.in's api which uses GeoIP to approximate the user's city. I've noticed too that sometimes it fails, we could access the Geolocation API, although I wouldn't really prefer that. Alternatively, we could run our own GeoIP service.