Stream.AddStreamEntries produces null pointer exception
Hello,
I have a stream that I am attempting to add entries to by calling the .AddStreamEntries() method. I have tried passing two different infotables - one whose datashape is identical to the datashape on the stream which I'm trying to edit, and one which is defined by a new datashape, where I added the fields for 'location', 'tags', etc (to match more exactly with all stream fields).
Both methods throw a null pointer exception. I know that the infotable I'm passing it is not empty - already checked that.
Any ideas?
Things["MY_STREAM"].AddStreamEntries({
values: MY_INFO_TABLE /* INFOTABLE */
});

