After including the MarketDataFeedV3_pb2.py file generated from this v3 proto file provided by Upstox in my code, I am getting an error (please see attached Stack trace file). Please help in resolving this issue.
Hi @NIKHIL_MARATHE Please refer to the sample WebSocket example for guidance on properly encoding and decoding the payload.
See if this helps resolve the issue.
Thanks for responding. The issue was not with my code the way but due a namespace conflict with v2 proto file. I resolved the conflict and the issue went away.
1 Like