@Moderator_2 help
V
vegybin
@vegybin
0
Reputation
4
Posts
1
Profile views
0
Followers
0
Following
Best posts made by vegybin
This user hasn't posted anything yet.
Latest posts made by vegybin
-
RE: 'errorcode': 'AB1004'
@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'
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 AB1004
@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!