I had a few feeds which use http authentication, which
triggered a
small error in spider.py.
=== modified file 'planet/spider.py'
--- planet/spider.py
+++ planet/spider.py
 -191,7
+191,7 
elif data.status == 500:
data.feed['planet_message'] = "internal
server error"
elif data.status >= 400:
- data.feed['planet_message'] = "http status
%s" % status
+ data.feed['planet_message'] = "http status
%s" % data.status
# perform user configured scrub operations on the data
scrub(feed, data)
--
Cheers
Koz
--
devel mailing list
devel lists.planetplanet.org
http://lists.planetplanet.org/mailman/listinfo/devel
|