Page 1 of 1

Invalid private data item?

Posted: Tue Mar 19, 2024 7:24 pm
by dgordeyev
Hey everyone!

I'm connecting to Switch via API using node.js. Upon file submission (which is successful btw, and processes the file just fine), the Messages view displays an error as follows:

Invalid private data item '0EHRH': each item must be a string in the format 'key=value'

The data item is different for every job submission and is the same as the prefix on the file that's in process. Does anyone have any idea what's happening? Again, the file itself processes without problems, but this is throwing me off, and I'm concerned it may be something serious that may cause potential issues during development down the road.

Thanks!
Dima

Re: Invalid private data item?

Posted: Wed Mar 20, 2024 9:48 pm
by mkayyyy
Have you some some example code you can share?