@admin Hi Any update on the code review and the issue raised.
subhu085
@subhu085
Best posts made by subhu085
Latest posts made by subhu085
-
RE: Python SDK 'Access denied because of exceeding access rate'
-
RE: Python SDK 'Access denied because of exceeding access rate'
@admin I have shared the code over email.
-
RE: Python SDK 'Access denied because of exceeding access rate'
@admin Yes today again faced the issue.
-
RE: Python SDK 'Access denied because of exceeding access rate'
@admin S803575 is the client id.
-
RE: Python SDK 'Access denied because of exceeding access rate'
@admin Any update...the first access is again giving the same access rate issue.
-
RE: Python SDK 'Access denied because of exceeding access rate'
@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'
@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'
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 subscriptable
Hi,
Getting the below error.
id=user['data']['clientcode']
TypeError: 'NoneType' object is not subscriptable -
RE: Python SDK Simulator
@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