Hi,
I am trying to do a balena push to a Jetson Xavier NX and getting a timeout. The app has been running on the Xavier without any issues, and previous pushes from this machine have been successful.
This is the error message I’m receiving:
Remote builder responded with HTTP error:
408 Request Timeout
And with --debug:
[debug] new argv=[/usr/local/lib/balena-cli/bin/node,/usr/local/lib/balena-cli/bin/run,push,edge-assist] length=4
[debug] Deprecation check: 3.19212 days since last npm registry query for next major version release date.
[debug] Will not query the registry again until at least 7 days have passed.
[Debug] Using build source directory: .
[Debug] Pushing to cloud for fleet: edge-assist
[debug] Event tracking error: Timeout awaiting 'response' for 0ms
| Packaging the project source...[Debug] Tarring all non-ignored files...
/ Packaging the project source...[Debug] docker-compose.yml file found at "/Users/454851/edge_assist"
| Packaging the project source...[Debug] Tarring complete in 2342 ms
[debug] Connecting to builder at https://builder.balena-cloud.com/v3/build?slug=gh_jayadeepsasikumar%2Fedge-assist&dockerfilePath=&emulated=false&nocache=false&headless=false&isdraft=false
Remote builder responded with HTTP error:
408 Request Timeout
ExpectedError: Remote builder responded with HTTP error:
408 Request Timeout
at Request.<anonymous> (/usr/local/lib/balena-cli/build/utils/remote-build.js:248:21)
at Object.onceWrapper (events.js:421:26)
at Request.emit (events.js:314:20)
at Request.EventEmitter.emit (domain.js:483:12)
at Request.onRequestResponse (/usr/local/lib/balena-cli/node_modules/request/request.js:1059:10)
at ClientRequest.emit (events.js:326:22)
at ClientRequest.EventEmitter.emit (domain.js:483:12)
at HTTPParser.parserOnIncomingClient (_http_client.js:601:27)
at HTTPParser.parserOnHeadersComplete (_http_common.js:122:17)
at TLSSocket.socketOnData (_http_client.js:474:22)
at TLSSocket.emit (events.js:314:20)
at TLSSocket.EventEmitter.emit (domain.js:483:12)
at addChunk (_stream_readable.js:297:12)
at readableAddChunk (_stream_readable.js:272:9)
at TLSSocket.Readable.push (_stream_readable.js:213:10)
at TLSWrap.onStreamRead (internal/stream_base_commons.js:188:23)
I’m running macOS 12.5.1 and balena CLI 14.5.2.
Any help appreciated.
Thank you