Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Monaca Build Errors
-
Every iOS build from Monaca today i’m seeing this error.
Fetch queue Info…
Start building 59e133d7e788857a058b4567
Setup working directories…
Download project archive…
! API downloadProject Failed. [ 500 ]
Download error: ! API downloadProject Failed. [ 500 ]
Remove archive file…
Remove working directories…
Build Error: ! API downloadProject Failed. [ 500 ]
-
@johnfacey
Hi,
Sorry, we experienced some connection issues during the weekend. We apologize for the inconveniences. However, everything is already back to normal. Would you please again? Let me know if the issue still occurs.
-
I have had a 20% success rate with builds over the last 2 weeks including today (currently all builds are timing out). I have opened several tickets and they get it working for an hour and then it breaks again. Something is seriously wrong with the Monaca servers…
Fetch queue Info…
Start building 59f350c6e78885b35a8b456a
Setup working directories…
Download project archive…
Download error: Error: ESOCKETTIMEDOUT
Remove archive file…
Remove working directories…
Build Error: Error: ESOCKETTIMEDOUT
-
@jason_sbd
Hi Jason,
It’s true that we have been experiencing the issue with build server.
However, the main reason why your build keeps failing is not 100% related to our build server. In other words, the build is always 100% successful if you build without Tealium plugin. Therefore, the issue is really related to this plugin. Our team is looking into why sometimes it is working while sometimes it isn’t. We will contact you as soon as we find out why.
-
@jason_sbd We finally found the solution to this build failure. This error is caused by the timeout of downloading all the plugins while preparing to build the app. As it turns out, there are many plugins used in this project which sometimes caused the timeout issue to occurs whenever the Internet connection is not stable. In order to avoid this kind of issue, it’s recommended to download the plugins and upload them directly to Monaca Cloud IDE before start building.
TL;DR When there are many plugins used in a project, please download the zip files of the plugins and upload them to the Cloud IDE directly before start building to avoid the timeout issue.