From this[1] discussion, I tried to place an order with multiple tags
`tag=[tag_one, tag_two]`, I got this exception while placing this order - "Invalid tags: max allowed tag length is 20"
I know that individual tags don't exceed 20 length but if you combine both tag it exceeds 20 chars. I am not sure how to pass multiple tags via python client, I tried to give so many tags on Kite web and it worked so I am assuming there is some way to make it work for python client.
Close the topic please.