summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_importfeed_fails.mdwn
blob: 244ed769cd51d8a0ef9332eab4368b010af05270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
### Please describe the problem.

git annex importfeed fails

### What steps will reproduce the  problem?

git annex importfeed http://www.tatw.co.uk/podcast.xml

### On what operating system?

Ubuntu 12.04, the prebuilt linux tarball

[[!format sh """
$ git annex version
git-annex version: 4.20130922-g7dc188a
build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP Feeds Quvi
local repository version: 3
default repository version: 3
supported repository versions: 3 4
upgrade supported from repository versions: 0 1 2
"""]]


### Please provide any additional information below.

[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log

$ git annex importfeed http://www.tatw.co.uk/podcast.xml
(checking known urls...)
(Recording state in git...)
importfeed http://www.tatw.co.uk/podcast.xml
--2013-09-27 12:16:09--  http://www.tatw.co.uk/podcast.xml
Résolution de www.tatw.co.uk (www.tatw.co.uk)... 88.190.26.130
Connexion vers www.tatw.co.uk (www.tatw.co.uk)|88.190.26.130|:80... connecté.
requête HTTP transmise, en attente de la réponse... 200 OK
Longueur: 41267 (40K) [application/xml]
Sauvegarde en : «/tmp/user/2166/feed10670»

100%[==========================================================================>] 41 267      81,6K/s   ds 0,5s

2013-09-27 12:16:10 (81,6 KB/s) - «/tmp/user/2166/feed10670» sauvegardé [41267/41267]

addurl Above___Beyond__Group_Therapy/_001_Group_Therapy_Radio_with_Above___Beyond (downloading  ...)
failed
addurl Above___Beyond__Group_Therapy/_002_Group_Therapy_Radio_with_Above___Beyond (downloading  ...)
failed
addurl Above___Beyond__Group_Therapy/_003_Group_Therapy_Radio_with_Above___Beyond (downloading  ...)
failed
addurl Above___Beyond__Group_Therapy/_004_Group_Therapy_Radio_with_Above___Beyond (downloading  ...)
failed

etc


# End of transcript or log.
"""]]

> This is a bug in the feed library: <https://github.com/sof/feed/issues/7>  
> And already fixed upstream this morning, so if you need the fix 
> immediately, build with cabal. Otherwise fix will percolate out to
> builds eventually.
> [[done]] --[[Joey]]