BlackSheep icon indicating copy to clipboard operation
BlackSheep copied to clipboard

AttributeError: module 'blacksheep.exceptions' has no attribute 'MessageAborted'

Open xxxxxxbox opened this issue 1 year ago • 2 comments

Sometimes I get an error due to wrong server configuration when trying to run multiple containers with Docker. In traceback in logs I can not see the real reason of error, but messege bellow. Please check blacksheep.exceptions file for attribute 'MessageAborted.

file "/usr/local/lib/python3.11/site-packages/blacksheep-2.0a8-py3.11-linux-x86_64.egg/blacksheep/init.py", line 8, in File "/usr/local/lib/python3.11/site-packages/blacksheep-2.0a8-py3.11-linux-x86_64.egg/blacksheep/contents.py", line 9, in File "/usr/local/lib/python3.11/site-packages/blacksheep-2.0a8-py3.11-linux-x86_64.egg/blacksheep/contents.py", line 8, in bootstrap File "blacksheep/contents.pyx", line 1, in init blacksheep.contents AttributeError: module 'blacksheep.exceptions' has no attribute 'MessageAborted'

xxxxxxbox avatar Jun 26 '23 22:06 xxxxxxbox