Describe the issue you are experiencing
I noticed an AIOHTTP Error in the log (See log message below... obfuscated due to Bearer Token information)
What type of installation are you running?
Home Assistant OS
Which operating system are you running on?
Home Assistant Operating System
Steps to reproduce the issue
- Look in the Log
Anything in the Supervisor logs that might be useful for us?
23-07-24 02:50:15 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/aiohttp/web_protocol.py", line 332, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "aiohttp/_http_parser.pyx", line 557, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadHttpMessage: 400, message:
Invalid header value char:
b'Authorization: Bearer *********************************************************************************************************410939e'
^
### System Health information
## System Information
version | core-2023.7.3
-- | --
installation_type | Home Assistant OS
dev | false
hassio | true
docker | true
user | root
virtualenv | false
python_version | 3.11.4
os_name | Linux
os_version | 6.1.21-v8
arch | aarch64
timezone | America/New_York
config_dir | /config
<details><summary>Home Assistant Community Store</summary>
GitHub API | ok
-- | --
GitHub Content | ok
GitHub Web | ok
GitHub API Calls Remaining | 5000
Installed Version | 1.32.1
Stage | running
Available Repositories | 1273
Downloaded Repositories | 22
HACS Data | ok
</details>
<details><summary>Home Assistant Supervisor</summary>
host_os | Home Assistant OS 10.4
-- | --
update_channel | beta
supervisor_version | supervisor-2023.07.2
agent_version | 1.5.1
docker_version | 23.0.6
disk_total | 228.5 GB
disk_used | 13.6 GB
healthy | true
supported | true
board | rpi4-64
supervisor_api | ok
version_api | ok
installed_addons | HassOS I2C Configurator (0.13a), Node-RED (14.4.2), Advanced SSH & Web Terminal (15.0.5), Samba Backup (5.2.0), Samba share (10.0.2), ArgonOne Active Cooling (29c), Music Assistant BETA (2.0.0b60), ESPHome (beta) (2023.7.0), Piper (0.1.3), Whisper (0.2.1), Studio Code Server (5.9.0)
</details>
<details><summary>Dashboards</summary>
dashboards | 5
-- | --
resources | 15
views | 8
mode | storage
</details>
<details><summary>Recorder</summary>
oldest_recorder_run | July 20, 2023 at 5:51 PM
-- | --
current_recorder_run | July 24, 2023 at 2:48 AM
estimated_db_size | 58.86 MiB
database_engine | sqlite
database_version | 3.41.2
</details>
### Supervisor diagnostics
[config_entry-hassio-b20a568cb4d1e3c68d96d3ee7f3f12f1.json.txt](https://github.com/home-assistant/supervisor/files/12142739/config_entry-hassio-b20a568cb4d1e3c68d96d3ee7f3f12f1.json.txt)
### Additional information
_No response_
Describe the issue you are experiencing
I noticed an AIOHTTP Error in the log (See log message below... obfuscated due to Bearer Token information)
What type of installation are you running?
Home Assistant OS
Which operating system are you running on?
Home Assistant Operating System
Steps to reproduce the issue
Anything in the Supervisor logs that might be useful for us?
23-07-24 02:50:15 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/aiohttp/web_protocol.py", line 332, in data_received messages, upgraded, tail = self._request_parser.feed_data(data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "aiohttp/_http_parser.pyx", line 557, in aiohttp._http_parser.HttpParser.feed_data aiohttp.http_exceptions.BadHttpMessage: 400, message: Invalid header value char: b'Authorization: Bearer *********************************************************************************************************410939e' ^