Invalid private data item?

Post Reply
dgordeyev
Newbie
Posts: 2
Joined: Tue Nov 21, 2023 11:30 pm

Invalid private data item?

Post 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
mkayyyy
Member
Posts: 80
Joined: Mon Nov 21, 2016 6:31 pm
Location: UK

Re: Invalid private data item?

Post by mkayyyy »

Have you some some example code you can share?
Post Reply