Sorry, is this the additional logs info:
2022-01-29 19:49:26 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.9/site-packages/lmdirect/connection.py”, line 90, in retrieve_machine_info
await client.fetch_token(
File “/usr/local/lib/python3.9/site-packages/authlib/integrations/httpx_client/oauth2_client.py”, line 131, in _fetch_token
return self.parse_response_token(resp.json())
File “/usr/local/lib/python3.9/site-packages/authlib/oauth2/client.py”, line 380, in parse_response_token
self.handle_error(error, description)
File “/usr/local/lib/python3.9/site-packages/authlib/integrations/httpx_client/oauth2_client.py”, line 80, in handle_error
raise OAuthError(error_type, error_description)
authlib.integrations.base_client.errors.OAuthError: invalid_grant: Invalid username and password combination
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/local/lib/python3.9/site-packages/lmdirect/connection.py”, line 156, in _connect
self._machine_info = await self.retrieve_machine_info(
File “/usr/local/lib/python3.9/site-packages/lmdirect/connection.py”, line 97, in retrieve_machine_info
raise AuthFail(“Authorization failure”) from err
lmdirect.connection.AuthFail: Authorization failure
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/config/custom_components/lamarzocco/config_flow.py”, line 44, in validate_input
machine_info = await lm.connect()
File “/usr/local/lib/python3.9/site-packages/lmdirect/init.py”, line 123, in connect
return await self._connect()
File “/usr/local/lib/python3.9/site-packages/lmdirect/connection.py”, line 160, in _connect
raise ConnectionFail(
lmdirect.connection.ConnectionFail: Exception retrieving machine info: Authorization failure
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py”, line 435, in _handle_request
resp = await request_handler(request)
File “/usr/local/lib/python3.9/site-packages/aiohttp/web_app.py”, line 504, in _handle
resp = await handler(request)
File “/usr/local/lib/python3.9/site-packages/aiohttp/web_middlewares.py”, line 117, in impl
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/security_filter.py”, line 60, in security_filter_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/forwarded.py”, line 98, in forwarded_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/request_context.py”, line 28, in request_context_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/ban.py”, line 78, in ban_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/auth.py”, line 181, in auth_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/view.py”, line 137, in handle
result = await result
File “/usr/src/homeassistant/homeassistant/components/config/config_entries.py”, line 157, in post
return await super().post(request, flow_id)
File “/usr/src/homeassistant/homeassistant/components/http/data_validator.py”, line 62, in wrapper
result = await method(view, request, *args, **kwargs)
File “/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py”, line 110, in post
result = await self._flow_mgr.async_configure(flow_id, data)
File “/usr/src/homeassistant/homeassistant/data_entry_flow.py”, line 252, in async_configure
result = await self._async_handle_step(flow, cur_step[“step_id”], user_input)
File “/usr/src/homeassistant/homeassistant/data_entry_flow.py”, line 325, in _async_handle_step
result: FlowResult = await getattr(flow, method)(user_input)
File “/config/custom_components/lamarzocco/config_flow.py”, line 135, in async_step_confirm
return await self._try_create_entry(data)
File “/config/custom_components/lamarzocco/config_flow.py”, line 67, in _try_create_entry
machine_info = await validate_input(self.hass, data)
File “/config/custom_components/lamarzocco/config_flow.py”, line 50, in validate_input
except LaMarzocco.AuthFail:
AttributeError: type object ‘LaMarzocco’ has no attribute ‘AuthFail’