繁体   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