Closed asnewton closed 5 months ago
did you find any solution on that, I am getting similar issue, wherever as it is saying following init() got an unexpected keyword argument 'eodhost'
Add eodhost to api_helper.py In my case: NorenApi.init(self, host='https://api.shoonya.com/NorenWClientTP/', websocket='wss://api.shoonya.com/NorenWSTP/', eodhost='https://shoonya.finvasia.com/chartApi/getdata/')
getting this error in running shoonya login
Traceback (most recent call last):
File "C:\Users\HP\Desktop\python t\shoonya_login.py", line 56, in
Greetings from Shoonya!
Please clone the below-attached link and run your code; its working fine.
https://github.com/Shoonya-Dev/ShoonyaApi-py/blob/master/api_helper.py
TypeError Traceback (most recent call last)