'errorcode': 'AB1004'
-
Please look into this : {'message': 'Something Went Wrong, Please Try After Sometime', 'errorcode': 'AB1004', 'status': False, 'data': None}
I have to move forward!
Account Id J219541. -
Hi @vegybin,
Please note that there is a syntax error in your code. In the payload section, you have not used quotes properly.
Please follow the guidelines as given in the documentation (here)[https://smartapi.angelbroking.com/docs/User]
- topic:timeago_earlier,8 days
-
Hi @vegybin
Apologies for the delayed response.
We are verifying on the issue, will update you as soon as possible.Regards,
SmartAPI team -
@Moderator_2 help
-
@Moderator_2 said in 'errorcode': 'AB1004':
Please share us the API request along with header parameter to analyze further on the issue
This is the payload and header. Please check out the code and fix this issue. Its too frustrating.
payload = '''{ "clientcode": "''' + CLIENT_ID + '''", "password": "''' + CLIENT_PIN + '''", "totp": "''' + TOTP.now() + '"}' headers = { 'Content-Type': 'application/json', 'Accept': 'application/json', 'X-UserType': 'USER', 'X-SourceID': 'WEB', 'X-ClientLocalIP': 'CLIENT_LOCAL_IP', 'X-ClientPublicIP': 'CLIENT_PUBLIC_IP', 'X-MACAddress': 'MAC_ADDRESS', 'X-PrivateKey': API_KEY } conn.request( "POST", "/rest/auth/angelbroking/user/v1/loginByPassword", payload, headers)
- topic:timeago_earlier,about a month
-
Hi @vegybin
Apologies for the delayed response.
Please share us the API request along with header parameter to analyze further on the issueThanks & Regards
SmartAPI team