Thomas Doukinitsas

Results 4 issues of Thomas Doukinitsas

![image](https://user-images.githubusercontent.com/73527278/153099634-98c90444-f0a1-48a1-aaf9-53bf8d30ff86.png) Errors like this may not make sense to the end user and for troubleshooting, error prompts should be re-written to aid with clarity when troubleshooting.

enhancement

This is likely caused by the save load mechanism using comma separated values. Possible solutions: - Validate input to exclude commas - Use XML for save / load

bug
good first issue

The xml that CasparCG returns is not always valid. A temporary fix has been implemented in the current version (which re-wraps the xml in a valid tag) but more work...

bug

Problem occurs at line 335: ``` 332 //now lets remove any other unessesary characters at the end of the data string 333 string input = clipInfoString.Data; 334 int index =...

bug