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 eror #738

Open
ashleytao opened this issue Oct 2, 2017 · 1 comment
Open

Internal eror #738

ashleytao opened this issue Oct 2, 2017 · 1 comment

Comments

@ashleytao
Copy link

Command I used: ['/home/taoa2/linkchecker/LinkChecker-9.3/bin/linkchecker', 'https://qa.ncbi.nlm.nih.gov/omim/276700', '-r1', '--no-robots', '-ohtml', '--check-extern', '--no-warning', '-Dall']

Traceback (most recent call last):
File "/home/taoa2/linkchecker/LinkChecker-9.3/lib/python/LinkChecker-9.3-py2.7-linux-x86_64.egg/linkcheck/director/checker.py", line 104, in check_url
line: self.check_url_data(url_data)
locals:
self = <Checker(CheckThread-https://qa.ncbi.nlm.nih.gov/omim/276700, started 140202563598080)>
self.check_url_data = <bound method Checker.check_url_data of <Checker(CheckThread-https://qa.ncbi.nlm.nih.gov/omim/276700, started 140202563598080)>>
url_data = <https link, base_url=u'https://qa.ncbi.nlm.nih.gov/omim/276700', parent_url=None, base_ref=None, recursion_level=0, url_connection=None, line=0, column=0, page=0, name=u'', anchor=u'', cache_url=https://qa.ncbi.nlm.nih.gov/omim/276700>
File "/home/taoa2/linkchecker/LinkChecker-9.3/lib/python/LinkChecker-9.3-py2.7-linux-x86_64.egg/linkcheck/director/checker.py", line 120, in check_url_data
line: check_url(url_data, self.logger)
locals:
check_url = <function check_url at 0x7f83795341b8>
url_data = <https link, base_url=u'https://qa.ncbi.nlm.nih.gov/omim/276700', parent_url=None, base_ref=None, recursion_level=0, url_connection=None, line=0, column=0, page=0, name=u'', anchor=u'', cache_url=https://qa.ncbi.nlm.nih.gov/omim/276700>
self = <Checker(CheckThread-https://qa.ncbi.nlm.nih.gov/omim/276700, started 140202563598080)>
self.logger = <linkcheck.director.logger.Logger object at 0x7f8378fc2510>
File "/home/taoa2/linkchecker/LinkChecker-9.3/lib/python/LinkChecker-9.3-py2.7-linux-x86_64.egg/linkcheck/director/checker.py", line 52, in check_url
line: url_data.check()
locals:
url_data = <https link, base_url=u'https://qa.ncbi.nlm.nih.gov/omim/276700', parent_url=None, base_ref=None, recursion_level=0, url_connection=None, line=0, column=0, page=0, name=u'', anchor=u'', cache_url=https://qa.ncbi.nlm.nih.gov/omim/276700>
url_data.check = <bound method HttpUrl.check of <https link, base_url=u'https://qa.ncbi.nlm.nih.gov/omim/276700', parent_url=None, base_ref=None, recursion_level=0, url_connection=None, line=0, column=0, page=0, name=u'', anchor=u'', cache_url=https://qa.ncbi.nlm.nih.gov/omim/276700>>
File "/home/taoa2/linkchecker/LinkChecker-9.3/lib/python/LinkChecker-9.3-py2.7-linux-x86_64.egg/linkcheck/checker/urlbase.py", line 424, in check
line: self.local_check()
locals:
self = <https link, base_url=u'https://qa.ncbi.nlm.nih.gov/omim/276700', parent_url=None, base_ref=None, recursion_level=0, url_connection=None, line=0, column=0, page=0, name=u'', anchor=u'', cache_url=https://qa.ncbi.nlm.nih.gov/omim/276700>
self.local_check = <bound method HttpUrl.local_check of <https link, base_url=u'https://qa.ncbi.nlm.nih.gov/omim/276700', parent_url=None, base_ref=None, recursion_level=0, url_connection=None, line=0, column=0, page=0, name=u'', anchor=u'', cache_url=https://qa.ncbi.nlm.nih.gov/omim/276700>>
File "/home/taoa2/linkchecker/LinkChecker-9.3/lib/python/LinkChecker-9.3-py2.7-linux-x86_64.egg/linkcheck/checker/urlbase.py", line 442, in local_check
line: self.check_connection()
locals:
self = <https link, base_url=u'https://qa.ncbi.nlm.nih.gov/omim/276700', parent_url=None, base_ref=None, recursion_level=0, url_connection=None, line=0, column=0, page=0, name=u'', anchor=u'', cache_url=https://qa.ncbi.nlm.nih.gov/omim/276700>
self.check_connection = <bound method HttpUrl.check_connection of <https link, base_url=u'https://qa.ncbi.nlm.nih.gov/omim/276700', parent_url=None, base_ref=None, recursion_level=0, url_connection=None, line=0, column=0, page=0, name=u'', anchor=u'', cache_url=https://qa.ncbi.nlm.nih.gov/omim/276700>>
File "/home/taoa2/linkchecker/LinkChecker-9.3/lib/python/LinkChecker-9.3-py2.7-linux-x86_64.egg/linkcheck/checker/httpurl.py", line 136, in check_connection
line: self.send_request(request)
locals:
self = <https link, base_url=u'https://qa.ncbi.nlm.nih.gov/omim/276700', parent_url=None, base_ref=None, recursion_level=0, url_connection=None, line=0, column=0, page=0, name=u'', anchor=u'', cache_url=https://qa.ncbi.nlm.nih.gov/omim/276700>
self.send_request = <bound method HttpUrl.send_request of <https link, base_url=u'https://qa.ncbi.nlm.nih.gov/omim/276700', parent_url=None, base_ref=None, recursion_level=0, url_connection=None, line=0, column=0, page=0, name=u'', anchor=u'', cache_url=https://qa.ncbi.nlm.nih.gov/omim/276700>>
request = <PreparedRequest [GET]>
File "/home/taoa2/linkchecker/LinkChecker-9.3/lib/python/LinkChecker-9.3-py2.7-linux-x86_64.egg/linkcheck/checker/httpurl.py", line 167, in send_request
line: self._send_request(request, **kwargs)
locals:
self = <https link, base_url=u'https://qa.ncbi.nlm.nih.gov/omim/276700', parent_url=None, base_ref=None, recursion_level=0, url_connection=None, line=0, column=0, page=0, name=u'', anchor=u'', cache_url=https://qa.ncbi.nlm.nih.gov/omim/276700>
self._send_request = <bound method HttpUrl._send_request of <https link, base_url=u'https://qa.ncbi.nlm.nih.gov/omim/276700', parent_url=None, base_ref=None, recursion_level=0, url_connection=None, line=0, column=0, page=0, name=u'', anchor=u'', cache_url=https://qa.ncbi.nlm.nih.gov/omim/276700>>
request = <PreparedRequest [GET]>
kwargs = {'verify': True, 'timeout': 60, 'stream': True, 'allow_redirects': True}
File "/home/taoa2/linkchecker/LinkChecker-9.3/lib/python/LinkChecker-9.3-py2.7-linux-x86_64.egg/linkcheck/checker/httpurl.py", line 174, in _send_request
line: self._add_ssl_info()
locals:
self = <https link, base_url=u'https://qa.ncbi.nlm.nih.gov/omim/276700', parent_url=None, base_ref=None, recursion_level=0, url_connection=None, line=0, column=0, page=0, name=u'', anchor=u'', cache_url=https://qa.ncbi.nlm.nih.gov/omim/276700>
self._add_ssl_info = <bound method HttpUrl._add_ssl_info of <https link, base_url=u'https://qa.ncbi.nlm.nih.gov/omim/276700', parent_url=None, base_ref=None, recursion_level=0, url_connection=None, line=0, column=0, page=0, name=u'', anchor=u'', cache_url=https://qa.ncbi.nlm.nih.gov/omim/276700>>
File "/home/taoa2/linkchecker/LinkChecker-9.3/lib/python/LinkChecker-9.3-py2.7-linux-x86_64.egg/linkcheck/checker/httpurl.py", line 200, in _add_ssl_info
line: cert = sock.connection.get_peer_certificate()
locals:
cert =
sock = <socket._socketobject object at 0x7f837900dde0>
sock.connection = !AttributeError: '_socketobject' object has no attribute 'connection'
sock.connection.get_peer_certificate = !AttributeError: '_socketobject' object has no attribute 'connection'
AttributeError: '_socketobject' object has no attribute 'connection'
System info:
LinkChecker 9.4
Released on: xx.xx.xxxx
Python 2.7.12 (default, Sep 20 2016, 14:05:04)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-4)] on linux2
PYTHONPATH = '/home/taoa2/bin/lib/python:.:/home/taoa2/qaadmin/apps:/home/taoa2/linkchecker/LinkChecker-9.3/lib/python'
Requests: 2.13.0
Modules: Sqlite
Local time: 2017-10-02 11:38:17-004
sys.argv: ['/home/taoa2/linkchecker/LinkChecker-9.3/bin/linkchecker', 'https://qa.ncbi.nlm.nih.gov/omim/276700', '-r1', '--no-robots', '-ohtml', '--check-extern', '--no-warning', '-Dall']
LC_ALL = 'en_GB.UTF-8'
LANG = 'en_US'
Default locale: ('en', 'UTF-8')

******** LinkChecker internal error, over and out ********

@dpalic
Copy link

dpalic commented Oct 29, 2017

Thank you for the issue report. Sadly this project is dead, and a new team is around with https://github.com/linkcheck/linkchecker
for more details please see: #708
Also please close this issue and report it freshly on the new repo https://github.com/linkcheck/linkchecker/issues

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

2 participants