rt-bishop / Look4Sat

Open-source satellite tracker and pass predictor for Android, inspired by Gpredict
https://play.google.com/store/apps/details?id=com.rtbishop.look4sat
GNU General Public License v3.0
612 stars 58 forks source link

Online updates broken in 3.1.2 #103

Closed RadioAndrea closed 1 year ago

RadioAndrea commented 1 year ago

Online updates are broken on Look4Sat version 3.1.2 on Android version 13.

This impacts the google play, fdroid, and direct apk versions.

Transceivers are read in from web source successfully, but satellites are not. File imports are functioning as expected.

Error message is as shown in the screenshot.

Downgrading to 3.1.0 resolves the issue.

I unfortunately cannot find any logs

Imagepipe_1

rt-bishop commented 1 year ago

I know it's a late reply, but I haven't seen any issues in the data update on any Android version within this whole month (I use 13 myself and test on various). The data import code is shared between the Online and Manual import, so this means that the issue is with the data collection from online providers. Probably some of the remote urls were not accessible/slow/down/blocked. Also there were no Fetching/Import related code changes, so v3.1.0 gathers the data it in the same way v3.1.2 does. The only difference is v3.1.2 has an additional source - R4UAB is a Russian data source and can potentially be blocked in some places.