-
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
Connection from another computer gives Bad Request(400) #102
Labels
question
Further information is requested
Comments
aurotripathy
changed the title
Connection from another computer
Connection from another computer gives Bad Request(400)
Sep 30, 2018
Closed
Hi @aurotripathy , Please see #4. You need to specify |
Hello @nmanovic , thank you for guidance. I used |
UPDATE: |
TOsmanov
pushed a commit
to TOsmanov/cvat
that referenced
this issue
Aug 23, 2021
* Implement caching dataset * Maintain the order of elements in the dataset * Add control of lazy and eager operation for datasets * Update project implementation * Implement patch in Datumaro format * Add lazy transform chaining test * Add error types * Add and update tests * Update changelog * Update examples in docs * Fix icdar after merge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My basic install went fine (due to good documentation, thank you!).
How can I connect from another computer on the LAN?
I used URL
http://192.168.1.79:8080/
and got a Bad Request(400).192.168.1.79 is the IP addr of the "server" machine.
I also also opened port 8080 on the firewall on the "server" with
ufw
Update, added the lines below to
docker-compose.override.yml
. No effect after reboot.The text was updated successfully, but these errors were encountered: