manolomartinez / greg

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

Issue when i try to sync #19

Closed swan-benoit closed 10 years ago

swan-benoit commented 10 years ago

When i try to sync my feeds with 'greg sync', i get this error :

Traceback (most recent call last): File "/usr/bin/greg", line 18, in main() File "/usr/lib/python3.3/site-packages/greg/gregparser.py", line 103, in main args.func(vars(args)) File "/usr/lib/python3.3/site-packages/greg/greg.py", line 698, in sync feed = Feed(session, target, None) File "/usr/lib/python3.3/site-packages/greg/greg.py", line 117, in init self.sync_by_date = self.has_date() File "/usr/lib/python3.3/site-packages/greg/greg.py", line 197, in has_date if session.feeds[name]["date_info"] == "not available": File "/usr/lib/python3.3/configparser.py", line 1220, in getitem raise KeyError(key) KeyError: 'date_info'

And if i download with 'greg download 1', i get this : ... something went wrong.Are you sure your last greg check went well?

Thank for your help Rwangum

manolomartinez commented 10 years ago

Hey,

Some context:

Thanks, Manolo

swan-benoit commented 10 years ago

Hey,

I use the one from git, installed with AUR in archlinux, it s the first time i use greg, and yes i 've done a greg check before the greg download.

2014/1/10 manolomartinez notifications@github.com

Hey,

Some context:

  • Is this pulling from git, or one of the releases?
  • Has greg worked well for you in the past and only now started failing, or is this a new install?
  • Have you done a greg check before your greg download?

Thanks, Manolo

— Reply to this email directly or view it on GitHubhttps://github.com/manolomartinez/greg/issues/19#issuecomment-32021128 .

Swan BENOIT 06-58-88-28-55

manolomartinez commented 10 years ago

Huh. Do you have a file called feeddump, roughly 60K, at ~/.local/share/greg?

If you could please send me the sequence of commands you have used, and the url of your feed, I will test them here (greg add and the rest).

swan-benoit commented 10 years ago

I have feeddump in ~/.local/share/greg/data/, just 15K.

I add these two feeds, http://www.arteradio.com/makeRSS.do?type=ogg and http://radiofrance-podcast.net/podcast09/rss_10212.xml

Firstly i used

greg sync

Here i get the first error

Then i tried

greg check

greg download 1

And i get the second error.

Thank you for your help

2014/1/10 manolomartinez notifications@github.com

Huh. Do you have a file called feeddump, roughly 60K, at ~/.local/share/greg?

If you could please send me the sequence of commands you have used, and the url of your feed, I will test them here (greg add and the rest).

— Reply to this email directly or view it on GitHubhttps://github.com/manolomartinez/greg/issues/19#issuecomment-32021995 .

Swan BENOIT 06-58-88-28-55

manolomartinez commented 10 years ago

OK, I'm on it. (you mean greg check -f LaTeteAuCarre, right?)

swan-benoit commented 10 years ago

Yes i mean that . Le 10 janv. 2014 13:27, "manolomartinez" notifications@github.com a écrit :

OK, I'm on it. (you mean greg check -f LaTeteAuCarre, right?)

— Reply to this email directly or view it on GitHubhttps://github.com/manolomartinez/greg/issues/19#issuecomment-32023461 .

manolomartinez commented 10 years ago

OK, I think it's fixed now. Thanks for reporting it. Please pull again and let me know if it works.

Manolo

swan-benoit commented 10 years ago

Hey,

I try your new version, and it looks to work fine :-) Now i can learn how your software work, but it looks a greate upgrade from bashpodder !

Thank you for your quick fix :-)

Swan BENOIT 06-58-88-28-55

manolomartinez commented 10 years ago

Great :) Let me know if anything else comes up.