Troubleshooting
This section provides guidance on resolving common issues that users may encounter while using unCoded. Follow these steps to identify and address problems effectively.
1. Bot Fails to Start
Potential Causes:
The
acceptTosAndStart
parameter is set tofalse
in the configuration.Missing or incorrect API keys in the
keys.env
file.Server compatibility issues.
Solutions:
Verify the
acceptTosAndStart
SettingIn Telegram, send
/start
to open the control panel.Select Configurations.
Locate the acceptTosAndStart parameter and ensure its value is set to true.
Verify API Keys:
Confirm that your Binance API Key and Secret Key are correctly entered and have the required permissions (Read Info, Spot & Margin Trading).
Review Server Specifications:
Ensure your server meets the minimum requirements, including a static IP and sufficient resources.
2. Incorrect or No Trades Executed
Potential Causes:
Incorrect trading pair in the configuration.
Misconfigured
buyPercentage
orsellPercentages
.Insufficient balance on your Binance account.
Solutions:
Validate Trading Pair:
Confirm that
baseAsset
andquoteAsset
are set to the desired trading pair (e.g., PEPE/USDC).
Adjust Parameters:
Ensure
buyPercentage
andsellPercentages
are reasonable for the current market conditions.
Check Binance Balance:
Verify you have enough USDC and BNB (for fees) in your Binance account.
3. Sell Orders Not Triggering
Potential Causes:
sellActivateDistancePercentage
is too high.sellCancelDistancePercentage
is misconfigured.
Solutions:
Review Activation Distance:
Lower
sellActivateDistancePercentage
to ensure sell orders are placed closer to the buy price.
Check Cancel Distance:
Ensure
sellCancelDistancePercentage
aligns with your risk tolerance and trading strategy.
4. High Fees Reducing Profits
Potential Causes:
Not using USDC to qualify for Binance VIP1.
Insufficient BNB for fee discounts.
Solutions:
Switch to USDC:
Use USDC as your quote asset to reduce fees and unlock VIP1 status.
Maintain BNB Balance:
Ensure you have enough BNB in your account to cover trading fees at a discounted rate.
5. Bot Stops After a Period
Potential Causes:
License balance is depleted.
Server downtime or interruptions.
Solutions:
Check License Balance:
Use Binance Pay to reload your license balance and resume operations.
Monitor Server Health:
Ensure your server is running and stable. Restart if necessary.
6. Debugging Tools
Logs:
Check the log files generated by the bot for detailed error messages and operational insights.
Community Support:
Reach out to the unCoded Telegram group for help from other users and administrators.
7. When to Contact Support
A description of the issue.
A copy of your log and your tradingbot.db file.
By following these troubleshooting steps, you can resolve most issues and ensure a smooth experience with unCoded.
Last updated