We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've just cloned cvat, run it and get the following error:
cvat_utils Error: Format string '%(ENV_HOME)s/wait-for-it.sh %(ENV_CVAT_REDIS_HOST)s:6379 -t 0 -- bash -ic \\\n"python3 /opt/venv/bin/rqscheduler --host %(ENV_CVAT_REDIS_HOST)s --password %(ENV_CVAT_REDIS_PASSWORD)s -i 30"' for 'program:rqscheduler.command' contains names ('ENV_CVAT_REDIS_PASSWORD') which cannot be expanded. Available names: ENV_CVAT_POSTGRES_HOST, ENV_CVAT_REDIS_HOST, ENV_DJANGO_CONFIGURATION, ENV_HOME, ENV_HOSTNAME, ENV_LANG, ENV_LC_ALL, ENV_NUMPROCS, ENV_PATH, ENV_TERM, ENV_TZ, ENV_USER, ENV_http_proxy, ENV_https_proxy, ENV_no_proxy, ENV_socks_proxy, group_name, here, host_node_name, process_num, program_name in section 'program:rqscheduler' (file: 'supervisord/utils.conf')
But in browser cvat seems to work fine. So is this a bug or not?
My installation steps:
git clone https://github.com/opencv/cvat cd cvat docker-compose up
The text was updated successfully, but these errors were encountered:
@azhavoro, could you please check?
Sorry, something went wrong.
Fixed in #5530
Thanks
azhavoro
No branches or pull requests
I've just cloned cvat, run it and get the following error:
But in browser cvat seems to work fine. So is this a bug or not?
My installation steps:
The text was updated successfully, but these errors were encountered: