We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 [email protected] 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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 [email protected] 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'
The text was updated successfully, but these errors were encountered: