Trying to add blueprints but after entering the URL it says unknown error, then this is in the log:
2021-12-16 09:48:50 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [23212508103680] Error handling message: Unknown error
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 27, in _handle_async_response
await func(hass, connection, msg)
File "/usr/src/homeassistant/homeassistant/components/blueprint/websocket_api.py", line 68, in ws_import_blueprint
imported_blueprint = await importer.fetch_blueprint_from_url(hass, msg["url"])
File "/usr/src/homeassistant/homeassistant/components/blueprint/importer.py", line 225, in fetch_blueprint_from_url
imported_bp = await func(hass, url)
File "/usr/src/homeassistant/homeassistant/components/blueprint/importer.py", line 183, in fetch_blueprint_from_github_gist_url
resp = await session.get(
File "/usr/local/lib/python3.9/site-packages/aiohttp/client.py", line 640, in _request
resp.raise_for_status()
File "/usr/local/lib/python3.9/site-packages/aiohttp/client_reqrep.py", line 1004, in raise_for_status
raise ClientResponseError(
aiohttp.client_exceptions.ClientResponseError: 403, message='rate limit exceeded', url=URL('https://api.github.com/gists/1f6f434f0903b872b84c4302637d0890')
2021-12-16 09:52:22 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [23212503637872] Error handling message: Unknown error
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 27, in _handle_async_response
await func(hass, connection, msg)
File "/usr/src/homeassistant/homeassistant/components/blueprint/websocket_api.py", line 68, in ws_import_blueprint
imported_blueprint = await importer.fetch_blueprint_from_url(hass, msg["url"])
File "/usr/src/homeassistant/homeassistant/components/blueprint/importer.py", line 225, in fetch_blueprint_from_url
imported_bp = await func(hass, url)
File "/usr/src/homeassistant/homeassistant/components/blueprint/importer.py", line 183, in fetch_blueprint_from_github_gist_url
resp = await session.get(
File "/usr/local/lib/python3.9/site-packages/aiohttp/client.py", line 640, in _request
resp.raise_for_status()
File "/usr/local/lib/python3.9/site-packages/aiohttp/client_reqrep.py", line 1004, in raise_for_status
raise ClientResponseError(
aiohttp.client_exceptions.ClientResponseError: 403, message='rate limit exceeded', url=URL('https://api.github.com/gists/2311759ba64f929f6affad4c0a67110b')