promote comment which is really a bug report to a proper bug report
This commit is contained in:
parent
f64c58f364
commit
aba1464fe4
1 changed files with 0 additions and 7 deletions
28
doc/bugs/importfeed_fails_with_local_file_urls.mdwn
Normal file
28
doc/bugs/importfeed_fails_with_local_file_urls.mdwn
Normal file
|
@ -0,0 +1,28 @@
|
|||
Hi,
|
||||
|
||||
I've a script which generates .rss files which reference local files with the file:// scheme. I can import the file:// urls with git annex addurl, but it fails with git annex importfeed:
|
||||
|
||||
|
||||
`$ git annex importfeed --fast file:///path/to/local/rss/file.rss`
|
||||
|
||||
`(checking known urls...)`
|
||||
|
||||
`importfeed file:///path/to/local/rss/file.rss`
|
||||
|
||||
`git-annex: /tmp/feed6757: openFile: resource busy (file is locked)`
|
||||
|
||||
If I try to import it with `$ git annex importfeed --fast /path/to/local/rss/file.rss` I get
|
||||
|
||||
`importfeed /path/to/local/rss/file.rss`
|
||||
|
||||
` warning: bad feed content`
|
||||
|
||||
`ok`
|
||||
|
||||
But the directory stays empty.
|
||||
|
||||
|
||||
Is it possible to use local files in rss format with items which reference local files using the file:// scheme as input for importfeed?
|
||||
|
||||
Cheers,
|
||||
Marco
|
Loading…
Add table
Add a link
Reference in a new issue