Invalid authorization manager has been repeatedly terminated.


Status
Not open for further replies.

justinh999

Members
Jul 17, 2021
88
20
hello my problem doesn't matter what i do after a indefinite time this window always comes up telling me the
authorizationm manager has been repeatedly terminated. here is the code that comes when I tap details.


android.database.sqlite.SQLiteException: no such table: miui_modem_station_info (code 1 SQLITE_ERROR): , while compiling: SELECT station, longitude, latitude, blurStation, blurLongitude, blurLatitude FROM miui_modem_station_info WHERE blurStation == ? or station == ?
at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(Unknown Source:19)
at android.database.sqlite.SQLiteConnection.prepare(Unknown Source:12)
at android.database.sqlite.SQLiteSession.prepare(Unknown Source:12)
at android.database.sqlite.SQLiteProgram.<init>(Unknown Source:45)
at android.database.sqlite.SQLiteQuery.<init>(Unknown Source:1)
at android.database.sqlite.SQLiteDirectCursorDriver.query(Unknown Source:8)
at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(Unknown Source:14)
at android.database.sqlite.SQLiteDatabase.queryWithFactory(Unknown Source:29)
at android.database.sqlite.SQLiteDatabase.query(Unknown Source:18)
at android.database.sqlite.SQLiteDatabase.query(Unknown Source:12)
at com.lbe.security.service.provider.internal.BlurLocation$StationInfoHelper.getBlurLocation(Unknown Source:179)
at com.lbe.security.service.provider.internal.BlurLocation.a(Unknown Source:258)
at com.lbe.security.service.provider.internal.BlurLocation.b(Unknown Source:0)
at com.lbe.security.service.provider.internal.b.run(Unknown Source:6)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)

Can you say me how to fix this?
 
Last edited:
Status
Not open for further replies.