I have this case in which I need to load a file from my disk using FileReader (String Reactive) and Parse it into an XML. And anytime I do that, the Console opens up and starts screaming at me.
Two questions about this:
- How can I prevent this error? I tried with the usual empty String comparison, but that did not seem to work…
- I have not seen this drastic error reporting anywhere else in vvvv, mostly I just know purple borders, or an entry in the Log. Is this something that should maybe be refined?


