Alex
Alex
I believe he would actually need to update his other API repo - https://github.com/LaggAt/python-govee-api/issues I created a new issue - https://github.com/LaggAt/python-govee-api/issues/114 Not sure which might get traction first or is...
The reason is the RegEx at [this line](https://github.com/cjmurph/PmsService/blob/970ffac6149ca2fe0899671eac31d6a9e5702bc1/PlexServiceTray/ViewModel/DriveMapViewModel.cs#L9). I think if you change it to: > `[RegularExpression(@"^\\\\[a-zA-Z0-9\.\-_]{1,}(\\[a-zA-Z0-9\.\x20\-_]{1,}[\$]{0,1}){0,1}$", ErrorMessage = "Please enter a valid UNC path")]` It will work, but it'll...