какой трейсбек про рекурсию?
/home/rytyk/PycharmProjects/untitled/venv/lib64/python3.6/site-packages/grequests.py:21: MonkeyPatchWarning: Monkey-patching ssl after ssl has already been imported may lead to errors, including RecursionError on Python 3.6. It may also silently lead to incorrect behaviour on Python 3.7. Please monkey-patch earlier. See https://github.com/gevent/gevent/issues/1016. Modules that had direct imports (NOT patched): ['urllib3.util (/home/rytyk/PycharmProjects/untitled/venv/lib64/python3.6/site-packages/urllib3/util/__init__.py)', 'urllib3.util.ssl_ (/home/rytyk/PycharmProjects/untitled/venv/lib64/python3.6/site-packages/urllib3/util/ssl_.py)'].
curious_george.patch_all(thread=False, select=False)
15:02:57.201726: maximum recursion depth exceeded while calling a Python object
Traceback (most recent call last):
File "/home/rytyk/PycharmProjects/untitled/venv/lib64/python3.6/site-packages/taskie/base.py", line 429, in handle
self.handle_task(*args, **options)
File "/home/rytyk/SM/na/pushes/pushes/pushes/management/commands/sending_pushes.py", line 38, in handle_task
handler(pushes)
File "/home/rytyk/SM/na/pushes/pushes/pushes/lib.py", line 185, in send_push_web
res = requests.post(url, headers=headers, json=raw_json)
File "/home/rytyk/PycharmProjects/untitled/venv/lib64/python3.6/site-packages/requests/api.py", line 112, in post
return request('post', url, data=data, json=json, **kwargs)
File "/home/rytyk/PycharmProjects/untitled/venv/lib64/python3.6/site-packages/requests/api.py", line 58, in request
return session.request(method=method, url=url, **kwargs)
File "/home/rytyk/PycharmProjects/untitled/venv/lib64/python3.6/site-packages/requests/sessions.py", line 512, in request
resp = self.send(prep, **send_kwargs)
File "/home/rytyk/PycharmProjects/untitled/venv/lib64/python3.6/site-packages/requests/sessions.py", line 622, in send
r = adapter.send(request, **kwargs)
File "/home/rytyk/PycharmProjects/untitled/venv/lib64/python3.6/site-packages/requests/adapters.py", line 445, in send
timeout=timeout
File "/home/rytyk/PycharmProjects/untitled/venv/lib64/python3.6/site-packages/urllib3/connectionpool.py", line 601, in urlopen
chunked=chunked)
File "/home/rytyk/PycharmProjects/untitled/venv/lib64/python3.6/site-packages/urllib3/connectionpool.py", line 346, in _make_request
self._validate_conn(conn)
File "/home/rytyk/PycharmProjects/untitled/venv/lib64/python3.6/site-packages/urllib3/connectionpool.py", line 850, in _validate_conn
conn.connect()
File "/home/rytyk/PycharmProjects/untitled/venv/lib64/python3.6/site-packages/urllib3/connection.py", line 314, in connect
cert_reqs=resolve_cert_reqs(self.cert_reqs),
File "/home/rytyk/PycharmProjects/untitled/venv/lib64/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)
[Previous line repeated 319 more times]
RecursionError: maximum recursion depth exceeded while calling a Python object