Skip to main content

WEB COMMAND FIX

Scope

This document is reconstructed as an English-maintained edition based on the current local codebase.

  • File: docs/internal/WEB_COMMAND_FIX.md
  • Refresh date: 2026-04-01
  • Focus: Internal troubleshooting notes aligned with current command and service behavior.

Code Anchors

  • src/opensynaptic/main.py
  • src/opensynaptic/CLI/parsers/service.py
  • src/opensynaptic/services/web_user/
  • src/opensynaptic/services/env_guard/

Practical Verification

Use these commands to verify related behavior in the current workspace:

pip install -e .
python -u src/main.py plugin-test --suite component
python -u src/main.py plugin-test --suite stress --workers 8 --total 200
  • docs/README.md
  • docs/INDEX.md
  • docs/QUICK_START.md
  • AGENTS.md
  • README.md

Notes

  • This page is normalized to English and aligned with current local paths.
  • For canonical runtime behavior, prefer source modules in src/opensynaptic/.