Skip to content
Docs
Q&A
Chat2DB FAQ

Frequently Asked Questions

Q: Why can't I use OpenAI even after I accessed the Internet

A: If the webpage gpt can chat normally, it means that your VPN is only effective for the browser, not globally, and it is not effective for some Java applications. You can manually configure the proxy in the chat2db client.

Need to configure:

  • HTTP Proxy Host is usually 127.0.0.1
  • HTTP Proxy Port The local port number of the VPN software proxy is 7890 for Clash
  • Api Host If you use the OpenAI service directly without an intermediate proxy, you don't need to fill it in

Q: The front-end page is blank

A: Because some values stored locally on the front end cause incompatibility between the new and old versions, you can try to open the console to clear localstorage. If the subsequent version is incompatible with v2.0.2, we will automatically clear the local storage content on the front end

Q: The front-end runs yarn to install dependencies, but is stuck in Electron and unresponsive

A: 1. You can try to modify the image 2. Modify the Electron image address in .npmrc (reference article (opens in a new tab))

Q: After creating a new link, the table is empty

A: You need to switch to the corresponding database at the top of the link, refer to here -> https://github.com/codePhiliaX/Chat2DB/issues/439 (opens in a new tab)

Q: Why does the visual modification of data report an error: Each SOL statement should update no more than one record. Please use a unique key for updates.

A: If your table does not have a unique key and has N identical data, when you modify one of the data, it is technically impossible to know which one you want to modify.

Q: AI function error: An exception occurred. Please check the detailed log in the help: CHAT2DB_SERVICE_ERROR

A: There are too many fields in the table. You can try to select fewer tables.