-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't go past loading screen #32
Comments
Same problem here |
Solution for me: Deny location access and add location manually. I could imagine that Pluvia waits for a valid gps-location but our phones can't find the gps-signal so the app waits forever. |
Hmm, this is interesting. Perhaps it could be linked to #31? I've never faced this issue before on a real or emulated device before, but I will investigate. |
I am not familiar with dart and flutter so just took a guess. |
@Gene-W @mawoka-myblock Could you try build v1.4.6+1 on Github and see if the issue persists? https://github.com/SpicyChair/pluvia_weather_flutter/releases |
That is working for me, thank you. If it's helpful to know and since I forgot to mention, I'm using Android 11 LineageOS+MicroG on OnePlus 6. |
Sorry to report bad news, 1.4.6+1 is still not working for me, on OnePlus 6T w/ LineageOS 18.1 MicroG. Stuck on loading screen unless I deny location services. It seems like it's never pushing the request for location, since I don't see the icon in the status bar. |
Oh, I am noticing that everybody who has this issue seems to use MicroG, like @Gene-W , @mwmcewan and I. |
I am getting the same issue on Graphene OS. It is like it is unable to acquire a location and infinitely loads. It did work though before Graphene's update to Android 12. |
Same phone and OS as mwmcewan and same issue. Got it to work by denying location access. It worked for 2 days but now it is giving me an error, saying server denied request or something like that. |
I have this issue as well. Version 1.4.7 from F-Droid, OnePlus 6, LineageOS without add-ons. I gave location access and it stayed on the loading screen for multiple minutes, until I went closer to a window and got GPS signal. It seems the timeout for getting a location is too long or not working. Maybe it's better to wait for the location in the background instead anyway? |
I think that your idea is good, but which location will be shown, if no location is selected? Will it ask for a location to manually enter? |
I think it won't ask for location to manually enter. I also have the same issue. Version 1.4.7 from F-Droid, Google Play and GitHub, Honor 10, Harmony OS 2.0.0. I also gave location access and it stayed on the loading screen for nearly 30 minutes! But somehow I DID go pass the loading screen after I installed Beowolf's Weather, whose data is also from OpenWeather, and gave location access then entered my API key. |
Similar to closed issue 20, I also can't go past the loading screen.
I've tried with the 2 most recent f-droid versions and the latest Git version, but so far can't load. Looks like a good app, I'm ready to try any suggestions.
The text was updated successfully, but these errors were encountered: