Hi @Ed Berezitsky. I assign the output of ListenTCP an attribute called "request" and pass it into my python code via command line argument as shown here:
C:\Users\r.young\threshold-1.py;${request}
However, i get an error saying list index sys.argv[1] out of range.
I know the ${request} is correct because when i send it directly to a putTCP processor, i can view its content, the issue i am having is trying to pass it correctly into my code. Thank you