Troubleshooting

This section provides solutions to common issues and errors.

Operating System Compatibility

  • Issue: Visual elements or GUI components behave differently on non-Windows systems.
  • Solution: While optimized for Windows, some adjustments may be needed for other operating systems. Consider reviewing the tkinter and sv_ttk documentation for platform-specific configurations.

Data Management

  • Issue: Real-time stock data is unavailable or outdated.
  • Solution: Verify your internet connection and check the status of yfinance. If issues persist, try restarting the application or checking for updates to yfinance.
  • Issue: Invalid stock ticker errors.
  • Solution: Double-check the stock ticker symbol for accuracy. Ensure that the ticker is supported by yfinance.

Portfolio Management

  • Issue: Percentages in hypothetical portfolios do not sum to 100.
  • Solution: Review and adjust the percentage allocations to ensure they total 100%. The application may provide error messages if the sum is incorrect.

General Issues

  • Issue: Application crashes or freezes.
  • Solution:
    • Ensure all dependencies are correctly installed.
    • Restart the application.
    • Check for updates to the application and dependencies.
    • If the problem consist, please report it to the authors with relevant error messages.