Common Issues Related to Features
Introduction
Here are some common issues. You can check the list to see if you encounter similar situations and try to resolve them according to the corresponding solutions. If the problem still cannot be solved, please use the "Submit Feedback" button on the page to report your problem to us, and we will provide you with assistance as soon as possible.
Summary of Common Issues
1. What languages does FeiSuan JavaAI support?
Answer:
- Smart Guide:
- Java Web Project (Old Version): Only supports generating Java project code
- Java Web Project (New Version): Supports generating Java project code and front-end project code
- General Scenarios: Supports generating mainstream programming language code, including but not limited to: Java, Python, C/C++, JavaScript/TypeScript, Go, PHP, Ruby, Swift, Kotlin, Rust, Scala, Dart, HTML, CSS, XML, Vue, SQL, etc.
- Smart Conversation: Supports generating mainstream programming language code, including but not limited to: Java, Python, C/C++, JavaScript/TypeScript, Go, PHP, Ruby, Swift, Kotlin, Rust, Scala, Dart, HTML, CSS, XML, Vue, SQL, etc.
2. How to set up automatic updates to the latest version when there is a new version?
Answer: You can set the update version mechanism through advanced settings. The default is to automatically update to the new version.
3. Does it support front-end development
Answer:
- Smart Guide: Java Web Project (New Version) and General Scenarios as well as Smart Conversation support front-end development
4. Regarding the ownership of user code
Answer: The copyright of your own code and other original content uploaded or input through the platform always belongs to you (or your authorized party). The platform only provides technical services (such as code optimization suggestions, generation completion, etc.) according to your instructions, and will not claim any copyright or ownership of your content during the process.
5. About data security and privacy protection
Answer: The platform always strictly abides by privacy terms. Your code and data are only used to achieve service functions. Without your explicit authorization, we will not retain, use, or disclose your private content in any form. If you have other questions, please feel free to contact us at any time. We value the trust of every developer and will continue to optimize the service experience to protect your rights and interests.
6. Error after version update/unable to enable issue
6.1) Try restarting IDEA;
6.2) Check automatic update configuration: Configure automatic update
6.3) If the issue is still unresolved, please uninstall the previous plugin and reinstall the new version plugin: Offline installation of plugin
7. Uninstalling the plugin is not clean?
Answer: Open C:\Users{username}\AppData\Roaming\JetBrains\Idea version\plugins, find and delete the calex related directory.
8. What to do if the plugin is too slow?
Answer: You can turn off intelligent analysis or reduce the speed of intelligent analysis. See the gear setting section of Intelligent Analysis.
9. All functions show system exceptions when used
Answer: This indicates that the request did not reach the backend, which is basically due to network issues, such as network limitation policies, etc.
10. How to view IDEA's log information?
Answer: Find help in the top status bar of IDEA, and the complete path is as follows: help > Show Log in Explorer > idea.log. Open idea.log to see the relevant log information.
11. How to view javaAI's log information?
Answer: Open Advanced Settings, view the local storage path in advanced settings, find the .feisuan directory under this path, open the logs file, and the log information is stored in the javaai.log file. View local logs

12. Solutions for the failure of the last step of smart guide to generate source code (as shown in the figure below).

Reason one: Consider it is due to process occupation. You can try restarting IDEA. If generation still fails after restarting, you may need to try restarting the computer.
Reason two: If the above methods still do not solve the problem, go to FeiSuan JavaAI Advanced Settings ➡ Local Storage Path ➡ Delete the db file under this path, the path: /.feisuan/nlp/db, and then regenerate the source code.


13. After installing Feisuan JavaAI, the plugin cannot log in when opened?
Answer: Please troubleshoot and retry using the following methods:
- First, check if your computer has external network access. If not, you need to access through proxy settings. Open Advanced Settings, Configure Network Proxy, click for details.
- After setting up the network proxy on your computer, in Advanced Settings, under Network Proxy, select "Use System Network Proxy", then try logging in. If web login fails, choose to log in at the top of the IDE.
- If you still cannot log in after selecting "Use System Network Proxy", please select "Manually Configure Network Proxy", fill in the network proxy address, then log in via the IDE. IDE Login, click for details.
14. Prompted that tokens are insufficient or attempts are exhausted during use?
Answer: After being prompted that tokens are insufficient or attempts are exhausted, you need to open the official website https://feisuanyz.com, enter the console, open the resource package management, purchase a new resource package to continue using. Click "My Resource Package" to view the detailed content of the resource package.

15. After purchasing tokens, where can I view the specific usage details?
Answer: Open the official website https://feisuanyz.com, enter the console, select "Order > Cost Bill > Cost Details", and you can view the specific consumption details of the resource package.

