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 downloading podcast. #81

Open
jajpater opened this issue Oct 18, 2017 · 1 comment
Open

Error downloading podcast. #81

jajpater opened this issue Oct 18, 2017 · 1 comment

Comments

@jajpater
Copy link

It starts downloading but crashes with an IsADirectoryError.

Traceback (most recent call last):
File "/usr/local/bin/greg", line 11, in
sys.exit(main())
File "/usr/local/lib/python3.5/dist-packages/greg/parser.py", line 138, in main
function(vars(args))
File "/usr/local/lib/python3.5/dist-packages/greg/commands.py", line 247, in download
feed.download_entry(entry)
File "/usr/local/lib/python3.5/dist-packages/greg/classes.py", line 329, in download_entry
aux.download_handler(self, placeholders)
File "/usr/local/lib/python3.5/dist-packages/greg/aux_functions.py", line 223, in download_handler
urlretrieve(placeholders.link, placeholders.fullpath)
File "/usr/lib/python3.5/urllib/request.py", line 198, in urlretrieve
tfp = open(filename, 'wb')
IsADirectoryError: [Errno 21] Is a directory: '/home/user/Podcasts/podcastname/'

@Strubbl
Copy link

Strubbl commented Oct 23, 2017

Can you post the output of greg info and also your greg.conf config? If it is very long, maybe use a gist or pastebin

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

2 participants