You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.RuntimeException: An error occured while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java:299)
at java.util.concurrent.FutureTask$Sync.innerSetException(FutureTask.java:273)
at java.util.concurrent.FutureTask.setException(FutureTask.java:124)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:307)
at java.util.concurrent.FutureTask.run(FutureTask.java:137)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:856)
Caused by: android.database.sqlite.SQLiteFullException: database or disk is full (code 13)
at android.database.sqlite.SQLiteConnection.nativeExecute(Native Method)
at android.database.sqlite.SQLiteConnection.execute(SQLiteConnection.java:548)
at android.database.sqlite.SQLiteSession.endTransactionUnchecked(SQLiteSession.java:437)
at android.database.sqlite.SQLiteSession.endTransaction(SQLiteSession.java:401)
at android.database.sqlite.SQLiteDatabase.endTransaction(SQLiteDatabase.java:522)
at de.bsd.zwitscher.TweetDB.storeValues(TweetDB.java:1035)
at de.bsd.zwitscher.TwitterHelper.persistStatus(TwitterHelper.java:858)
at de.bsd.zwitscher.TwitterHelper.getTimeline(TwitterHelper.java:98)
at de.bsd.zwitscher.TweetListActivity.getTimlinesFromTwitter(TweetListActivity.java:258)
at de.bsd.zwitscher.TweetListActivity.access$100(TweetListActivity.java:56)
at de.bsd.zwitscher.TweetListActivity$GetTimeLineTask.doInBackground(TweetListActivity.java:672)
at de.bsd.zwitscher.TweetListActivity$GetTimeLineTask.doInBackground(TweetListActivity.java:571)
at android.os.AsyncTask$2.call(AsyncTask.java:287)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
... 4 more
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: