Skip to content
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

Closed
aurotripathy opened this issue Sep 30, 2018 · 3 comments
Closed

Connection from another computer gives Bad Request(400) #102

aurotripathy opened this issue Sep 30, 2018 · 3 comments
Labels
question Further information is requested

Comments

@aurotripathy
Copy link

aurotripathy commented Sep 30, 2018

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.

version: "2.3"

services:
  cvat:
    environment:
      ALLOWED_HOSTS: .*
    ports:
      - "80:8080"
@aurotripathy aurotripathy changed the title Connection from another computer Connection from another computer gives Bad Request(400) Sep 30, 2018
@nmanovic
Copy link
Contributor

nmanovic commented Oct 1, 2018

Hi @aurotripathy ,

Please see #4. You need to specify ALLOWED_HOST: '*'. Does it help?

@nmanovic nmanovic added the question Further information is requested label Oct 1, 2018
@aurotripathy
Copy link
Author

Hello @nmanovic , thank you for guidance. I used ALLOWED_HOST: '*' (with * in single quotes) as suggested but my issue is not solved.

@aurotripathy
Copy link
Author

UPDATE:
After adding -f docker-compose.override.yml to the invocation, my connection worked. Thank you!

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
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants