aws / aws-toolkit-vscode

Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources
https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode
Apache License 2.0
1.49k stars 418 forks source link

Forbidden error after connected successfully #3582

Closed bandojulio closed 1 year ago

bandojulio commented 1 year ago

Problem

I'm getting Forbidden error after getting connect to Code Catalyst. I'm using a VM with CentOS 9, it is working on Windows (host machine).

Steps to reproduce the issue

Expected behavior

System details (run the AWS: About Toolkit command)

Error below:

2023-06-14 19:06:24 [ERROR]: aws.codecatalyst.getStarted: UnknownError: Forbidden (statusCode: 403)
2023-06-14 19:06:25 [ERROR]: API request failed (time: 738ms): verifySession
params: {}
error: {
  message: 'Forbidden',
  code: 'UnknownError',
  statusCode: 403,
  time: 2023-06-14T22:06:25.105Z,
  retryable: false,
  retryDelay: 68.8914881382009
}
headers: {
  'x-amzn-requestid': undefined,
  'x-amzn-trace-id': undefined,
  'x-amzn-served-from': undefined,
  'x-cache': 'Error from cloudfront',
  'x-amz-cf-id': 'Obb3UplTcBnSF1C8lPdNewOtUNR9hxWsTuohD5_U4c15ZCoP0H6omw==',
  'x-amz-cf-pop': 'GRU3-P2'
}
2023-06-14 19:09:11 [INFO]: telemetry: sent batch (size=20)
2023-06-14 19:09:11 [INFO]: telemetry: sent batch (size=4)
justinmk3 commented 1 year ago

2023-06-14 19:06:25 [ERROR]: API request failed (time: 738ms): verifySession

Did you sign up at https://codecatalyst.aws/ and complete the user creation process?

Also might be worth trying again, there was a service degradation 1-2 days ago.