Closed tom-anders closed 3 months ago
Expected: App starts in offline mode What happens instead: The "something went wrong :'(" screen is shown.
0.9.6
Moto G52, Android 13
adb logcat contains the following output:
adb logcat
08-08 10:51:43.932 18239 18295 I flutter : SEVERE: [App] could not initialize app; ClientException: Cronet exception: org.chromium.net.impl.NetworkExceptionImpl: Exception in CronetUrlRequest: net::ERR_INTERNET_DISCONNECTED, ErrorCode=2, InternalErrorCode=-106, Retryable=false, uri=https://lichess.org/api/account
To me this seems to be triggered by https://github.com/lichess-org/mobile/commit/a63427c16dc1d4f43977c9c747691a2a68c39f8f which removed the try/catch/finally - was this intended?
try/catch/finally
What is the problem?
Expected: App starts in offline mode What happens instead: The "something went wrong :'(" screen is shown.
Steps to reproduce the bug
App version
0.9.6
Device Info
Moto G52, Android 13
Additional information
adb logcat
contains the following output:To me this seems to be triggered by https://github.com/lichess-org/mobile/commit/a63427c16dc1d4f43977c9c747691a2a68c39f8f which removed the
try/catch/finally
- was this intended?