You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great product! I've used previous
versions and this is the first error I've seen. You
can reproduce the error by using lconline from:
<http://www2.soe.ucsc.edu/linkchecker/>, which uses the
default configuration.
exceptions.AttributeError addinfourl instance has no
attribute 'readlines'
Traceback (most recent call last):
File
"/home/local/python-2.2.2/lib/python2.2/site-packages/linkcheck/UrlData.py",
line 202, in check
self._check()
File
"/home/local/python-2.2.2/lib/python2.2/site-packages/linkcheck/HttpsUrlData.py",
line 36, in _check
HttpUrlData._check(self)
File
"/home/local/python-2.2.2/lib/python2.2/site-packages/linkcheck/UrlData.py",
line 258, in _check
self.checkConnection()
File
"/home/local/python-2.2.2/lib/python2.2/site-packages/linkcheck/HttpUrlData.py",
line 91, in checkConnection
if self.config["robotstxt"] and not
self.robotsTxtAllowsUrl():
File
"/home/local/python-2.2.2/lib/python2.2/site-packages/linkcheck/HttpUrlData.py",
line 289, in robotsTxtAllowsUrl
rp.read()
File "/var/tmp/python/lib/python2.2/robotparser.py",
line 44, in read
lines = f.readlines()
AttributeError: addinfourl instance has no attribute
'readlines'
System info:
LinkChecker 1.8.5
Python 2.2.2 (#1, Jan 23 2003, 14:28:02)
[GCC 2.95.2 19991024 (release)] on sunos5
LC_MESSAGES = 'C'
The text was updated successfully, but these errors were encountered:
Converted from SourceForge issue 674391, submitted by mkalastro
Hi Bastian,
Thanks for the great product! I've used previous
versions and this is the first error I've seen. You
can reproduce the error by using lconline from:
<http://www2.soe.ucsc.edu/linkchecker/>, which uses the
default configuration.
exceptions.AttributeError addinfourl instance has no
attribute 'readlines'
Traceback (most recent call last):
File
"/home/local/python-2.2.2/lib/python2.2/site-packages/linkcheck/UrlData.py",
line 202, in check
self._check()
File
"/home/local/python-2.2.2/lib/python2.2/site-packages/linkcheck/HttpsUrlData.py",
line 36, in _check
HttpUrlData._check(self)
File
"/home/local/python-2.2.2/lib/python2.2/site-packages/linkcheck/UrlData.py",
line 258, in _check
self.checkConnection()
File
"/home/local/python-2.2.2/lib/python2.2/site-packages/linkcheck/HttpUrlData.py",
line 91, in checkConnection
if self.config["robotstxt"] and not
self.robotsTxtAllowsUrl():
File
"/home/local/python-2.2.2/lib/python2.2/site-packages/linkcheck/HttpUrlData.py",
line 289, in robotsTxtAllowsUrl
rp.read()
File "/var/tmp/python/lib/python2.2/robotparser.py",
line 44, in read
lines = f.readlines()
AttributeError: addinfourl instance has no attribute
'readlines'
System info:
LinkChecker 1.8.5
Python 2.2.2 (#1, Jan 23 2003, 14:28:02)
[GCC 2.95.2 19991024 (release)] on sunos5
LC_MESSAGES = 'C'
The text was updated successfully, but these errors were encountered: