Since Friday I’m receiving this error in the Deployment phase and I didn’t change any configuration of CircleCI or in AWS so wondering if it could be something on CircleCI side. I’m using 1.0 version not 2.0. You can see the trace below:
create_application_revision /tmp/codedeploy_applications.json /tmp/codedeploy_revisions.json
create_application_revision loaded: {“applications”:[{“application_root”:"/",“region”:“us-east-1”,“revision_location”:{“revisionType”:“S3”,“s3Location”:{“bucket”:“bfb-deployments”,“key”:“web-master-4847c8a”}},“deployment_group”:“Staging”,“application_name”:“Web”}]}
Bundling Web from /home/ubuntu/web
Uploaded Web bundle to S3: {u’revisionType’: u’S3’, u’s3Location’: {‘bundleType’: ‘zip’, ‘eTag’: ‘7fa2a7f904c892a0427af82af761b52c’, u’bucket’: u’bfb-deployments’, u’key’: u’web-master-4847c8a’}}
Registering new revision of Web from {u’revisionType’: u’S3’, u’s3Location’: {‘bundleType’: ‘zip’, ‘eTag’: ‘7fa2a7f904c892a0427af82af761b52c’, u’bucket’: u’bfb-deployments’, u’key’: u’web-master-4847c8a’}}
Unhandled exception
need more than 3 values to unpack
((create_application_revision “/tmp/codedeploy_applications.json” “/tmp/codedeploy_revisions.json”)) returned exit code 1
Action failed: Create new revision of Web