zivillian / ora2mqtt

GWM ORA Funky Cat to MQTT Bridge
14 stars 2 forks source link

Response status code does not indicate success #21

Closed nicpear closed 3 months ago

nicpear commented 3 months ago

Hallo, ich bekomme seit kurzem diesen Fehler: System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error). at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode() at libgwmapi.GwmApiClient.GetResponseAsync[T](HttpResponseMessage response, CancellationToken cancellationToken) in /home/runner/work/ora2mqtt/ora2mqtt/libgwmapi/GwmApiClient.cs:line 116 at libgwmapi.GwmApiClient.PostH5Async[TIn,TOut](String url, TIn body, CancellationToken cancellationToken) in /home/runner/work/ora2mqtt/ora2mqtt/libgwmapi/GwmApiClient.cs:line 92 at ora2mqtt.ConfigureCommand.LoginAsync(GwmApiClient client, Ora2MqttOptions options, CancellationToken cancellationToken) in /home/runner/work/ora2mqtt/ora2mqtt/ora2mqtt/ConfigureCommand.cs:line 110 at ora2mqtt.ConfigureCommand.Run(CancellationToken cancellationToken) in /home/runner/work/ora2mqtt/ora2mqtt/ora2mqtt/ConfigureCommand.cs:line 41 at Program.<Main>$(String[] args) in /home/runner/work/ora2mqtt/ora2mqtt/ora2mqtt/Program.cs:line 23

Hast du eine Idee, was das sein könnte? Die App funktioniert weiterhin.

Viele Grüße

daemonenstall commented 3 months ago

Gleiches Problem hier. Vor einiger Zeit hatte ich den Fehler auch und konnte ihn mit einem erneuten ora2mqtt configure beheben.

gratefulUser1 commented 3 months ago

Ich hatte diesen Fehler ganz oft, ich habe das Programm deswegen in einer Endlosschleife immer wieder neugestartet, das war bis zum App-Update auch kein Problem.

zivillian commented 3 months ago

das sieht nach dem gleichen Fehler wie in #19 aus