You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cody/troubleshooting.mdx
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ On the free plan, Cody provides **unlimited autocomplete suggestions** and **200
73
73
74
74
On the Pro and Enterprise plans, there are much higher limits that are used to keep our services operational. These limits reset within a day.
75
75
76
-
### Error logging in VS Code on Linux
76
+
### Error logging in VS Code on Linux and Windows
77
77
78
78
If you encounter difficulties logging in to Cody on Linux using your Sourcegraph instance URL, along with a valid access token, and notice that the sign-in process in VS Code hangs, it might be related to underlying networking rules concerning SSL certificates.
79
79
@@ -83,6 +83,12 @@ To address this, follow these steps:
83
83
- In your terminal, type and run the following command: `echo "export NODE_TLS_REJECT_UNAUTHORIZED=0">> ~/.bashrc`
84
84
- Restart VS Code and try the sign in process again
85
85
86
+
On Windows,
87
+
88
+
- Close Visual Studio Code
89
+
- In your Command Prompt or PowerShell window, run the following command: `setx NODE_TLS_REJECT_UNAUTHORIZED 0`
90
+
- Restart Visual Studio Code and try the sign in process again
91
+
86
92
### Error exceeding `localStorage` quota
87
93
88
94
When using Cody chat, you may come across this error:
@@ -171,7 +177,7 @@ This simple action of turning the plugin off and on again can often resolve the
171
177
172
178
173
179
174
-
## Androud Studio extension
180
+
## Android Studio extension
175
181
176
182
### Cody cannot start. Stuck on spinning icon.
177
183
@@ -182,4 +188,4 @@ This issue occurs because JCEF isn't supported in Android Studio and causes Cody
182
188
1. Disable that key and close.
183
189
1. Then go to `Help` > `Find Action: Choose Boot runtime for the IDE`.
0 commit comments