Thomas Doukinitsas
Thomas Doukinitsas
 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.
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
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...
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 =...