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

Help! Fatal Exception: android.database.sqlite.SQLiteException: table httpauth already exists (code 1) #1935

Closed
LunevNF opened this issue Jun 27, 2018 · 1 comment

Comments

@LunevNF
Copy link

LunevNF commented Jun 27, 2018

Hello! Please, help us to resolve this problem.

Fatal Exception: android.database.sqlite.SQLiteException: table httpauth already exists (code 1)
	   at android.database.sqlite.SQLiteConnection.nativeExecuteForChangedRowCount(SQLiteConnection.java)
	   at android.database.sqlite.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:740)
	   at android.database.sqlite.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:754)
	   at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:64)
	   at android.database.sqlite.SQLiteDatabase.executeSql(SQLiteDatabase.java:1676)
	   at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1605)
	   at org.chromium.android_webview.HttpAuthDatabase$1.run(HttpAuthDatabase.java:19)

Full stack here: http://crashes.to/s/6ebbc353ec1

Number 2:

Fatal Exception: android.database.sqlite.SQLiteReadOnlyDatabaseException: attempt to write a readonly database (code 1032)
	   at android.database.sqlite.SQLiteConnection.nativeExecuteForChangedRowCount(SQLiteConnection.java)
	   at android.database.sqlite.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:732)
	   at android.database.sqlite.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:754)
	   at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:64)
	   at android.database.sqlite.SQLiteDatabase.executeSql(SQLiteDatabase.java:1676)
	   at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1605)
	   at org.chromium.android_webview.HttpAuthDatabase$1.run(HttpAuthDatabase.java:1132)

Full stack here: http://crashes.to/s/ef537a2f8e2

Number 3:

Fatal Exception: android.database.sqlite.SQLiteException: table httpauth already exists (code 1)
	   at android.database.sqlite.SQLiteConnection.nativeExecuteForChangedRowCount(SQLiteConnection.java)
	   at android.database.sqlite.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:734)
	   at android.database.sqlite.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:754)
	   at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:64)
	   at android.database.sqlite.SQLiteDatabase.executeSql(SQLiteDatabase.java:1679)
	   at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1608)
	   at alL.run(PG:19)

Full stack here: http://crashes.to/s/a2e9e0824d5

We use gradle v. 4.4 and gradle plugin v. 3.1.3. Build tools 27.0.3, compileSdkVersion 27, minSdkVersion 16.

@JakeWharton
Copy link
Member

This isn't related to Picasso

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants