You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to make this AddOn work with my HA which runs on Kubernetes. I got the container itself started but it crashes quite fast with the following error. I assume that the AddOn expects to run against the supervisor, which I don't have since there is no Supervisor version which could talk to the Kubernetes API instead of the Docker one to schedule container deployments.
Am I right to assume that this challenges are core design in this AddOn or could this be achieved?
Thanks
Marcel
[1] Info: No new settings file. Attempting to restore from legacy configuration
[1] Warning: No legacy configuration found. Loading default settings
[4] Error: System.Net.Http.HttpRequestException: Name does not resolve (supervisor:80)
---> System.Net.Sockets.SocketException (0xFFFDFFFF): Name does not resolve
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|281_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.HttpConnectionWaiter`1.WaitForConnectionAsync(Boolean async, CancellationToken requestCancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
at hassio_onedrive_backup.Hass.HassioClient.GetJsonResponseAsync[T](Uri uri) in /src/Hass/HassioClient.cs:line 236
at hassio_onedrive_backup.Hass.HassioClient.GetTimeZoneAsync() in /src/Hass/HassioClient.cs:line 229
at hassio_onedrive_backup.Program.Main(String[] args) in /src/Program.cs:line 49
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
I was trying to make this AddOn work with my HA which runs on Kubernetes. I got the container itself started but it crashes quite fast with the following error. I assume that the AddOn expects to run against the supervisor, which I don't have since there is no Supervisor version which could talk to the Kubernetes API instead of the Docker one to schedule container deployments.
Am I right to assume that this challenges are core design in this AddOn or could this be achieved?
Thanks
Marcel
Beta Was this translation helpful? Give feedback.
All reactions