-
Notifications
You must be signed in to change notification settings - Fork 123
Description
My Codeassist started normally tried login after that I checked for the file but it was not there
Tried erasing cache re-login still no success
Configuration & Logs
2025-11-06 01:43:18,107 - INFO - Docker is installed and running.
2025-11-06 01:43:18,107 - INFO - Starting CodeAssist...
2025-11-06 01:43:18,107 - INFO - asm_assistant_model.pt exists in trainer/models directory, using file for inference
2025-11-06 01:43:18,107 - INFO - asm_featurizer.pt exists in trainer/models directory, using file for inference
2025-11-06 01:43:18,107 - INFO - asm_human_model.pt exists in trainer/models directory, using file for inference
2025-11-06 01:43:18,107 - INFO - Persistent volume structure created at /home/aorus/codeassist/persistent-data
2025-11-06 01:43:18,107 - INFO - Ensuring network 'codeassist_network' exists...
2025-11-06 01:43:18,111 - INFO - Checking for existing Ollama containers...
2025-11-06 01:43:18,117 - INFO - Removed existing Ollama container.
2025-11-06 01:43:18,117 - INFO - Pulling Ollama image at tag 0.11.10...
2025-11-06 01:43:20,841 - INFO - Ollama image pulled successfully.
2025-11-06 01:43:20,841 - INFO - Starting Ollama container...
2025-11-06 01:43:21,308 - INFO - Ollama container started with ID: fb324b4e12636c4b7539f79930b757f322cf3b5a5094563e9f8d9414f392480d
2025-11-06 01:43:21,309 - INFO - Checking for existing Policy Models containers...
2025-11-06 01:43:21,316 - INFO - Removed existing Policy Models container.
2025-11-06 01:43:21,316 - INFO - Pulling Policy Models image at tag main...
2025-11-06 01:43:23,691 - INFO - Policy Models image pulled successfully.
2025-11-06 01:43:23,691 - INFO - Starting Policy Models container...
2025-11-06 01:43:23,858 - INFO - Policy Models container started with ID: d4ff4902dec962d2f2513e5f89feaeb21de3793e9a9e8dcf9c2937ac2459c731
2025-11-06 01:43:23,859 - INFO - Checking for existing Web UI containers...
2025-11-06 01:43:23,865 - INFO - Removed existing Web UI container.
2025-11-06 01:43:23,865 - INFO - Pulling Web UI image at tag main...
2025-11-06 01:43:26,251 - INFO - Web UI image pulled successfully.
2025-11-06 01:43:26,251 - INFO - Starting Web UI container...
2025-11-06 01:43:26,431 - INFO - Web UI container started with ID: 9519f2b2a47220b945a9840a33a2e73ffd5a2c425cbbb00b05e51bcfd6a4746f
2025-11-06 01:43:26,432 - INFO - Checking for existing State Service containers...
2025-11-06 01:43:26,437 - INFO - Removed existing State Service container.
2025-11-06 01:43:26,437 - INFO - Pulling State Service image at tag main...
2025-11-06 01:43:28,973 - INFO - State Service image pulled successfully.
2025-11-06 01:43:28,973 - INFO - Starting State Service container...
2025-11-06 01:43:29,144 - INFO - State Service container started with ID: 8c510ec2f52754da64dcbca068ac102a398a1b02297327db26215effe9eab7e3
2025-11-06 01:43:29,145 - INFO - Checking for existing Solution Tester containers...
2025-11-06 01:43:29,153 - INFO - Removed existing Solution Tester container.
2025-11-06 01:43:29,153 - INFO - Pulling Solution Tester image at tag main...
2025-11-06 01:43:31,717 - INFO - Solution Tester image pulled successfully.
2025-11-06 01:43:31,717 - INFO - Starting Solution Tester container...
2025-11-06 01:43:31,904 - INFO - Solution Tester container started with ID: 2b42eb5591ab7ca4654c1e293ce927221730b99dce1b36814fc31de9abfadfa1
2025-11-06 01:43:31,906 - INFO - Waiting for container codeassist-policy-model to become healthy...
2025-11-06 01:43:31,906 - INFO - Container codeassist-policy-model is healthy.
2025-11-06 01:43:31,907 - INFO - Waiting for container codeassist-web-ui to become healthy...
2025-11-06 01:43:31,907 - INFO - Container codeassist-web-ui is healthy.
2025-11-06 01:43:31,908 - INFO - Waiting for container codeassist-state-service to become healthy...
2025-11-06 01:43:31,908 - INFO - Container codeassist-state-service status: starting. Waiting...
2025-11-06 01:43:46,910 - INFO - Container codeassist-state-service is healthy.
2025-11-06 01:43:46,910 - INFO - Waiting for container codeassist-solution-tester to become healthy...
2025-11-06 01:43:46,911 - INFO - Container codeassist-solution-tester is healthy.
2025-11-06 01:43:46,914 - INFO - CodeAssist started