davebren / Goot

16 stars 7 forks source link

IllegalStateExceeption: Unable to create directory #41

Closed davebren closed 10 years ago

davebren commented 10 years ago

java.lang.IllegalStateException: Unable to create directory: /mnt/sdcard/eskimo_apps/gutendroid/epub_no_images at android.app.DownloadManager$Request.setDestinationInExternalPublicDir(DownloadManager.java:496) at com.project.gutenberg.catalog.browsing.HomeNavigationAdapter.downloadBook(HomeNavigationAdapter.java:224) at com.project.gutenberg.catalog.browsing.HomeNavigationAdapter$1.onChildClick(HomeNavigationAdapter.java:211) at android.widget.ExpandableListView.handleItemClick(ExpandableListView.java:583) at android.widget.ExpandableListView.performItemClick(ExpandableListView.java:522) at android.widget.AbsListView$PerformClick.run(AbsListView.java:2855) at android.widget.AbsListView$1.run(AbsListView.java:3529) at android.os.Handler.handleCallback(Handler.java:615) at android.os.Handler.dispatchMessage(Handler.java:92) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:4745) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:511) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553) at dalvik.system.NativeStart.main(Native Method)

ghost commented 10 years ago

May be fixed with the change to okhttp, will close for now unless it is seen after the next release.