gttLists gives AB1004 - Something Went Wrong Error


  • gttLists is giving error - AB1004 for very long. The same call was working 2 days back.

    Please help by giving the possible resolution / options.

    Relevant python code:

    def get_Rules(status, page, count):
    response = obj.gttLists(status, page, count)
    df = pd.DataFrame(response['data'])
    return df

    gttrule_df = get_Rules(["FORALL"], 1, 80)

    d35beab1-6ae3-4053-b741-48dabebf0e45-image.png