kite.instruments() is failing since yesterday night

madanus
Am getting the below error:
instruments = kite.instruments()
^^^^^^^^^^^^^^^^
AttributeError: 'tuple' object has no attribute 'instruments'

Is anyone else also seeing this?
  • madanus
    Am getting this even for other python API calls. Example:
    orders = kite.orders()
    ^^^^^^^^^^^
    AttributeError: 'tuple' object has no attribute 'orders'

    This code was working till yesterday - am I missing something?
  • madanus
    It was my bad - my wrapper function for login had some breaking changes. Apologies for the confusion,
This discussion has been closed.