Getting "Something Went Wrong, Please Try After Sometime"


  • Hello All,

    I am trying to generate the access token and Getting the following error.
    {
    "message": "Something Went Wrong, Please Try After Sometime",
    "errorcode": "AB1004",
    "status": false,
    "data": null
    }

    Steps Executed:

    1. Invoke the https://smartapi.angelbroking.com/publisher-login?api_key=<api Key>
    2. Provide UserName and Password.

    I tried with generateTokens bty providing refreshToken and getting "Bad Request", Also tried with loginByPassword and getting "Something Went Wrong, Please Try After Sometime".

    Any help will be highly appriciated

    Thanks,
    Vidhya


  • @Javajp @vidhyaramkumar Thank you for sharing the details. We are facing intermittent technical issues across all Angel platforms including SmartAPI. We are working to resolve the issue. We regret the inconvenience caused and will share an update as soon as this is resolved.


  • @admin, Even i am getting this error in python very frequently, sometimes it works randomly without any change.

    SESSION = SmartConnect(api_key=api_key)
    some_obj = SESSION.generateSession(client_code, pwd)

    'message':'Something Went Wrong, Please Try After Sometime'.
    'errorcode':'AB1004'