-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
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
Contributing to CVAT #5591
Comments
You also need to have all backend services running, make sure you follow the steps:
|
@bsekachev I followed the steps that are mentioned in guide and here as well, I can connect to the browser, Redis and OPA are running, but I keep getting
Can you kindly provide a hint what is going wrong? |
Could you please provide |
And can I see logs from this container? |
yeah sure here is the docker ps's output.
|
here are cvat_opa_debug logs.
|
Try to remove this container and use this command instead: |
This fixed the problem for me. Thanks! |
Going into the following directory and cleaning the storage fixed the problem for me! ( |
sudo apt-get install unzip docker stop $(docker ps -aq) |
firewall issue was causing my problems, see this post for the fix. #6041 (comment) |
My actions before raising this issue
I successfully set up CVAT locally for annotation, and everything works as expected. But now, I want to make changes to CVAT itself (like updated UI, new buttons/functionalities, etc.). To do this, I followed the Contributing guidelines (https://opencv.github.io/cvat/docs/contributing/development-environment/).
Expected Behaviour
I was expecting CVAT to run in browser at
http://localhost:3000
, as described in the guidelines.Current Behaviour
However, after I run the last command
yarn run start:cvat-ui
and then go tohttp://localhost:3000
, I get the following error message in the browser:I made sure that Redis is running by running
systemctl start redis.service
and then checking its status. Open Policy Agent is also running, which I verified by runningdocker ps
. I am not sure how to check the database.Context
I am trying to modify the UI of CVAT with our organization's branding, and add some additional functionality that is not currently available. And I need help setting up the local development environment. The Contributing guidelines in their current version feel incomplete and rather difficult to follow. Most of the instructions are focused on using CVAT, not building it with our own custom changes.
What can be the possible reasons for the error I am getting?
Your Environment
The text was updated successfully, but these errors were encountered: