@admin Hi Any update on the code review and the issue raised.
Posts made by subhu085
-
RE: Python SDK 'Access denied because of exceeding access rate'posted in Python SDK
-
RE: Python SDK 'Access denied because of exceeding access rate'posted in Python SDK
@admin I have shared the code over email.
-
RE: Python SDK 'Access denied because of exceeding access rate'posted in Python SDK
@admin Yes today again faced the issue.
-
RE: Python SDK 'Access denied because of exceeding access rate'posted in Python SDK
@admin S803575 is the client id.
-
RE: Python SDK 'Access denied because of exceeding access rate'posted in Python SDK
@admin Any update...the first access is again giving the same access rate issue.
-
RE: Python SDK 'Access denied because of exceeding access rate'posted in Python SDK
@admin Still getting the same error
File "C:\Users\test\AppData\Local\Programs\Python\Python39\lib\site-packages\smartapi\smartConnect.py", line 191, in _request
raise ex.DataException("Couldn't parse the JSON response received from the server: {content}".format(
smartapi.smartExceptions.DataException: Couldn't parse the JSON response received from the server: b'Access denied because of exceeding access rate' -
RE: Python SDK 'Access denied because of exceeding access rate'posted in Python SDK
@admin Hi But it was my first access to API in the morning for login...I didn't do any continuous requests to the ANGEL API.
-
Python SDK 'Access denied because of exceeding access rate'posted in Python SDK
Hi,
Getting this error since yesterday in the first hour of order execution. Yesterday after 10:15 automatically it worked.
raise ex.DataException("Couldn't parse the JSON response received from the server: {content}".format(
smartapi.smartExceptions.DataException: Couldn't parse the JSON response received from the server: b'Access denied because of exceeding access rate'Kindly let me know how to avoid this.
Regards,
Partha Mohapatra -
TypeError: 'NoneType' object is not subscriptableposted in Python SDK
Hi,
Getting the below error.
id=user['data']['clientcode']
TypeError: 'NoneType' object is not subscriptable -
RE: Python SDK Simulatorposted in Python SDK
@admin Hi Any Swagger API also would do considering many objects are involved and algo at times in real time throws unhandled exception since all scenarios are not thought through while developing
-
Python SDK Simulatorposted in Python SDK
Hello,
I have written my order execution algorithm using python. Its well and good, but if there is a simulator to test the order execution and response, would be really helpful.
Testing everything in the day time and in real time market becomes little difficult for working professionals.
Regards,
Subhu