Skip to content

Instantly share code, notes, and snippets.

@Tolmark12
Last active September 7, 2019 00:07
Show Gist options
  • Save Tolmark12/72ba09c418e4edc7552861a33c8cf395 to your computer and use it in GitHub Desktop.
Save Tolmark12/72ba09c418e4edc7552861a33c8cf395 to your computer and use it in GitHub Desktop.
waiting for deploy to complete: waiting for sequences: fetching sequence: unmarshalling body:
{
"id": "e0497f30-078d-4167-85dd-d6f9085754db",
"status": "processing",
"title": "Deploying image",
"description": "Starting containers with new image",
"is_cancelable": true,
"tasks": [
{
"id": "e0497f30-078d-4167-85dd-d6f9085754db",
"path": "e0497f30-078d-4167-85dd-d6f9085754db",
"title": null,
"message": "running before-live hooks",
"estimate": 15000,
"scope": "default",
"error": null,
"internal_error": false
},
{
"id": "1d68713f-ee3c-4e4c-9a73-f496e6ee3f35",
"path": "e0497f30-078d-4167-85dd-d6f9085754db/1d68713f-ee3c-4e4c-9a73-f496e6ee3f35/error",
"title": "ERROR",
"message": "an error occured that requires your attention",
"estimate": 15000,
"scope": "component",
"error": {
"code": 2004,
"message": "500:{\"err\":\"Failed to create job - Error response from daemon: Container 843b4cc9e7f8c4b032b5aaab00aa83fd67194a85f1021b5fb3f83114904361b8 is restarting, wait until the container is running\"}\n",
"meta": {
"error": "500:{\"err\":\"Failed to create job - Error response from daemon: Container 843b4cc9e7f8c4b032b5aaab00aa83fd67194a85f1021b5fb3f83114904361b8 is restarting, wait until the container is running\"}\n"
},
"doc": "https://docs.nanobox.io/trbl/error/2004/",
"summary": "NanoAgent Error",
"retry_path": "/sequences/1d68713f-ee3c-4e4c-9a73-f496e6ee3f35/retry",
"skip_path": "/sequences/1d68713f-ee3c-4e4c-9a73-f496e6ee3f35/skip_task",
"sequence_id": "1d68713f-ee3c-4e4c-9a73-f496e6ee3f35",
"skippable": true,
"trace": null
},
"internal_error": false
}
]
}
: json: cannot unmarshal object into Go struct field SequenceTask.error of type string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment