Notify users of WS errors (God I wish this stupid library let me see HTTP status codes)
All checks were successful
Build SpookTubeEX / Build (push) Successful in 1m53s

This commit is contained in:
RedBigz 2024-06-16 10:05:38 +10:00
parent 4d6a731124
commit 98ab0e95a1

View File

@ -123,6 +123,7 @@ class SpookedUploader
ws.OnError += (sender, evt) => ws.OnError += (sender, evt) =>
{ {
ShowStatus(setViewableLogText, uuid, "error", "WS ERROR");
Plugin.Logger.LogError(evt.Message); Plugin.Logger.LogError(evt.Message);
}; };