You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now i get another error AttributeError: 'ResponseHandler' object has no attribute 'force_close'
It comes from line 93 of stream.py
> @idan-rahamim-lendbuzz Can you post the full trace?
Traceback (most recent call last):
File
"/Users/idan.rahamim/repos/sheriff-spec-tator/sheriff_spec_tator/utils/entities.py",
line 51, in validate
await validate_method()
File
"/Users/idan.rahamim/repos/sheriff-spec-tator/sheriff_spec_tator/validation/requirements
/bronze/production_dockerfile.py", line 38, in validate_general
if await DockerUtils.docker_exec_output("id -u") != "0":
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Users/idan.rahamim/repos/sheriff-spec-tator/sheriff_spec_tator/utils/docker.py", line
47, in docker_exec_output
chunk = await exec_start.read_out()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Users/idan.rahamim/Library/Caches/pypoetry/virtualenvs/sheriff-spec-tator-jHopqe-F-py3
.12/lib/python3.12/site-packages/aiodocker/stream.py", line 98, in read_out
await self._init()
File
"/Users/idan.rahamim/Library/Caches/pypoetry/virtualenvs/sheriff-spec-tator-jHopqe-F-py3
.12/lib/python3.12/site-packages/aiodocker/stream.py", line 93, in _init
protocol.force_close()
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ResponseHandler' object has no attribute 'force_close'
Originally posted by @idan-rahamim-lendbuzz in #918 (comment)
Now i get another error AttributeError: 'ResponseHandler' object has no attribute 'force_close'
It comes from line 93 of stream.py
Traceback (most recent call last):
File
"/Users/idan.rahamim/repos/sheriff-spec-tator/sheriff_spec_tator/utils/entities.py",
line 51, in validate
await validate_method()
File
"/Users/idan.rahamim/repos/sheriff-spec-tator/sheriff_spec_tator/validation/requirements
/bronze/production_dockerfile.py", line 38, in validate_general
if await DockerUtils.docker_exec_output("id -u") != "0":
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Users/idan.rahamim/repos/sheriff-spec-tator/sheriff_spec_tator/utils/docker.py", line
47, in docker_exec_output
chunk = await exec_start.read_out()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Users/idan.rahamim/Library/Caches/pypoetry/virtualenvs/sheriff-spec-tator-jHopqe-F-py3
.12/lib/python3.12/site-packages/aiodocker/stream.py", line 98, in read_out
await self._init()
File
"/Users/idan.rahamim/Library/Caches/pypoetry/virtualenvs/sheriff-spec-tator-jHopqe-F-py3
.12/lib/python3.12/site-packages/aiodocker/stream.py", line 93, in _init
protocol.force_close()
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ResponseHandler' object has no attribute 'force_close'
Originally posted by @idan-rahamim-lendbuzz in #918 (comment)
The text was updated successfully, but these errors were encountered: