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
Exception in </config/pyscript/modules/httpx/_status_codes.py> line 155: NETWORK_AUTHENTICATION_REQUIRED = 511, "Network Authentication Required" ^ AttributeError: 'dict' object has no attribute '_member_names'
httpx version is 0.27.0
This is a part of _status_codes_py
...
LOOP_DETECTED = 508, "Loop Detected"
NOT_EXTENDED = 510, "Not Extended"
NETWORK_AUTHENTICATION_REQUIRED = 511, "Network Authentication Required"
# Include lower-case styles for `requests` compatibility.
for code in codes:
setattr(codes, code._name_.lower(), int(code))
The text was updated successfully, but these errors were encountered:
custom_components.pyscript.modules.httpx._api._client._auth._models._status_codes
custom_components/pyscript/global_ctx.py:341
Exception in </config/pyscript/modules/httpx/_status_codes.py> line 155: NETWORK_AUTHENTICATION_REQUIRED = 511, "Network Authentication Required" ^ AttributeError: 'dict' object has no attribute '_member_names'
httpx version is 0.27.0
This is a part of _status_codes_py
The text was updated successfully, but these errors were encountered: