gpt4 book ai didi

http - 可恢复.js : HTTP response errors (deployed to heroku or nodejitsu)

转载 作者:塔克拉玛干 更新时间:2023-11-01 19:11:41 26 4
gpt4 key购买 nike

我一直在试验 resumable.js,我对它在笔记本电脑上的内置 node.js 服务器的性能感到非常满意。但是,当我将它部署到 heroku 或 nodejitsu 并收到此错误时,它会在超过 1MB 时死机:

Poorly formatted HTTP response (heroku)

{"bytesParsed":9,"code":"HPE_INVALID_STATUS"} (nodejitsu)

如何解决这个问题以便我可以部署?

这是我的 package.json:

{
"name": "uploader-resumable",
"version": "0.0.1",
"dependencies": {
"express": "3.0.x"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"subdomain": "blahblah",
"scripts": {
"start": "app.js"
}
}

最佳答案

我正在回复这个未回答的问题,因为当您搜索 HPE_INVALID_STATUS 错误时它的搜索排名很高,即使它有点旧。

当您从 nodeJS 中通过 HTTP 响应传递无效状态代码而不检查有效状态代码(例如对象而不是数字)时,可能会发生此错误。 (当我帮助某人调试此行为时,我已经看到很多 HTTP/1.1 [Object object] 响应经过...)

关于http - 可恢复.js : HTTP response errors (deployed to heroku or nodejitsu),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11911115/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com