Comment 6 for bug 861774

Revision history for this message
Paul Elms (scifly) wrote :

Johan,

Do you still have this bug when you refresh all podcast feeds? It has me stumped at the moment :/

If you are, could you add the line of code below in and then run Pony and attach a full log to this bug. I am surprised that this bug doesn't show more error messages in the logs and was hoping a fuller log might show some.

Patch:

diff --git a/src/org/sixgun/ponyexpress/activity/PonyExpressActivity.java b/src/org/sixgun/ponyexpress/activity/PonyExpressActivity.java
index ee37659..97db3ae 100644
--- a/src/org/sixgun/ponyexpress/activity/PonyExpressActivity.java
+++ b/src/org/sixgun/ponyexpress/activity/PonyExpressActivity.java
@@ -617,6 +617,8 @@ public class PonyExpressActivity extends ListActivity {
    } else {
     podcast_names = new ArrayList<String>(Arrays.asList(mPodcastBeingUpdated));
    }
+ //DEBUG code for Johan..
+ Log.d(TAG, "Number of Podcast names in array = " + podcast_names.size());

    for (String podcast: podcast_names){
     String podcast_url =

Many Thanks.