pluvia_weather_flutter icon indicating copy to clipboard operation
pluvia_weather_flutter copied to clipboard

Can't go past loading screen

Open Gene-W opened this issue 3 years ago • 13 comments

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.

Gene-W avatar Sep 29 '21 20:09 Gene-W

Same problem here

mawoka-myblock avatar Oct 21 '21 09:10 mawoka-myblock

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.

mawoka-myblock avatar Oct 22 '21 08:10 mawoka-myblock

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.

SpicyChair avatar Oct 22 '21 08:10 SpicyChair

I am not familiar with dart and flutter so just took a guess.

mawoka-myblock avatar Oct 22 '21 10:10 mawoka-myblock

@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

SpicyChair avatar Oct 22 '21 11:10 SpicyChair

@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.

Gene-W avatar Oct 22 '21 13:10 Gene-W

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.

mi7wm avatar Oct 24 '21 19:10 mi7wm

Oh, I am noticing that everybody who has this issue seems to use MicroG, like @Gene-W , @mwmcewan and I.

mawoka-myblock avatar Oct 25 '21 14:10 mawoka-myblock

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.

tstrausbaugh-dev avatar Oct 25 '21 15:10 tstrausbaugh-dev

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.

ghost avatar Nov 05 '21 04:11 ghost

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?

stefs avatar Feb 10 '22 08:02 stefs

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?

mawoka-myblock avatar Feb 10 '22 12:02 mawoka-myblock

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.

xuangeyouneihan avatar Mar 25 '22 02:03 xuangeyouneihan