Error 18

[Error] ValueError: TypeError("'coroutine' object is not iterable"), TypeError('vars() argument must have dict attribute')

https://velog.io/@nam-willow/Error-ValueError-TypeErrorcoroutine-object-is-not-iterable-TypeErrorvars-argument-must-have-dict-attribute [Error] ValueError: TypeError("'coroutine' object is not iterable"), TypeError('vars() argument must have dict attribute')참고 사이트Adding async to Fastapi function gives me the "'coroutine' object is not iterable" errorcoroutine함수명 함수를 실행을 했더니 오류가 발생했다. coroutine함수..

Error 2024.12.22

[Error] binascii.Error: Invalid base64-encoded string

오류decode_base64_to_image() 메서드만 실행하면 계속 오류가 뜬다■ decode_base64_to_image() | 동작시작 *** Error running process: /경로/경로/extensions/sd-webui-controlnet/scripts/controlnet.py Traceback (most recent call last): File "/경로/경로/modules/api/api.py", line 466, in decode_base64_to_image image = Image.open(BytesIO(base64.b64decode(encoding))) File "/usr/lib/python3.10/base64.py", line 87, in ..

Error 2024.12.21