You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/'
The text was updated successfully, but these errors were encountered:
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/'
The text was updated successfully, but these errors were encountered: