System Crash

First crash of hassio for a long time tonight.

No web access but SSH still worked. Downloaded the log and restarted via SSH without problem but it would be nice to know why this happened.

Config passes check. I’ve recently updated a few cards via hacs but no other changes.

I can’t make any sense of the log. Anything obvious to you in it?

https://paste.ubuntu.com/p/C7mwV6W6gM/

Seems to have started with HACS is all I’ve got.

File “/config/custom_components/hacs/aiogithub/aiogithub.py”, line 56, in get_repo
raise AIOGitHubException(response[“message”])
custom_components.hacs.aiogithub.exceptions.AIOGitHubException: Server Error

You may add a logger to that file, with high verbosity. Then it will tell whether the response from the server is correct.
Perhaps certain times the response is not in any format that the program will accept, therefore will raise the exception.