DBDigital / nookapps

Automatically exported from code.google.com/p/nookapps Please note I am not a developer. I only created this to prevent the code from being lost with the shutdown of GoogleCode. If you wish to work on this, contact me and I will add you. :)
0 stars 0 forks source link

java.io.FileNotFoundException when trying to download .mp3s from RSS feeds. #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Add hypem.com/rss.xml as a feed.
2.Under my feeds, click "Today's Blog Music - The Hype Machine"
3.Click an Mp3 file to start the download.

What is the expected output? What do you see instead?
The downloading notification should show up briefly and the download should
start normally, instead I see the normal notification and immediately I get
a error message saying: "Sorry, exception java.io.FileNotFoundException:
/system/media/sdcard/my music/Downloads/Unknown/"

What version of the product are you using? On what operating system?
Rev 53, softrooted 1.2

Do you have any output from "adb logcat" that contains stack traces or logs
that might be related?

I/RadioWakeLock( 1834): -------------------------
I/RadioWakeLock( 1834): Radio Wake Locks Held: 'On': 2  'Sleep': 0
I/RadioWakeLock( 1834):         # lock type[app tag]{app pid/uid}{unique
lock ob
ject hash}
I/RadioWakeLock( 1834):         1: 
RADIO_ON_WAKE_LOCK[download-service113256564
8]{2364/10009}{437ddc60}
I/RadioWakeLock( 1834):         2: 
RADIO_ON_WAKE_LOCK[wifiLocker1132241040]{254
1/1000}{437d3518}
I/RadioWakeLock( 1834): -------------------------
I/ConnectivityService( 1834): -> teardown[MOBILE]
D/connect-utils( 2364): Waiting for network connection...
D/download-service( 2364): Sorry, exception java.io.FileNotFoundException:
/system/media/sdcard/my music/Downloads/Unknown/
D/download-service( 2364): The Bang Bang Club - Chemistry.mp3
D/download-service( 2364): exception
D/download-service( 2364): java.io.FileNotFoundException:
/system/media/sdcard/my music/Downloads/Unknown/
D/download-service( 2364): The Bang Bang Club - Chemistry.mp3
D/download-service( 2364):      at
org.apache.harmony.luni.platform.OSFileSystem
.open(OSFileSystem.java:231)
D/download-service( 2364):      at
java.io.FileOutputStream.<init>(FileOutputStream.java:96)
D/download-service( 2364):      at
java.io.FileOutputStream.<init>(FileOutputStream.java:69)
D/download-service( 2364):      at
com.kbs.trook.DownloadService.realOnHandleIntent(DownloadService.java:99)
D/download-service( 2364):      at
com.kbs.trook.DownloadService.onHandleIntent(DownloadService.java:39)
D/download-service( 2364):      at
android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:29)
D/download-service( 2364):      at
android.os.Handler.dispatchMessage(Handler.java:99)
D/download-service( 2364):      at android.os.Looper.loop(Looper.java:123)
D/download-service( 2364):      at
android.os.HandlerThread.run(HandlerThread.java:60)

Original issue reported on code.google.com by DritoVa...@gmail.com on 20 Mar 2010 at 3:35