goto-dev-null / callisto-app

Callisto is a fan-made app for the content produced by Jupiter Broadcasting, a podcast network that delivers a variety of excellent shows with a thriving communtiy built around it.
Other
8 stars 3 forks source link

Download crashes app #54

Closed nekinie closed 11 years ago

nekinie commented 11 years ago

What steps will reproduce the problem?

  1. Open app
  2. Click "Play"
  3. Click "TechSnap"
  4. Click "Refresh"
  5. Click "Cost of Encryption"
  6. Click "Download"
  7. What is the expected output? What do you see instead?

    expected: Download the episode

see: crash but after the application closes a download notification appears in the system tray. The notification dose not change and no video is downloaded, only way to remove the notification is to force quit the application

What version of Callisto are you using? What device? What version of Android?

Synced from git repo, Galaxy Tab 2, 4.1.1

logs:
08-15 06:52:14.597: D/ApplicationPolicy(318): isStatusBarNotificationAllowed: packageName = com.qweex.callisto
08-15 06:52:15.636: D/ApplicationPolicy(318): isStatusBarNotificationAllowed: packageName = com.qweex.callisto
08-15 06:52:15.988: E/CursorWindow(2312): Could not allocate CursorWindow '/data/data/com.qweex.callisto/databases/JBShows.db' of size 2097152 due to error -12.
08-15 06:52:15.996: W/System.err(2312):     at com.qweex.callisto.podcast.DownloadTask.doInBackground(DownloadTask.java:215)
08-15 06:52:15.996: W/System.err(2312):     at com.qweex.callisto.podcast.DownloadTask.doInBackground(DownloadTask.java:1)
08-15 06:52:17.004: E/CursorWindow(2312): Could not allocate CursorWindow '/data/data/com.qweex.callisto/databases/JBShows.db' of size 2097152 due to error -12.
08-15 06:52:17.011: E/AndroidRuntime(2312):     at com.qweex.callisto.podcast.DownloadTask.doInBackground(DownloadTask.java:102)
08-15 06:52:17.011: E/AndroidRuntime(2312):     at com.qweex.callisto.podcast.DownloadTask.doInBackground(DownloadTask.java:1)
08-15 06:52:23.566: E/CursorWindow(2312): Could not allocate CursorWindow '/data/data/com.qweex.callisto/databases/JBShows.db' of size 2097152 due to error -12.
goto-dev-null commented 11 years ago

I believe that we agree that a (very) recent commit solved this one.