Having operation timed out error when building native extension for a couple of hours. I have a decent network connection. So is there a general problem with build server or just me?
I assume you’ve tried multiple times, and not just waited for a single build?
What platform did you try to build for?
Yes, I tried lots of times. It was just fine before the afternoon.
Building on MacOs.
It is not a big deal for me right now. If it is a temporary problem or workload, I can wait. .
Thank you.
@Mathias_Westerdahl Just try it again. It is working now.
I got exactly the same problem. maybe defold build server issue? I don’t know.
Build failed: java.net.SocketTimeoutException: Read timed out
Please suggest!
Hi @magic
It is a timeout issue when returning the built engine from the server. The timeout is currently at 30 seconds, which usually is enough to send back the engine to the editor (which is ~2-20 mb depending on platform). This suggests a bit shaky connection, does this sound like that could be it?
We will improve on both the error message, and continue keeping an eye on this issue.
Wow thank you for the info.
This suggests a bit shaky connection, does this sound like that could be it?
Yes that could be one of the reason.
I guess, when user use many dependency, defold engine need more time? At that moment I’m testing many library in one file.
I’m a new defold user. I like defold so far and thanks a lot @Mathias_Westerdahl for your great support.