manolomartinez / greg

A command-line podcast aggregator
GNU General Public License v3.0
296 stars 37 forks source link

Error downloading podcast. #81

Open jajpater opened 6 years ago

jajpater commented 6 years ago

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 commented 6 years ago

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