Skip to main content

Troubleshooting

*Error 407, proxy issue

Solution

This error indicates a problem with the proxy settings. You need to configure the proxy settings in your IDE. Follow these steps.

  • Configuring Proxy Settings in VSCode

Step 1. Open VSCode Settings.

  1. Open Visual Studio Code;
  2. Click on the gear icon in the bottom-left corner of the window;
  3. Select Settings from the menu, or press Ctrl + , (Windows/Linux) or Cmd + , (Mac) to open the settings directly.

Step 2: Search for Proxy Settings

  1. In the Settings tab, use the search bar at the top to search for ’proxy’;
  2. You will see several proxy-related settings.

Step 3: Configure HTTP Proxy

  1. Look for the setting Http: Proxy;
  2. Click the Edit in settings.json link to open the settings.json file;
  3. Add or modify the following line in the settings.json file:
"http.proxy": "http://<proxy-server>:<port>"

*Error: SSL error

Solution

This error indicates a problem with the SSL configuration. Please check your network settings or contact support for further assistance.

  • Handling SSL Errors in VSCode

Step 1. Open VSCode settings.

  1. Open Visual Studio Code.
  2. Click on the gear icon in the window's bottom-left corner.
  3. Select Settings from the menu, or press Ctrl + , (Windows/Linux) or Cmd + , (Mac) to open the settings directly.

Step 2. Search for SSL Settings

  1. In the Settings tab, use the search bar at the top to search for ’SSL’;
  2. You will see several settings related to SSL configuration.

Step 3. Turn off Proxy Strict SSL (Optional)

  1. If you are behind a proxy using a self-signed certificate or encountering SSL issues, you can turn off strict SSL. To do this, add the following line to the settings.json file:
"http.proxyStrictSSL": false

***Error: I have problems with my Visual Code login, or the extension doesn't start

Solution

Sign out and log in again.

Tela da extensão StackSpot AI no Visual Studio Code com destaque no botão &#39;Mais Opções&#39; localizado na parte superior direita da interface do VS Code.

Tela da extensão StackSpot AI no Visual Studio Code com destaque no botão &#39;Sign Out&#39; (Deslogar) localizado no rodapé da página.

Error: Invalid parameter: redirect_uri

When I log in on VSCode, I receive this error.

Solution

  1. If the VSCode version is 1.0.4, update to the 1.0.5 version.

  2. Register the Client_id. Please reach out to your administrator.

Error: Menu item references a command stackspot.quickCommand

Solution

It may happen when you have more than one version installed in your IDE. Uninstall all StackSpot AI extensions and install them again via the Extension Store.

Error: CODEBUDDY_1044_QUICK_COMMAND_RATE_LIMIT_EXCEEDED

Solution

StackSpot AI has limits for executing Remote Quick Commands:

  • 50 uses per day if you are using a Personal Access Token.
  • 1000 uses per day if you use a Service Credential, available only for Account Holders.

If you are an Account Holder, create a Service Credential with 'execute' permission on the Custom Quick Command resource.

Error: CODEBUDDY_8000_ACCOUNT_API_ERROR

  • Failure to integrate with IAM (Identity and Access Management) while creating or deleting a resource.
  • Inconsistencies in your user's access and permission settings within IAM.

Solution

1. Check IAM Permissions:

  • Confirm that the user has the correct permissions to create or delete resources in IAM.- Verify that the permissions are correctly associated with creating or deleting the resource.

2. Contact Support:

  • If the issue persists, contact StackSpot support.- Provide the error code CODEBUDDY_8000_ACCOUNT_API_ERROR and include details about the resource being created or deleted. Support will assess potential inconsistencies in access configurations and permissions within IAM.