Skip to content

Instantly share code, notes, and snippets.

@stackdump
Created May 21, 2018 13:11
Show Gist options
  • Save stackdump/a15aefb75d01ee23319d6199736507de to your computer and use it in GitHub Desktop.
Save stackdump/a15aefb75d01ee23319d6199736507de to your computer and use it in GitHub Desktop.
builtins.RecursionError when using socketio + flask-github
builtins.RecursionError
RecursionError: maximum recursion depth exceeded while calling a Python object
Traceback (most recent call last)
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/flask/app.py", line 2295, in wsgi_app
response = self.handle_exception(e)
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/flask_restful/__init__.py", line 273, in error_router
return original_handler(e)
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/flask_cors/extension.py", line 161, in wrapped_function
return cors_after_request(app.make_response(f(*args, **kwargs)))
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/flask/app.py", line 1741, in handle_exception
reraise(exc_type, exc_value, tb)
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/flask/_compat.py", line 35, in reraise
raise value
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/flask/app.py", line 2292, in wsgi_app
response = self.full_dispatch_request()
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/flask/app.py", line 1815, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/flask_restful/__init__.py", line 273, in error_router
return original_handler(e)
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/flask_cors/extension.py", line 161, in wrapped_function
return cors_after_request(app.make_response(f(*args, **kwargs)))
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/flask/app.py", line 1718, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/flask/_compat.py", line 35, in reraise
raise value
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/flask/app.py", line 1813, in full_dispatch_request
rv = self.dispatch_request()
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/flask/app.py", line 1799, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/flask_github.py", line 180, in decorated
data = self._handle_response()
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/flask_github.py", line 203, in _handle_response
response = self.session.post(url, data=params)
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/requests/sessions.py", line 555, in post
return self.request('POST', url, data=data, json=json, **kwargs)
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/requests/sessions.py", line 508, in request
resp = self.send(prep, **send_kwargs)
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/requests/sessions.py", line 618, in send
r = adapter.send(request, **kwargs)
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/requests/adapters.py", line 440, in send
timeout=timeout
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/urllib3/connectionpool.py", line 601, in urlopen
chunked=chunked)
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/urllib3/connectionpool.py", line 346, in _make_request
self._validate_conn(conn)
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/urllib3/connectionpool.py", line 850, in _validate_conn
conn.connect()
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/urllib3/connection.py", line 314, in connect
cert_reqs=resolve_cert_reqs(self.cert_reqs),
File "/home/ork/.local/share/virtualenvs/bitwrap-io-0mehGRkI/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 269, in create_urllib3_context
context.options |= options
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
Open an interactive python shell in this framesuper(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
File "/usr/lib64/python3.6/ssl.py", line 423, in options
super(SSLContext, SSLContext).options.__set__(self, value)
RecursionError: maximum recursion depth exceeded while calling a Python object
@stackdump
Copy link
Author

it's possible that this could be caused by a complication when using flask_github w/ other middlewares
going to drop websocket support for now to continue developing a 'pure' flask app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment