Error Handling Request for Alexa Meida Player

So my Alexa Media Player has been down for a month, and it started with re-authentication. So I went in to re authenticate it and it crashed because of the captcha not loading. I got around that and a couple of days later it wanted to authenticate again. It would not so i deleted the integration and deleted HACS Alexa media player and started the whole thing again. I also changed my Amazon account to be OTP and I added a Google Authenticator app.

I cannot get it to authenticate, as it says opening webpage and takes me to amazon where i put in my username, passowrd, and otp. (does not say anything about google authenticator).

The URL comes back to my Home Assistant and I get a Bad Request error.

Here is the log from that interaction -

This error originated from a custom integration.

Logger: aiohttp.server
Source: custom_components/alexa_media/config_flow.py:680
Integration: Alexa Media Player (documentation, issues)
First occurred: 10:21:12 AM (4 occurrences)
Last logged: 5:04:10 PM

Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py”, line 422, in _handle_request
resp = await self._request_handler(request)
File “/usr/local/lib/python3.9/site-packages/aiohttp/web_app.py”, line 499, in _handle
resp = await handler(request)
File “/usr/local/lib/python3.9/site-packages/aiohttp/web_middlewares.py”, line 119, 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 24, 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 144, in auth_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/view.py”, line 136, in handle
result = await result
File “/usr/src/homeassistant/homeassistant/components/config/config_entries.py”, line 148, in get
return await super().get(request, flow_id)
File “/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py”, line 97, in get
result = await self._flow_mgr.async_configure(flow_id)
File “/usr/src/homeassistant/homeassistant/data_entry_flow.py”, line 198, 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 256, in _async_handle_step
result: FlowResult = await getattr(flow, method)(user_input)
File “/config/custom_components/alexa_media/config_flow.py”, line 411, in async_step_finish_proxy
return await self._test_login()
File “/config/custom_components/alexa_media/config_flow.py”, line 680, in _test_login
self.hass.data[DATA_ALEXAMEDIA][“accounts”][self.config[CONF_EMAIL]][
KeyError: ‘MY AMAZON EMAIL’

my Home Assistant is running on a Raspberry Pi 4B with Lets Encrypt and Duckdns integrations.
I had just installed Adguard so i disabled that and tried it again to no luck.

Please Help, you all have been so helpfull. Thank you