samco-sdk / Python-SDK

Official Python SDK for accessing Stocknote API
MIT License
15 stars 11 forks source link

samco.start_streaming data #23

Open monu284 opened 6 months ago

monu284 commented 6 months ago

Hello i am reviving error while running this code , to retrieve live streaming samco.set_streaming_data([{'symbol': "55317_NFO"}]) samco.start_streaming()

File "D:\Z Shares\001 Algo\algo_trading\SamcoVe1\StreamingData.py", line 18, in samco.start_streaming() File "D:\Z Shares\001 Algo\algo_trading\SamcoVe1\snapi_py_client\snapi_bridge.py", line 2830, in start_streaming websocket.enableTrace(True) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'websocket' has no attribute 'enableTrace'

Can any help ?

jagatsingh commented 3 months ago

This might be https://github.com/samco-sdk/Python-SDK/issues/3