Bug in webcheck
[Date Prev][Date Next] [Thread Prev][Thread Next]Bug in webcheck
- From: James Riordon <jriordon [at] outofcontrol.ca>
- To: webcheck-users [at] lists.arthurdejong.org
- Subject: Bug in webcheck
- Date: Mon, 7 Oct 2013 18:10:45 -0400
See below for error while running this command: webcheck http://helloneighbour.com/ ----------------- Traceback (most recent call last): File "/usr/local/bin/webcheck", line 268, in <module> main(site) File "/usr/local/bin/webcheck", line 230, in main site.crawl(fp) # this will take a while File "/home/jriordon/webcheck/crawler.py", line 222, in crawl link.fetch() File "/home/jriordon/webcheck/crawler.py", line 535, in fetch content = schememodule.fetch(self, parsers.get_mimetypes()) File "/home/jriordon/webcheck/schemes/http.py", line 58, in fetch if netloc[0] == '.': IndexError: string index out of range ----------------- Expected behaviour would be to pass on this URL gracefully. - James |
-- To unsubscribe send an email to webcheck-users-unsubscribe@lists.arthurdejong.org or see http://lists.arthurdejong.org/webcheck-users/
- Bug in webcheck, James Riordon
- Re: Bug in webcheck, Arthur de Jong
- Next by Date: Re: Bug in webcheck
- Next by thread: Re: Bug in webcheck