watfordjc / csharp-stream-controller

My WIP stream controller for live streaming
MIT License
1 stars 0 forks source link

Auth required not reported #29

Closed watfordjc closed 4 years ago

watfordjc commented 4 years ago

Feature Branch

Feature branch has been merged into master.

Progress

Background

When connecting to obs-websocket that requires authentication, no connection error is reported.

Whilst it is true that a connection is established, the connection is useless.

User action is required to resolve the error, so it should be treated like an HTTP 4xx type error.

The authentication required text should propagate to the UI, and automatic reconnection should be disabled until connection preferences are next saved.