Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when creating path with photo maps #2442

Open
kylecorry31 opened this issue Jun 18, 2024 · 0 comments
Open

Crash when creating path with photo maps #2442

kylecorry31 opened this issue Jun 18, 2024 · 0 comments
Labels
bug Something isn't working p3 Priority 3 tool-photo-maps
Milestone

Comments

@kylecorry31
Copy link
Owner

User reports when they try to create a path using their photo map, it fails every time. I'm not able to reproduce the issue on my device, but I believe I know what I can do to fix it.

android.database.sqlite.SQLiteConstraintException: NOT NULL constraint failed: waypoints.longitude (code 1299 SQLITE_CONSTRAINT_NOTNULL)
at android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native Method)
at android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnection.java:940)
at android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.java:790)
at android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89)
at j1.d.c(SourceFile:3)
at d1.f.i(SourceFile:27)
at t7.l.call(SourceFile:21)
at androidx.room.CoroutinesRoom$Companion$execute$2.n(SourceFile:8)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.l(SourceFile:1)
at m9.x.run(SourceFile:97)
at C.c.run(SourceFile:2)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [d0{Cancelling}@4e295ec, Dispatchers.Main.immediate]

@kylecorry31 kylecorry31 added bug Something isn't working tool-photo-maps p2 Priority 2 labels Jun 18, 2024
@kylecorry31 kylecorry31 added this to the 6.1.0 milestone Jun 18, 2024
@kylecorry31 kylecorry31 modified the milestones: 6.1.0, 6.2.0 Jun 21, 2024
@kylecorry31 kylecorry31 added p3 Priority 3 and removed p2 Priority 2 labels Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p3 Priority 3 tool-photo-maps
Projects
None yet
Development

No branches or pull requests

1 participant