-
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
Update CONTRIBUTING.md guide to run debug version of CVAT #4072
Comments
Probably need to run OpenPolicyAgent:
|
Thanks, it worked. However, now when I try to register and create another account (after I have created the superuser), it immediately fails and I get this exception:
Do you have any idea of solving it? |
Could you please send us a screenshot? |
Just remove breakpoint on uncaught exceptions in VSCode. It is a validation libary which throws different exceptions while working. It is a normal behaviour I believe. |
It worked, thanks! Btw, maybe it is better to update the dev environment instructions, so it will include this:
|
Agree. |
@AmitN1212 , could you please help us and contribute? |
I'll try. It is necessary for it:
|
@AmitN1212 , if you think it will make the tutorial better, let's do that. I will propose to insert links on official tutorials whenever it is possible. Otherwise it can be nightmare to keep it up to date. |
@nmanovic Sure. Do you want me to change some more things that I think will make the instructions much clearer? |
Another issue I faced while setting the development server was that the UI was not able to find the server Replacing localhost to 127.0.0.1 fixed the issue I guess lookup from localhost to 127.0.0.1 is failing for some reason |
@sanjanaarora I don't remember the exact details, but this might be fixed by configuring a virtual network for the containers. In this way the connection will become available, this was my case. |
@azhiv thx for the rely but If I run in the virtual Environment with "docker-compose up -d" it works fine but when I want to use it for development using then it does'nt work |
My actions before raising this issue
Expected Behaviour
Sign in successfully to CVAT.
Current Behaviour
I am getting the following error:
Possible Solution
Steps to Reproduce (for bugs)
pip install -r cvat/requirements/development.txt
python manage.py migrate
python manage.py collectstatic
npm ci
Your Environment
Operating System and version (e.g. Linux, Windows, MacOS): Ubuntu 18.04
Here are the logs from VScode console:
server-chrome-logs.txt
server-django-logs.txt
The text was updated successfully, but these errors were encountered: