-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
any reason why I get this error message with cvat-cli, self hosted cvat v2.48, cvat-cli 2.47.
If i enter incorrect passowrd I get error i get 400 bad request. so i know its not bad passord as said under.
Traceback (most recent call last):
File "/home/torstein/cvat/venv/bin/cvat-cli", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/torstein/cvat/venv/lib/python3.12/site-packages/cvat_cli/__main__.py", line 35, in main
with build_client(parsed_args, logger=logger) as client:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/torstein/cvat/venv/lib/python3.12/site-packages/cvat_cli/_internal/common.py", line 118, in build_client
client.login(popattr(parsed_args, "auth")(client.api_client.configuration.host))
File "/home/torstein/cvat/venv/lib/python3.12/site-packages/cvat_sdk/core/client.py", line 207, in login
assert "sessionid" in self.api_client.cookies
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
Metadata
Metadata
Assignees
Labels
No labels