-
-
Notifications
You must be signed in to change notification settings - Fork 1
Common Issues
This guide addresses frequently encountered issues with the Acode AI CLI Assistant Plugin and provides solutions.
Problem: The AI CLI Assistant plugin doesn't show up in the Acode plugin store.
Solutions:
- Update Acode to the latest version
- Clear Acode cache and restart:
- Settings β Apps β Acode β Clear Cache
- Check internet connectivity
- Try manual installation from ZIP file
Problem: Plugin installation fails with an error message.
Solutions:
- Verify sufficient storage space on device
- Check that the ZIP file is not corrupted
- Restart Acode after installation attempts
- Try installing from a different network connection
Problem: The plugin appears installed but doesn't function properly.
Solutions:
- Ensure the plugin is enabled in Settings β Plugins
- Restart Acode completely
- Check that you've completed initial setup
- Verify API key configuration
Problem: Error message "Invalid API key" or "Authentication failed".
Solutions:
- Double-check your API key for typos
- Verify the key is active on the provider's platform
- Ensure you're using the right key for the selected provider
- Regenerate API key if needed
Problem: Error message "Rate limit exceeded" or "Too many requests".
Solutions:
- Wait a few minutes before making more requests
- Check your provider's rate limit documentation
- Upgrade your API plan if available
- Switch to a different provider temporarily
Problem: Error message "Connection failed" or "Network error".
Solutions:
- Check internet connectivity
- Verify API endpoint URLs are accessible
- Try switching providers to isolate the issue
- Check if your network has firewall restrictions
Problem: AI doesn't respond to queries.
Solutions:
- Verify API key is valid and active
- Check internet connection
- Try a simple test query
- Restart the plugin and Acode
Problem: AI takes a long time to respond.
Solutions:
- Check provider status pages for service issues
- Try a different AI provider
- Reduce context sent to AI by selecting less code
- Check your network speed
Problem: Code blocks or markdown don't render correctly.
Solutions:
- Update to the latest plugin version
- Clear plugin cache
- Check for conflicting CSS in Acode
- Report rendering issues on GitHub
Problem: Real-time suggestions don't appear while coding.
Solutions:
- Ensure real-time analysis is enabled in settings
- Check that your file type is supported
- Verify API key is valid
- Adjust sensitivity settings to "High"
Problem: Overwhelming number of real-time suggestions.
Solutions:
- Adjust sensitivity settings to "Low"
- Increase debounce timing
- Disable real-time analysis temporarily
- Use manual triggering instead
Problem: Plugin flags correct code as erroneous.
Solutions:
- Adjust debounce timing to reduce false positives
- Clear cache to get fresh analysis
- Report persistent false positives to GitHub
- Use judgment when implementing suggestions
Problem: Unable to select files for bulk operations.
Solutions:
- Check file permissions
- Ensure files are not locked by other processes
- Restart Acode to refresh file system access
- Try selecting files in smaller batches
Problem: Bulk operations fail to complete.
Solutions:
- Check available storage space
- Verify file paths are accessible
- Try operations with fewer files
- Check API quota if using AI features
Problem: Bulk operations produce unexpected results.
Solutions:
- Always preview operations before confirming
- Start with small batches to test
- Backup important files before bulk operations
- Report issues with AI suggestions on GitHub
Problem: Custom themes or Acode themes don't apply correctly.
Solutions:
- Ensure custom CSS is properly loaded in Acode
- Check CSS selector specificity
- Restart Acode to refresh theme application
- Verify CSS syntax is correct
Problem: Plugin UI feels sluggish or unresponsive.
Solutions:
- Clear plugin cache
- Restart Acode app
- Check device memory usage
- Disable animations in plugin settings
Problem: UI elements are cut off or misaligned.
Solutions:
- Rotate device to check different orientations
- Update Acode to latest version
- Clear app cache and data
- Report persistent UI issues on GitHub
Problem: Plugin settings revert after restart.
Solutions:
- Check Acode storage permissions
- Verify local storage is functioning
- Restart Acode completely
- Report persistent settings issues on GitHub
Problem: Unable to switch between AI providers.
Solutions:
- Verify internet connectivity
- Check that provider API is accessible
- Restart plugin after changing providers
- Clear configuration and re-setup if needed
Problem: Plugin doesn't work on older Android versions.
Solutions:
- Update Android to version 7.0 or higher
- Update Acode to latest version
- Try using Ollama for local AI processing
- Report compatibility issues with device details
Problem: Plugin causes memory problems or crashes.
Solutions:
- Reduce conversation history retention
- Clear plugin cache regularly
- Disable real-time analysis
- Close other apps to free memory
Problem: Plugin works inconsistently with network changes.
Solutions:
- Use stable WiFi connections
- Check cellular data permissions
- Enable offline mode features
- Reduce dependency on real-time features
Problem: Plugin can't connect through corporate networks.
Solutions:
- Check network proxy settings
- Verify API endpoints are not blocked
- Try using different network connections
- Contact network administrator for access
Problem: Development builds fail with errors.
Solutions:
- Ensure Node.js version 16 or higher
- Run
npm installto update dependencies - Check build.mjs configuration
- Clear npm cache and reinstall dependencies
Problem: Development server doesn't start or reload properly.
Solutions:
- Check terminal output for error messages
- Verify port availability (default 3000)
- Restart development server
- Check for file permission issues
- Open Acode settings
- Navigate to Developer Options
- Enable verbose logging
- Check logs for error details
To resolve many issues:
- Open AI assistant
- Click menu icon (three dots)
- Select "Clear Cache"
- Restart Acode
If problems persist:
- Uninstall and reinstall plugin
- Clear Acode local storage
- Reconfigure API keys
- Test with default settings
If your issue isn't addressed here:
- Visit our GitHub Issues page
- Join our Discussions community
- Check provider-specific documentation
- Contact plugin maintainers directly
- Home
- Getting Started
- Usage Guides
- Advanced Features
- Developer Docs
- Troubleshooting