Skip to content

Commit

Permalink
docs: common issues
Browse files Browse the repository at this point in the history
  • Loading branch information
timkmecl committed Dec 13, 2022
1 parent 0adb942 commit d923eb8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ You can select some code in the editor, right click on it and choose one of the
Because ChatGPT is a conversational AI, you can ask follow-up questions to the response. The conversation context is maintained between queries, so you can ask multiple questions in a row.
To **reset the conversation context**, click `ctrl+shift+p` and select `ChatGPT: Reset Conversation`.


## Common issues


- *ERROR 403 forbidden*: Make sure you exactly followed [these instruction on obtaining the tokens](#obtaining-the-three-tokens). If you still get this error, check wheteher your node version is >= 18. Otherwise check [this list](#update-december-12-2022) for other potential issues caused by OpenAI's use of CloudFlare. *Some users still seem to have issues with this even when following the instructions (see [here](https://github.com/mpociot/chatgpt-vscode/issues/15)), so if you have any ideas on how to fix this, please let me know.*
- *ERROR 429 too many requests*: This can be solved by using `ctrl+shift+p` and selecting `ChatGPT: Reset Conversation` (but it will also delete the current conversation context). It can be caused by sending requests too quickly, but also when the previous request timeouted. If it keeps happening try increasing the timeout in the extension settings. *Also it looks like OpenAI now sends a timeout after about a minute which also causes this when it happens (see [this](https://github.com/transitive-bullshit/chatgpt-api/issues/111)), I am currently trying to find a way to fix this.*

---

Please note that this extension is currently a proof of concept and may have some limitations or bugs. We welcome feedback and contributions to improve the extension.
Expand Down

0 comments on commit d923eb8

Please sign in to comment.