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

Unhandled exception (#bf93605a) #886

Closed
commixreporter opened this issue Jan 17, 2024 · 2 comments
Closed

Unhandled exception (#bf93605a) #886

commixreporter opened this issue Jan 17, 2024 · 2 comments
Labels

Comments

@commixreporter
Copy link

Commix version: 2.4-dev#28
Python version: 2.7.11
Operating system: nt
Command line: commix.py -u ************
Traceback (most recent call last):
  File "commix.py", line 31, in <module>
    import src.core.main
  File "main.py", line 1186, in <module>
    response, url = url_response(url)
  File "main.py", line 233, in url_response
    response = examine_request(request)
  File "main.py", line 108, in examine_request
    headers.check_http_traffic(request)
  File "headers.py", line 198, in check_http_traffic
    response = urllib2.urlopen(request)
  File "urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
  File "urllib2.py", line 431, in open
    response = self._open(req, data)
  File "urllib2.py", line 449, in _open
    '_open', req)
  File "urllib2.py", line 409, in _call_chain
    result = func(*args)
  File "urllib2.py", line 1227, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "urllib2.py", line 1200, in do_open
    r = h.getresponse(buffering=True)
  File "httplib.py", line 1136, in getresponse
    response.begin()
  File "httplib.py", line 453, in begin
    version, status, reason = self._read_status()
  File "httplib.py", line 417, in _read_status
    raise BadStatusLine(line)
BadStatusLine: ''
@stasinopoulos
Copy link
Member

Update to the latest (dev) version.

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related issues.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants