Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal error #20

Closed
wummel opened this issue Dec 21, 2012 · 0 comments
Closed

Internal error #20

wummel opened this issue Dec 21, 2012 · 0 comments

Comments

@wummel
Copy link
Owner

wummel commented Dec 21, 2012

Converted from SourceForge issue 634679, submitted by nobody

linkchecker was called as:

linkchecker -r 3 http://www.math.lsu.edu

and the following error showed up after about an hour
of checking. I can be reached at zed@resonant.org if
there are further questions.

exceptions.AttributeError 'None' object has no
attribute 'read'
Traceback (most recent call last):
File
"/usr/lib/python2.1/site-packages/linkcheck/UrlData.py",
line 260, in check
self._check()
File
"/usr/lib/python2.1/site-packages/linkcheck/UrlData.py",
line 339, in _check
try: self.parseUrl()
File
"/usr/lib/python2.1/site-packages/linkcheck/UrlData.py",
line 476, in parseUrl
bases = self.searchInForTag(BasePattern)
File
"/usr/lib/python2.1/site-packages/linkcheck/UrlData.py",
line 504, in searchInForTag
match =
pattern['pattern'].search(self.getContent(), index)
File
"/usr/lib/python2.1/site-packages/linkcheck/HttpUrlData.py",
line 259, in getContent
self.data = self.urlConnection.read()
AttributeError: 'None' object has no attribute 'read'
System info:
LinkChecker 1.6.3
Python 2.1.3 (#1, Sep 7 2002, 15:29:56)
[GCC 2.95.4 20011002 (Debian prerelease)] on linux2
LC_ALL = 'en_US'
http_proxy = 'http://erdos.math.lsu.edu:3128'
ftp_proxy = 'http://erdos.math.lsu.edu:3128'

@wummel wummel closed this as completed Dec 21, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant