@Moderator_2 help
V
Latest posts made by vegybin
-
RE: 'errorcode': 'AB1004'posted in General Discussion
@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) -
'errorcode': 'AB1004'posted in General Discussion
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. -
Unable to login - Error AB1004posted in Python SDK
@admin, Kindly help
{'message': 'Something Went Wrong, Please Try After Sometime', 'errorcode': 'AB1004', 'status': False, 'data': None}I am getting this response for a login request.
Feeling a bitt stuck. Please reply asap!