manolomartinez / greg

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

NoneType with a feed #50

Closed hamilkarbarkas closed 8 years ago

hamilkarbarkas commented 8 years ago

Hey,

first of all thanks for the great tool.

With this feed: [Latzel] url = http://www.st-martini.net/rss/podcast/stm-predigten.xml date_info = available

download with "greg download 1-315" works fine. However when trying "greg sync Latzel" greg returns:

Checking Latzel... Traceback (most recent call last): File "/sw/bin/greg", line 9, in load_entry_point('Greg==0.4.6', 'console_scripts', 'greg')() File "/sw/lib/python3.5/site-packages/greg/gregparser.py", line 118, in main function(vars(args)) File "/sw/lib/python3.5/site-packages/greg/greg.py", line 768, in sync feed.fix_linkdate(entry) File "/sw/lib/python3.5/site-packages/greg/greg.py", line 261, in fix_linkdate entry.linkdate = list(entry.published_parsed) TypeError: 'NoneType' object is not iterable

I use a Mac with python-pip 8.10 .

Any ideas?

Thanks in advance Martin

greg.conf.txt

manolomartinez commented 8 years ago

Hi, Martin,

Thanks for reporting. This should be fixed now at the tip of the repo. Let me know if it works.

Cheers, Manolo

hamilkarbarkas commented 8 years ago

thanks!

2016-05-30 0:58 GMT+02:00 manolomartinez notifications@github.com:

Hi, Martin,

Thanks for reporting. This should be fixed now at the tip of the repo. Let me know if it works.

Cheers, Manolo

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/manolomartinez/greg/issues/50#issuecomment-222387890, or mute the thread https://github.com/notifications/unsubscribe/ASszqxeOcURBJieoyi3lnZHXm4ORmqvaks5qGhougaJpZM4Iobtv .

manolomartinez commented 8 years ago

I assume this means the issue is solved; good! Closing for now, if it appears again let me know.