简体   繁体   English

获取清单时收到 504 Gateway Time-out

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

When trying to upload a model to forge we are receiving a 504 gateway timeout:当尝试上传 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); /nodejs/node_modules/rxjs/internal/util/hostReportError.js:4 setTimeout(function () { throw err; }, 0);

What can we try to fix this?我们可以尝试什么来解决这个问题? Do you need the model or other information?您需要 model 或其他信息吗? Its a model with lots of geometry.它是一个具有许多几何形状的 model。

kind regards亲切的问候

I have the last two hours "gateway Time-Out" errors just viewing models我有过去两个小时的“网关超时”错误,只是查看模型

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

We're experiencing a few issues and we're working on it.我们遇到了一些问题,我们正在努力解决。

UPDATE更新

Should be back to normal now.现在应该恢复正常了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Autodesk Viewer一次出现504(网关超时)失败的情况 - Autodesk viewer fails with 504 (Gateway Timeout) time and again for a file Autodesk Forge - 将文件作为块上传到 Node JS 中的 BIM 360 存储时出现 504 网关超时 - Autodesk Forge - 504 Gateway Timeout when uploading file as chunks to BIM 360 storage in Node JS CORS 块 / ng2-adsk-forge-viewer 的 504 网关超时 - CORS block / 504 Gateway Timeout with ng2-adsk-forge-viewer Autodesk forge model 衍生 api - 504 网关超时状态和无 objectId 响应,尽管文件已上传 - Autodesk forge model derivative api - 504 Gateway timeout status and no objectId response though the file is uploaded 将文件上传到 BIM 360 时出现 AutodeskForge 504 错误 - AutodeskForge 504 Error when uploading files to BIM 360 为什么我没有得到清单中的所有数据? - Why am I not getting all the data in the manifest? C# revit 插件错误:上传失败。 原因 = 响应状态码不表示成功:504 (GATEWAY_TIMEOUT) - C# revit addin Error: Upload failed. Reason = Response status code does not indicate success: 504 (GATEWAY_TIMEOUT) 提取大文件清单需要太多时间 - Takes too much time to extract manifest of large file 收到结果时如何获取 WorkItem Id? - How to get WorkItem Id when receiving the result? Autodesk Forge从转换的DWG中获取清单和元数据 - Autodesk Forge getting Manifest and Metadata from converted DWG
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM