This repository was archived by the owner on Jul 10, 2023. It is now read-only.
This repository was archived by the owner on Jul 10, 2023. It is now read-only.
StdError [HttpError]: Response code 403 (Forbidden) #162
Open
Description
Everything has been working fine until recently getting this 403 response when trying to start mongodb-runner
- [email protected] (latest)
- node 12.9.1
- mac os x 10.15.3 (Catalina)
~ ❯ mongodb-runner start
◜ Starting a MongoDB deployment to test against...StdError [HTTPError]: Response code 403 (Forbidden)
at EventEmitter.<anonymous> (/usr/local/lib/node_modules/mongodb-runner/node_modules/got/index.js:250:24)
at EventEmitter.emit (events.js:209:13)
at Immediate.<anonymous> (/usr/local/lib/node_modules/mongodb-runner/node_modules/got/index.js:99:8)
at processImmediate (internal/timers.js:439:21) {
name: 'HTTPError',
host: 'fastdl.mongodb.org',
hostname: 'fastdl.mongodb.org',
method: 'GET',
path: '/osx/mongodb-macos-x86_64-4.2.4.tgz',
protocol: 'https:',
url: 'https://fastdl.mongodb.org/osx/mongodb-macos-x86_64-4.2.4.tgz',
statusCode: 403,
statusMessage: 'Forbidden',
headers: {
'content-type': 'application/xml',
'transfer-encoding': 'chunked',
connection: 'close',
date: 'Sat, 14 Mar 2020 21:42:25 GMT',
server: 'AmazonS3',
'x-cache': 'Error from cloudfront',
via: '1.1 6a9b42e38e76b7d4a4044ebe0e0eca09.cloudfront.net (CloudFront)',
'x-amz-cf-pop': 'SEA19-C2',
'x-amz-cf-id': 'RS3OleoocqZ9Ltp6ZAmLHKUPKRiWbvC3tLdQuQYfXZyCXYky86MrMg=='
}
}
StdError [HTTPError]: Response code 403 (Forbidden)
at EventEmitter.<anonymous> (/usr/local/lib/node_modules/mongodb-runner/node_modules/got/index.js:250:24)
at EventEmitter.emit (events.js:209:13)
at Immediate.<anonymous> (/usr/local/lib/node_modules/mongodb-runner/node_modules/got/index.js:99:8)
at processImmediate (internal/timers.js:439:21) {
name: 'HTTPError',
host: 'fastdl.mongodb.org',
hostname: 'fastdl.mongodb.org',
method: 'GET',
path: '/osx/mongodb-macos-x86_64-4.2.4.tgz',
protocol: 'https:',
url: 'https://fastdl.mongodb.org/osx/mongodb-macos-x86_64-4.2.4.tgz',
statusCode: 403,
statusMessage: 'Forbidden',
headers: {
'content-type': 'application/xml',
'transfer-encoding': 'chunked',
connection: 'close',
date: 'Sat, 14 Mar 2020 21:42:25 GMT',
server: 'AmazonS3',
'x-cache': 'Error from cloudfront',
via: '1.1 6a9b42e38e76b7d4a4044ebe0e0eca09.cloudfront.net (CloudFront)',
'x-amz-cf-pop': 'SEA19-C2',
'x-amz-cf-id': 'RS3OleoocqZ9Ltp6ZAmLHKUPKRiWbvC3tLdQuQYfXZyCXYky86MrMg=='
}
}
Metadata
Metadata
Assignees
Labels
No labels