ValueError: The value for a TraceParameter cannot be empty
Closed this issue · 3 comments
nsygtc commented
ValueError: The value for a TraceParameter cannot be empty
nsygtc commented
TomHogervorst commented
Which operating system and version of python are you using? The behavior of os.urandom depends on both.
You could check whether os.urandom(16)
is producing an empty array of values, and if it is, choose a different method of producing a byte array.
nsygtc commented
Which operating system and version of python are you using? The behavior of os.urandom depends on both.
You could check whetheros.urandom(16)
is producing an empty array of values, and if it is, choose a different method of producing a byte array.
Thank you very much! My error caused by adding extra attributes of header. Now it solved!