Hi @admin ,
Orders are not triggered and getting "adapter is down" error.
Hi @admin ,
Orders are not triggered and getting "adapter is down" error.
@pashriva
I am not sure pashriva, I use only python sdk.
But things should be similar in java also. Check the smartapi code.
@sidsam12
This is not a solution, this is workaround.
Even i thought it would break some of the requests but I am running by disabling certificate validation and so far things are working fine.
@Manoj123
Just do this
self.angel_obj = SmartConnect(api_key=self.config["API_KEY"],disable_ssl=True)
Just add this parameter disable_ssl=True while calling SmartConnect class.
This will skip the ssl_certificate validation.
hi @admin
suddenly getting this error and no requests are working.
Kindly fix asap.
2022-01-24 11:24:19 : INFO : [broker:141] : Trying to login to angel broking...
2022-01-24 11:24:19 : CRITICAL : [broker:157] : Angel broking login failed! 0th Attempt
2022-01-24 11:24:19 : CRITICAL : [broker:160] : Response Data = {'message': 'Something Went Wrong, Please Try After Sometime', 'errorcode': 'AB1004', 'status': False, 'data': None}
2022-01-24 11:24:19 : ERROR : [broker:161] : Traceback (most recent call last):
File "/home/algo/algotrade/algotrade/broker/broker.py", line 150, in angel_login
refreshToken = data["data"]["refreshToken"]
TypeError: 'NoneType' object is not subscriptable
Yes,
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:
@admin kindly check ASAP.
@admin market time also getting over. Pls update the status.
@admin Pls fix asap. Because not able to do anything. How long it may take?
@admin P342922
It was working fine on friday also. Not able to use app or webpage also. Nothing is working.
Fix this ASAP admin.