We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Failed to perform, ErrCode: 92, Reason: 'HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)' Traceback (most recent call last): File "/usr/local/lib64/python3.9/site-packages/curl_cffi/requests/session.py", line 391, in request c.perform() File "/usr/local/lib64/python3.9/site-packages/curl_cffi/curl.py", line 187, in perform self._check_error(ret, action="perform") File "/usr/local/lib64/python3.9/site-packages/curl_cffi/curl.py", line 80, in _check_error raise error curl_cffi.curl.CurlError: Failed to perform, ErrCode: 92, Reason: 'HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/root/python/worker/LFBeeworker3/tools/s6eweb_flights_cache_builder.py", line 294, in creat_token response = session.post( File "/usr/local/lib64/python3.9/site-packages/curl_cffi/requests/session.py", line 393, in request raise RequestsError(e) curl_cffi.requests.errors.RequestsError: Failed to perform, ErrCode: 92, Reason: 'HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)'
pip3 show curl_cffi Name: curl-cffi Version: 0.5.2
The text was updated successfully, but these errors were encountered:
Duplicate of #165
Sorry, something went wrong.
感谢
perklet
No branches or pull requests
Failed to perform, ErrCode: 92, Reason: 'HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)'
Traceback (most recent call last):
File "/usr/local/lib64/python3.9/site-packages/curl_cffi/requests/session.py", line 391, in request
c.perform()
File "/usr/local/lib64/python3.9/site-packages/curl_cffi/curl.py", line 187, in perform
self._check_error(ret, action="perform")
File "/usr/local/lib64/python3.9/site-packages/curl_cffi/curl.py", line 80, in _check_error
raise error
curl_cffi.curl.CurlError: Failed to perform, ErrCode: 92, Reason: 'HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/python/worker/LFBeeworker3/tools/s6eweb_flights_cache_builder.py", line 294, in creat_token
response = session.post(
File "/usr/local/lib64/python3.9/site-packages/curl_cffi/requests/session.py", line 393, in request
raise RequestsError(e)
curl_cffi.requests.errors.RequestsError: Failed to perform, ErrCode: 92, Reason: 'HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)'
pip3 show curl_cffi
Name: curl-cffi
Version: 0.5.2
The text was updated successfully, but these errors were encountered: