Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexError: list index out of range #26

Open
c02y opened this issue Apr 13, 2020 · 0 comments
Open

IndexError: list index out of range #26

c02y opened this issue Apr 13, 2020 · 0 comments

Comments

@c02y
Copy link

c02y commented Apr 13, 2020

The result of podfox feeds, I did nothing but just adding a feed after installing podfox and configuring the json file.

$ podfox feeds                                                                                                                                                                                                 
title                                         |  shortname
================================================================================
Traceback (most recent call last):
  File "/home/chz/anaconda3/envs/podfox/bin/podfox", line 8, in <module>
    sys.exit(main())
  File "/home/chz/anaconda3/envs/podfox/lib/python3.8/site-packages/podfox/__init__.py", line 303, in main
    pretty_print_feeds(available_feeds())
  File "/home/chz/anaconda3/envs/podfox/lib/python3.8/site-packages/podfox/__init__.py", line 268, in pretty_print_feeds
    dl = '' if feed['episodes'][0]['downloaded'] else '*'
IndexError: list index out of rang

UPDATE:

It turns out, podfix failed to parse the feed link. the feed.json file in my shortname directory is only a few lines.

I tried the feed link in your README, it works OK, so why podfox failed to pasrse my feed link(https://aezfm.meldingcloud.com/rss/program/11)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant