簡體   English   中英

獲取清單時收到 504 Gateway Time-out

[英]Receiving 504 Gateway Time-out when getting the manifest

當嘗試上傳 model 進行偽造時,我們收到 504 網關超時:

'GET /modelderivative/v2/designdata/***/manifest HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nAuthorization: Bearer ***\r\nUser-Agent: axios/0.18.1\r\nHost: developer.api.autodesk.com\r\nConnection: close\r\n\r\n',
      _onPendingData: [Function: noopPendingOutput],
      agent: [Agent],
      socketPath: undefined,
      timeout: undefined,
      method: 'GET',
      insecureHTTPParser: undefined,
      path:
       '/modelderivative/v2/designdata/***/manifest',
      _ended: true,
      res: [IncomingMessage],
      aborted: undefined,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      _redirectable: [Writable],
      [Symbol(isCorked)]: false,
      [Symbol(outHeadersKey)]: [Object] },
   data:
    '<html>\r\n<head><title>504 Gateway Time-out</title></head>\r\n<body>\r\n<center><h1>504 Gateway Time-out</h1></center>\r\n</body>\r\n</html>\r\n' } }

/nodejs/node_modules/rxjs/internal/util/hostReportError.js:4 setTimeout(function () { throw err; }, 0);

我們可以嘗試什么來解決這個問題? 您需要 model 或其他信息嗎? 它是一個具有許多幾何形狀的 model。

親切的問候

我有過去兩個小時的“網關超時”錯誤,只是查看模型

GET https://developer.api.autodesk.com/derivativeservice/v2/manifest/dXJuOmFkc2sud2lwcHJvZDpmcy5maWxlOnZmLmVvU0dVZFVyUTZ5UTVWZm05Rk54QWc_dmVyc2lvbj0x?domain=https%3A%2F%2Fourwebsite.net 504 (Gateway Time-out)

我們遇到了一些問題,我們正在努力解決。

更新

現在應該恢復正常了。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM