Problems with Peapod 0.113

If you are upgrading from a previous version of Peapod it should work just fine. However new users may see the following error:

Traceback (most recent call last):
File "/opt/peapod/peapod.py", line 924, in ?
     download_dict = downloadList()
File "/opt/peapod/peapod.py", line 853, in downloadList
     guid = parts[1]
IndexError: list index out of range

to work around this problem all you need to do is create a blank download.log

touch ~/.peapod/download.log

Sorry about that. I’ll get a fixed version out later today.

2 Responses to “Problems with Peapod 0.113”

  1. Alex Boisvert Says:

    Actually, the error I was getting on first install was the following:

    boisvert@snow:/opt/boisvert/peapod$ ./peapod.py
    Creating /tmp/podcasts directory for podcasts.
    Traceback (most recent call last):
    File “./peapod.py”, line 925, in ?
    guidlist = download_dict[“guids”]
    KeyError: ‘guids’
    boisvert@snow:/opt/boisvert/peapod$

    Doing:

    touch ~/.peapod/download.log

    Fixed the problem as suggested.

    thanks!!
    alex

  2. Huw Says:

    Thanks Alex,

    I don’t seem to be able to do anything right today. However shiny new releas 0.115 should end the woe.

Leave a Reply