Waqt

Troubleshooting

Use this page as the first-response guide for setup, runtime, and data transfer issues.

Installation issues

Command not found (waqt or waqt-mcp)

Migration/database errors

uv run alembic upgrade head
uv run alembic current

Time entry issues

Leave issues

Data transfer issues

Web UI process issues

waqt ui status
waqt ui stop --force
waqt ui start --port 5555

MCP issues

Logging and diagnostics

WAQT_LOG_LEVEL=DEBUG waqt summary
waqt --verbose start

Logs are written under the application data directory, typically in a logs/ subfolder (flask.log, cli.log, mcp.log, app.log).

Get help

← Previous: MCP integration Back to docs hub →