You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the latest source code update the cvat_cli can't find the locally hosted cvat server.
Current Behaviour
It used to work just fine and now always returns
cvat_sdk.core.exceptions.InvalidHostException: Failed to detect host schema automatically, please check the server url and try to specify schema explicitly
the command I've been using is:
cvat-cli --auth user:pass --server-host localhost --server-port 8080 ls
The cvat server is up and running just fine, the api can see it and I have tried using different ports and host names to no avail.
Your Environment
Docker version docker version (e.g. Docker 17.0.05): 20.10.18
Are you using Docker Swarm or Kubernetes? n/a
Operating System and version (e.g. Linux, Windows, MacOS): Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
Hi, thanks for reporting the problem, I was able to reproduce it. As a quick fix, please add http:// or https:// to the --server-host argument as the error message suggests.
My actions before raising this issue
Expected Behaviour
After the latest source code update the cvat_cli can't find the locally hosted cvat server.
Current Behaviour
It used to work just fine and now always returns
cvat_sdk.core.exceptions.InvalidHostException: Failed to detect host schema automatically, please check the server url and try to specify schema explicitly
the command I've been using is:
cvat-cli --auth user:pass --server-host localhost --server-port 8080 ls
The cvat server is up and running just fine, the api can see it and I have tried using different ports and host names to no avail.
Your Environment
docker version
(e.g. Docker 17.0.05): 20.10.18The text was updated successfully, but these errors were encountered: