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

Error by import new feed #15

Open
Pacit0 opened this issue Nov 17, 2016 · 0 comments
Open

Error by import new feed #15

Pacit0 opened this issue Nov 17, 2016 · 0 comments

Comments

@Pacit0
Copy link

Pacit0 commented Nov 17, 2016

The installation works fine with python3!
I created the podfox configuration file but it doesn't work

podcastuser@xxx:~$ podfox import http://radiofrance-podcast.net/podcast09/rss_14522.xml nora_hamzawi
Traceback (most recent call last):
  File "/usr/local/bin/podfox", line 9, in <module>
    load_entry_point('podfox==0.1.1', 'console_scripts', 'podfox')()
  File "/usr/local/lib/python3.4/dist-packages/podfox-0.1.1-py3.4.egg/podfox/__init__.py", line 300, in main
    shortname=arguments['<shortname>'])
  File "/usr/local/lib/python3.4/dist-packages/podfox-0.1.1-py3.4.egg/podfox/__init__.py", line 86, in import_feed
    folder = get_folder(shortname)
  File "/usr/local/lib/python3.4/dist-packages/podfox-0.1.1-py3.4.egg/podfox/__init__.py", line 60, in get_folder
    base = CONFIGURATION['podcast-directory']
KeyError: 'podcast-directory'
podcastuser@xxx:~$ cat .podfox.json 
{
    "podcast-directory" : "/home/podcastuser/podcasts",
    "maxnum"            : 5
}

Thanks

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