Kotak-Neo / kotak-neo-api

96 stars 80 forks source link

Neither quotes nor web socket is working #138

Open dikshantpatel27 opened 4 months ago

dikshantpatel27 commented 4 months ago

I copied the code for quotes api and web socket from the Kotak Neo API documentation to use it in jupyter lab but it is not working. The code, for either quotes or web socket, doesn't give any response at all upon running. If anybody understands what's wrong, please help. Screenshot 2024-02-07 182700

dikshantpatel27 commented 4 months ago

I'm able to place orders, subscribe order feed, fetch limit details and everything else but unable to use quotes and web socket.

abimk9 commented 4 months ago

I copied the code for quotes api and web socket from the Kotak Neo API documentation to use it in jupyter lab but it is not working. The code, for either quotes or web socket, doesn't give any response at all upon running. If anybody understands what's wrong, please help.

Screenshot 2024-02-07 182700

You need to print the response for quotes

dikshantpatel27 commented 4 months ago

But the code is working without print in KotakNeo google collab tool.