Market Data Feed V3 - Websocket error

Hi Team,

Websocket was working with V2.
followed the same steps for V3 as listed in upstox-python/examples/websocket/market_data at master · upstox/upstox-python · GitHub, with the new V3 proto file.

getting the below error.

import MarketDataFeed_pb2 as pb

File “/MarketDataFeed_pb2.py”, line 34, in
_globals[‘_MARKETINFO_SEGMENTSTATUSENTRY’]._loaded_options = None

Any help is appreciated.

@ayappan_chellappan This is not required in the V3 market feed. Please check in upstox-python/README.md at master · upstox/upstox-python · GitHub with the heading Detailed Explanation of Feeder Interface (V3).

thank you. will check it out!

1 Like

thanks. V3 documentation helped to resolve the issue.