Skip to content

Instantly share code, notes, and snippets.

@mcinnes01
Created May 31, 2023 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcinnes01/a954f8a7b72384fe435487c0f7ac6f61 to your computer and use it in GitHub Desktop.
Save mcinnes01/a954f8a7b72384fe435487c0f7ac6f61 to your computer and use it in GitHub Desktop.
[services.d] starting services
[services.d] done.
[00:06:14] INFO: Starting NetDaemon V3 pre-built Runtime using assembly /config/netdaemon3/NetDaemonApps.dll...
[00:06:15 INF] NetDaemon.Runtime.Internal.NetDaemonRuntime: Starting NetDaemon runtime version custom_compiled.
[00:06:15 DBG] NetDaemon.Client.IHomeAssistantClient: Connecting to Home Assistant websocket on ws://supervisor/core/websocket
[00:06:15 DBG] NetDaemon.Client.IHomeAssistantClient: Error connecting to Home Assistant
System.FormatException: The input string '0b0' was not in a correct format.
at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, ReadOnlySpan`1 value, TypeCode type)
at System.Version.TryParseComponent(ReadOnlySpan`1 component, String componentName, Boolean throwOnFailure, Int32& parsedComponent)
at System.Version.ParseVersion(ReadOnlySpan`1 input, Boolean throwOnFailure)
at System.Version.Parse(String input)
at NetDaemon.Client.Internal.HomeAssistantClient.ConnectAsync(String host, Int32 port, Boolean ssl, String token, String websocketPath, CancellationToken cancelToken)
[00:06:15 DBG] NetDaemon.Client.IHomeAssistantRunner: Error running HassClient
System.FormatException: The input string '0b0' was not in a correct format.
at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, ReadOnlySpan`1 value, TypeCode type)
at System.Version.TryParseComponent(ReadOnlySpan`1 component, String componentName, Boolean throwOnFailure, Int32& parsedComponent)
at System.Version.ParseVersion(ReadOnlySpan`1 input, Boolean throwOnFailure)
at System.Version.Parse(String input)
at NetDaemon.Client.Internal.HomeAssistantClient.ConnectAsync(String host, Int32 port, Boolean ssl, String token, String websocketPath, CancellationToken cancelToken)
at NetDaemon.Client.Internal.HomeAssistantRunner.InternalRunAsync(String host, Int32 port, Boolean ssl, String token, String websocketPath, TimeSpan timeout, CancellationToken cancelToken)
[00:06:15 INF] NetDaemon.Runtime.Internal.NetDaemonRuntime: Home Assistant disconnected due to unknown error, set loglevel to debug to view details, connect retry in 30 seconds
[00:06:15 DBG] NetDaemon.Client.IHomeAssistantRunner: Client disconnected, retrying in 30 seconds...
[00:06:45 DBG] NetDaemon.Client.IHomeAssistantClient: Connecting to Home Assistant websocket on ws://supervisor/core/websocket
[00:06:45 DBG] NetDaemon.Client.IHomeAssistantClient: Error connecting to Home Assistant
System.FormatException: The input string '0b0' was not in a correct format.
at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, ReadOnlySpan`1 value, TypeCode type)
at System.Version.TryParseComponent(ReadOnlySpan`1 component, String componentName, Boolean throwOnFailure, Int32& parsedComponent)
at System.Version.ParseVersion(ReadOnlySpan`1 input, Boolean throwOnFailure)
at System.Version.Parse(String input)
at NetDaemon.Client.Internal.HomeAssistantClient.ConnectAsync(String host, Int32 port, Boolean ssl, String token, String websocketPath, CancellationToken cancelToken)
[00:06:45 DBG] NetDaemon.Client.IHomeAssistantRunner: Error running HassClient
System.FormatException: The input string '0b0' was not in a correct format.
at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, ReadOnlySpan`1 value, TypeCode type)
at System.Version.TryParseComponent(ReadOnlySpan`1 component, String componentName, Boolean throwOnFailure, Int32& parsedComponent)
at System.Version.ParseVersion(ReadOnlySpan`1 input, Boolean throwOnFailure)
at System.Version.Parse(String input)
at NetDaemon.Client.Internal.HomeAssistantClient.ConnectAsync(String host, Int32 port, Boolean ssl, String token, String websocketPath, CancellationToken cancelToken)
at NetDaemon.Client.Internal.HomeAssistantRunner.InternalRunAsync(String host, Int32 port, Boolean ssl, String token, String websocketPath, TimeSpan timeout, CancellationToken cancelToken)
[00:06:45 INF] NetDaemon.Runtime.Internal.NetDaemonRuntime: Home Assistant disconnected due to unknown error, set loglevel to debug to view details, connect retry in 30 seconds
[00:06:45 DBG] NetDaemon.Client.IHomeAssistantRunner: Client disconnected, retrying in 30 seconds...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment