Skip to content

Conversation

Adityav369
Copy link
Collaborator

No description provided.

Copy link

jazzberry-ai bot commented Sep 14, 2025

Bug Report

Name Severity Example test case Description
uv Not on PATH Medium Run install_and_start.ps1 on a system where the Python Scripts directory is not in the PATH. The install_and_start.ps1 script might fail to locate uv after installation if the Python Scripts directory is not in the PATH. The script's logic for finding uv.exe is not robust enough. This prevents the script from installing dependencies correctly.
Broad Exception Catch Low In core/cache/llama_cache.py, the try...except block catches a very broad exception during the llama-cpp-python import. The broad exception catch in core/cache/llama_cache.py might mask other potential issues during the import process, making debugging more difficult. It is recommended to catch ImportError specifically.
Missing Docker Check High Run install_and_start.ps1 on a system without Docker Desktop installed. The install_and_start.ps1 script does include a Docker check but relies on docker info. This check might be insufficient and may fail silently if Docker is not set up correctly. The script should include better error handling/reporting to provide better instructions to the user on how to install and start docker, including linking to the official documentation.
Missing Venv Activation High Run install_and_start.ps1 and check which python is used. The install_and_start.ps1 script creates a virtual environment but does not acivate it. This might lead to the server using the system-wide Python installation instead of the virtual environment. This can cause unexpected behavior as packages are not installed in the correct location.

Comments? Email us.

@Adityav369 Adityav369 merged commit a6aa618 into main Sep 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant