Exception when updating repositories

This is on a freshly installed app/client.

04-16 15:53:03.276 E/UpdateService(18118): android.database.sqlite.SQLiteConstraintException: NOT NULL constraint failed: temp_fdroid_apk.version (code 1299)

Logcat here.

Seems like it’s a general issue (not just after fresh installs):

1 Like

Since I put this in the wrong thread before, I’ll add it here in case it adds any more insight:

I’m also running into an error when I try to update my repositories. Using 1.0.2, on a Galaxy J7 Prime, android 7.0.
I get a popup that says:

"
Error during update: NOT NULL constraint failed: temp_fdroid_apk.version (code 1299)
##########################################
Error code 1299
(SQLITE_CONSTRAINT_NOTNULL)
Caused By : Abort due to constraint violation.
(NOT NULL constraint failed: temp_fdroid_apk.version (code 1299))
##########################################
"

(Note that the error above is not a copy+paste, I typed it out, so there may be a typo in there)
Can anyone help?

Same error. I got a new phone and can’t get any apps now…

Same here, slight deviation on the text:

Error: During update: NOT NULL constraint failed: temp_fdroid_apk.version (Sqlite code 1299), (OS error - 2:No such file or directory)

This and other dupes got moved to this issue: fdroid update allowed null versionName to pass through (#1418) · Issues · F-Droid / Client · GitLab

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.