A user should get feedback if parsing the content with streamparsers fails. For example if the user defines the regex (.*) and the content is 15:12:45 the this parser would fail to extract a number. Unfortunately the user does not get feedback on this and thus does not see any DataPoints which leads him to believe that SicsthSense is not working correctly or the URL must be wrong.
A user should get feedback if parsing the content with streamparsers fails. For example if the user defines the regex
(.*)and the content is15:12:45the this parser would fail to extract a number. Unfortunately the user does not get feedback on this and thus does not see any DataPoints which leads him to believe that SicsthSense is not working correctly or the URL must be wrong.