You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a general check that the last field of every packet has an ASCII newline character. This check was applied since the newline character should be a standard packet termination character for all notices. This however, does not seem to be the case for ICECUBE_CASCADE notices as trying to generate example.json gives the following error:
AssertionError: Field 39 must be a newline
It seems that the packet simply uses a null character as the termination character:
key = 'ICECUBE_CASCADE'
value = b'\x00\x00\x00\xb0\x00\x00\x00\x01\x00\x00\x00\x00\x00Z\x8a\xe8\x02\r\xf1[\x00\x00O\xe0\x00%\x8ct\x00\x1b\x86\x9a\x00\...96\x00\x00\x00\x00\x00\rq\xcf5042\x00a81\x00\x00\x00\x00eseh406_r_8400nu4931e.4100tv43001864\x00\x0078\x00\x00\x00\x00'
The text was updated successfully, but these errors were encountered:
There is a general check that the last field of every packet has an ASCII newline character. This check was applied since the newline character should be a standard packet termination character for all notices. This however, does not seem to be the case for ICECUBE_CASCADE notices as trying to generate example.json gives the following error:
It seems that the packet simply uses a null character as the termination character:
The text was updated successfully, but these errors were encountered: