diff options
author | http://grossmeier.net/ <greg@web> | 2013-09-09 22:06:31 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-09-09 22:06:31 +0000 |
commit | fe1020e143941fd8c29cf5b80ecc856247b23af8 (patch) | |
tree | 1e2c5b881f4ccc30782c7fbc72399c1af745e1ac /doc | |
parent | b1827a2289a1498251184614916a324009202f43 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/importfeed_fails__44___bad_feed_content.mdwn | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/bugs/importfeed_fails__44___bad_feed_content.mdwn b/doc/bugs/importfeed_fails__44___bad_feed_content.mdwn new file mode 100644 index 000000000..2435e3304 --- /dev/null +++ b/doc/bugs/importfeed_fails__44___bad_feed_content.mdwn @@ -0,0 +1,34 @@ +### Please describe the problem. + +I just added a new podcast to my feeds list and it is complaining of "bad feed content" when trying to import. + +### What steps will reproduce the problem? + +1. git-annex importfeed --fast http://redecentralize.org/podcast/feed.rss +3. see the sad error "warning: bad feed content" + +### What version of git-annex are you using? On what operating system? + +git-annex version: 4.20130827 + +### Please provide any additional information below. + +[[!format sh """ +greg@x200s:~/annex/Podcasts$ git-annex importfeed --fast http://redecentralize.org/podcast/feed.rss +(checking known urls...) +importfeed http://redecentralize.org/podcast/feed.rss +--2013-09-09 15:05:17-- http://redecentralize.org/podcast/feed.rss +Resolving redecentralize.org (redecentralize.org)... 204.232.175.78 +Connecting to redecentralize.org (redecentralize.org)|204.232.175.78|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 4331 (4.2K) [text/xml] +Saving to: ‘/tmp/feed12649’ + +100%[==============================================================>] 4,331 --.-K/s in 0.08s + +2013-09-09 15:05:17 (56.0 KB/s) - ‘/tmp/feed12649’ saved [4331/4331] + + + warning: bad feed content +ok +"""]] |