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'
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: