Comment 4 for bug 172535

Revision history for this message
Srecko Toroman (sreckotoroman) wrote :

Yes, unfortunately.

toroman@toroman-laptop:~/work/wikipedia$ harvestman -N http://www.wikipedia.org
Traceback (most recent call last):
  File "/usr/bin/harvestman", line 5, in <module>
    h.run_projects()
  File "/usr/lib/python2.5/site-packages/HarvestMan/harvestman.py", line 283, in run_projects
    self.register_common_objects()
  File "/usr/lib/python2.5/site-packages/HarvestMan/harvestman.py", line 135, in register_common_objects
    conn = connector.HarvestManNetworkConnector()
  File "/usr/lib/python2.5/site-packages/HarvestMan/connector.py", line 201, in __init__
    self.__configure()
  File "/usr/lib/python2.5/site-packages/HarvestMan/connector.py", line 326, in __configure
    self.__configure_protocols()
  File "/usr/lib/python2.5/site-packages/HarvestMan/connector.py", line 449, in __configure_protocols
    cookiehandler)
  File "/usr/lib/python2.5/urllib2.py", line 467, in build_opener
    opener.add_handler(h)
  File "/usr/lib/python2.5/urllib2.py", line 303, in add_handler
    type(handler))
TypeError: expected BaseHandler instance, got <type 'NoneType'>