The nodejs API for phonegap build (phonegap-build-api module v1) has started giving 411 error today.
[Error: <html>
<head><title>411 Length Required</title></head>
<body bgcolor="white">
<center><h1>411 Length Required</h1></center>
<hr><center>nginx</center>
</body>
</html>
]
This is the API call for uploading the .zip file:
api.post('/apps', options, function(e, data) {
...
}
[Error: <html>
<head><title>411 Length Required</title></head>
<body bgcolor="white">
<center><h1>411 Length Required</h1></center>
<hr><center>nginx</center>
</body>
</html>
]
This is the API call for uploading the .zip file:
api.post('/apps', options, function(e, data) {
...
}
- 3 Posts
- 0 Reply Likes
- frustrated
Posted 6 years ago
- 3 Posts
- 0 Reply Likes
This reply was created from a merged topic originally titled
Phonegap remote build gives 411 - Length Required.
Hi,
I can not take remote ios builds because it gives 411 - Length Required error. I can confirm that it was working yesterday and I didn't make any significant changes.
I tried both 3.4.0 and 3.5.0
This is the error that I am getting:
[INF] -phonegap-build:
[INF]
[INF] -phonegap-remote-login:
[INF]
[INF] -phonegap-remote-build:
[INF] [shellscript] [phonegap] compressing the app...
[INF] [shellscript] [phonegap] uploading the app...
[INF] [shellscript] [Error:
[INF] [shellscript] 411 Length Required [error]
[INF] [shellscript]
[INF] [shellscript] 411 Length Required
[INF] [shellscript] 411 Length Required
[INF] [shellscript]
[INF] [shellscript] 411 Length Required
[INF] [shellscript] nginx
[INF] [shellscript]
[INF] [shellscript]
[INF] [shellscript]
[INF] [shellscript]
[INF] [shellscript] nginx
[INF] [shellscript]
[INF] [shellscript]
[INF] [shellscript] ]
Thank you.
Phonegap remote build gives 411 - Length Required.
Hi,
I can not take remote ios builds because it gives 411 - Length Required error. I can confirm that it was working yesterday and I didn't make any significant changes.
I tried both 3.4.0 and 3.5.0
This is the error that I am getting:
[INF] -phonegap-build:
[INF]
[INF] -phonegap-remote-login:
[INF]
[INF] -phonegap-remote-build:
[INF] [shellscript] [phonegap] compressing the app...
[INF] [shellscript] [phonegap] uploading the app...
[INF] [shellscript] [Error:
[INF] [shellscript] 411 Length Required [error]
[INF] [shellscript]
[INF] [shellscript] 411 Length Required
[INF] [shellscript] 411 Length Required
[INF] [shellscript]
[INF] [shellscript] 411 Length Required
[INF] [shellscript] nginx
[INF] [shellscript]
[INF] [shellscript]
[INF] [shellscript]
[INF] [shellscript]
[INF] [shellscript] nginx
[INF] [shellscript]
[INF] [shellscript]
[INF] [shellscript] ]
Thank you.
- 4 Posts
- 0 Reply Likes
- 4 Posts
- 0 Reply Likes
- 9 Posts
- 0 Reply Likes
Same errors here.. No significant changes to working code that would have affected build. What changed on the service side?
- 1 Post
- 0 Reply Likes
- 2 Posts
- 0 Reply Likes
This reply was created from a merged topic originally titled
[error] html 411 Length Required.
Yesterday our app could be built via phonegap, today we get the error:
[error] <html>
<head><title>411 Length Required</title></head>
<body bgcolor="white">
<center><h1>411 Length Required</h1></center>
<hr><center>nginx</center>
</body>
</html>
Hopefully this is just a minor problem!
Thanks in advance!
[error] html 411 Length Required.
Yesterday our app could be built via phonegap, today we get the error:
[error] <html>
<head><title>411 Length Required</title></head>
<body bgcolor="white">
<center><h1>411 Length Required</h1></center>
<hr><center>nginx</center>
</body>
</html>
Hopefully this is just a minor problem!
Thanks in advance!
- 4 Posts
- 0 Reply Likes
So nobody has the answer to how to fix this?
Yesterday it worked perfectly. I tried today with the exact same code, and got this error... So it has to be something wrong with phone gap build. When the application is built locally, there is no such problem.
Yesterday it worked perfectly. I tried today with the exact same code, and got this error... So it has to be something wrong with phone gap build. When the application is built locally, there is no such problem.
- 3500 Posts
- 40 Reply Likes
The team will be looking into this.
Any news will be updated here soonest.
Any news will be updated here soonest.
(Edited)
- 6 Posts
- 0 Reply Likes
- 4116 Posts
- 192 Reply Likes
Sorry All,
We are currently looking into this.
We are currently looking into this.
- 6 Posts
- 0 Reply Likes
Excuse me but it takes too long to solved. from the first place, its been more than 12 hours since the first reply of the support team. its not professional at all.
- 3 Posts
- 0 Reply Likes
I feel the same I have had this problem since I came to work at 8am (South African time) and its now almost 4pm and I still have this issue!
- 3 Posts
- 0 Reply Likes
- 12 Posts
- 1 Reply Like
I saw this yesterday afternoon and then it started working again. Now I am seeing it again as non-functional. Please do the needful.
Also I can't build local so this has me at a sticking point.
Also I can't build local so this has me at a sticking point.
- 12 Posts
- 1 Reply Like
Ok so this downtime is actually a big plus for me. We have a machine that has phonegap working so now we are all just using that and "phongap serve" with different ports. Never knew about this feature and now its instant to refresh the app instead of the build remote, download, install, open process I had been using.
- 12 Posts
- 1 Reply Like
On a related note why is this showing all green is there are reported and confirmed issues? http://status.build.phonegap.com/
- 2 Posts
- 0 Reply Likes
And why after 12 hours have we only received 2 "we're working on it" messages? A real update would be nice
- 2 Posts
- 1 Reply Like
This is not the most comfortable solution, but I think it works:
1. zip your app's www folder's content
2. upload it on https://build.phonegap.com/apps//builds
3. done
sorry for my bad English capabilities...
1. zip your app's www folder's content
2. upload it on https://build.phonegap.com/apps//builds
3. done
sorry for my bad English capabilities...
- 12 Posts
- 1 Reply Like
The only issue with the english is that this isn't a solution. Its a workaround, and a really slow one at that. But if it works then I guess its a functional workaround.
- 2 Posts
- 1 Reply Like
You are right, it is a workaround. Thanks.
- 4 Posts
- 0 Reply Likes
This issue has been on-going for at least 16 hours. Why is it not mentioned on the status page (http://status.build.phonegap.com/) or the official Twitter account (https://twitter.com/PhoneGapBuild)?
Lack of service status reporting is a recurring problem for PhoneGap Build. Please work on this.
Lack of service status reporting is a recurring problem for PhoneGap Build. Please work on this.
- 12 Posts
- 1 Reply Like
For anyone following this thread I just had both an android and an iOS build work.
This conversation is no longer open for comments or replies.
This conversation is no longer open for comments or replies.
Related Categories
-
PhoneGap Build
- 15111 Conversations
- 275 Followers












