Share via

error 502 HTTP

Sergey Dushckin 1 Reputation point
May 18, 2022, 3:46 PM

Hi, I am using integromat(Make) to automate http queries and I have a problem with the Excel Microsoft 365 module(update a row). It crashes into a 502 error at any time for no reason. It can be the same module several times in a row or it can be different each time.
203190-screenshot-1.png

203276-screenshot-2.png

203284-screenshot-4.png

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,026 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sergey Dushckin 1 Reputation point
    May 25, 2022, 2:50 PM

    I'm back with a response from Intercomat tech support.
    Said to send a RAW API response here for troubleshooting:

    {
    "response": {
    "status": 502,
    "headers": {
    "transfer-encoding": "chunked",
    "content-type": "application/json",
    "strict-transport-security": "max-age=31536000",
    "request-id": "225cf086-e285-45d8-8d96-db2ff07a13ef",
    "client-request-id": "225cf086-e285-45d8-8d96-db2ff07a13ef",
    "x-ms-ags-diagnostic": "{\"ServerInfo\":{\"DataCenter\":\"East US\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"004\",\"RoleInstance\":\"BL02EPF0000B54F\"}}",
    "date": "Wed, 18 May 2022 14:58:20 GMT",
    "connection": "close"
    },
    "body": {
    "error": {
    "code": "UnknownError",
    "message": "",
    "innerError": {
    "date": "2022-05-18T14:58:21",
    "request-id": "225cf086-e285-45d8-8d96-db2ff07a13ef",
    "client-request-id": "225cf086-e285-45d8-8d96-db2ff07a13ef"
    }
    }
    }
    },
    "request": {
    "url": "https://graph.microsoft.com/v1.0/me/drive/items/01SVQNEDHWSM5SKC2SPJFIEPV4CNGYVBRB/workbook/worksheets('Hotel')/range(address='O9:O9')",
    "headers": {
    "user-agent": "Make/production",
    "authorization": "",
    "workbook-session-id": "
    ",
    "content-type": "application/json"
    },
    "method": "PATCH",
    "body": {
    "values": [
    [
    "Julie"
    ]
    ]
    }
    }
    }

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.