v4.0 crash report - SQLiteException: no such table: worktag
See original GitHub issueFrom google groups forum. Not sure if this is related to #5006 , it is a different table.
USER_COMMENT=I tried to upload a file
APP_VERSION_CODE=1027
APP_VERSION_NAME=4.0.1
ANDROID_VERSION=12
PHONE_MODEL=SM-A515F
STACK_TRACE=android.database.sqlite.SQLiteException: no such table: worktag (code 1 SQLITE_ERROR[1]): , while compiling: SELECT DISTINCT tag FROM worktag WHERE work_spec_id=?
at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:1478)
at android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:916)
at android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
at android.database.sqlite.SQLiteQuery.<init>(SQLiteQuery.java:37)
at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:46)
at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:2088)
at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:2063)
at androidx.sqlite.db.framework.FrameworkSQLiteDatabase.query(FrameworkSQLiteDatabase.java:161)
at androidx.room.RoomDatabase.query(RoomDatabase.java:446)
at androidx.room.util.DBUtil.query(DBUtil.java:83)
at androidx.work.impl.model.WorkTagDao_Impl.getTagsForWorkSpecId(WorkTagDao_Impl.java:94)
at androidx.work.impl.WorkerWrapper.run(WorkerWrapper.java:134)
at androidx.work.impl.utils.SerialExecutor$Task.run(SerialExecutor.java:91)
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:920)
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
sqlite - Android WorkManager SQLiteException: no such table ...
SQLiteException : no such table: worktag (code 1 SQLITE_ERROR): , while compiling: SELECT DISTINCT tag FROM worktag WHERE work_spec_id=?
Read more >android.database.sqlite.SQLiteException: no such table ... - B4X
I'm new to B4A and android. In fact I'm building my first test app. I followed this tutorial: and attempted to create my...
Read more >Revanced-17.25.34-disasm.apk - Hybrid Analysis
This report is generated from a file or URL submitted to this webservice on July 3rd 2022 ... Not all malicious and suspicious...
Read more >Fix: SQLite Error 1 no such table in ASP.NET CORE - YouTube
In this video, I am going to show you developers mistake that is doing in migration. If your are add migration but not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@misaochan I uploaded a pic today without any coordinates and choose SKIP option but still, there was no crash for me and the upload was successful
This crash happened to me today while testing the app before release - it happened as soon as I submitted the upload after the final license step. The uploads before and after it were fine. In my case, the only difference I noticed was that the problematic upload did not have any coordinates, and I chose “skip” when prompted to choose coords for it.
I will proceed with the release regardless, but it would be good if anyone could take a look at this for future releases.