When ever I run my python scripts after registration I get "ERROR:websocket:error from callback >: 'WebSocket' object has no attribute 'order_place'" and my orders doesn't get punched.
I believe you are using Python client. The order_place function is inside the kite class. You are calling this inside ticker object. That is the reason for this error.
I believe you are using Python client. The
order_place
function is inside thekite
class. You are calling this inside ticker object. That is the reason for this error.You need to use Kite Connect object to place order. You can check out python documentation.