Error with Instruments() call

virtualKG
Hi,

On executing the instruments() method - I received the following error:

Traceback (most recent call last):
File "", line 1, in
File "C:\Python27\lib\site-packages\kiteconnect\__init__.py", line 376, in instruments
return self._parse_csv(self._get("market.instruments", params))
File "C:\Python27\lib\site-packages\kiteconnect\__init__.py", line 421, in _parse_csv
reader = csv.reader(StringIO.StringIO(data.strip()))
AttributeError: 'dict' object has no attribute 'strip'

Need your input on resolving this error.
Sign In or Register to comment.