Hi Dudley,
Is are you using wifi or a cell dataplan?
Does this happen repeatedly? Seems like you are getting "Connection
timed out" and "Network unreachable", which sound like networking
issues. Was the phone in one place during the entire download, or did
it move around?
Did the phone go "to sleep" while downloading? Can you try going into
"Settings/Applications/Development" and check "Stay Away", and then try
downloading when plugged into the charger?
It sure is annoying that after a failure like these it marks the podcast
as "downloaded" and won't try to get it again.... although thats easy
to fix... I will look into that some.
Thanks!
-bob
On 09/14/2010 08:51 PM, Dudley Holland wrote:
> loading podcast sites.
> starting download of podcast 2 site's rss feeds.
> History of downloads contains 11 podcasts.
> 0/2: This Week In Google, 1 new
> 1/2: TWiT.TV, 2 new
> total enclosures 3
> 3 podcasts will be downloaded.
>
> 1/3 twig0059.mp3
> Subscription: This Week In Google
> Title: This Week In Google 59: Gina Loves Justin
> enclosure url:
> http://www.podtrac.com/pts/redirect.mp3/twit.cachefly.net/twig0059.mp3
> 10163k/34052k 29%
>
> Problem downloading twig0059.mp3 e:java.net.SocketException: Connection
> timed out
> 2/3 tnt0074.mp3
> Subscription: TWiT.TV
> Title: Tech News Today 74: Dude, Where's My House?
> enclosure url:
> http://www.podtrac.com/pts/redirect.mp3/twit.cachefly.net/tnt0074.mp3
> Problem downloading tnt0074.mp3 e:java.net.SocketException: Network
> unreachable
> 3/3 mbw0212.mp3
> Subscription: TWiT.TV
> Title: MacBreak Weekly 212: Ninja Throwing Stars
> enclosure url:
> http://www.podtrac.com/pts/redirect.mp3/twit.cachefly.net/mbw0212.mp3
> Problem downloading mbw0212.mp3 e:java.net.SocketException: Network
> unreachable
> finished downloading. Got 0 new podcasts.
>
I'm quite surprised to see "Error: Permission denied"
I wonder if that has to do with accessing the SD Card. Has anything
changed recently with your SD Card?
If you plug the phone into the computer and browse the phone like it is
a disk, do you see the "carcast" directory? Can you create new files on
the SD Card?
You can also try rebooting your phone entirely (power off) and power on
again. Sometimes the phone and SD Card can get a little "funny."
Sounds like CarCast should add some kind of basic read/write test to
ensure the SD Card is actually present and writable.
Thanks
-bob
On 09/14/2010 09:06 PM, Dudley Holland wrote:
> loading podcast sites.
> starting download of podcast 2 site's rss feeds.
> History of downloads contains 0 podcasts.
> Error: Permission denied
> Error: Permission denied
> total enclosures 0
> 0 podcasts will be downloaded.
Related: if you plug in the phone, do you have it set to
automatically mount the SD card as a drive on the computer? CarCast
doesn't like that.
> Sounds like CarCast should add some kind of basic read/write test to ensure
> the SD Card is actually present and writable.
This is present, in the Subscriptions management subsystem. Doesn't
look like the downloads bit uses it, at all. A quick example:
ExternalMediaStatus status = ExternalMediaStatus.getExternalMediaStatus();
if (status == ExternalMediaStatus.unavailable){
Toast.makeText(getApplicationContext(),"Unable to read
subscriptions from sdcard", Toast.LENGTH_LONG);
return;
}
Pat.
--
Defy mediocrity.