-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Python SDK client.tasks.create_from_data does not work #5584
Comments
Hi, @PMazarovich I am not sure that |
Hello, @bsekachev , I am sure, this address is reachable. I can upload video from this address using "remote sources" from UI |
Okay, let's mark it as a bug, need to investigate. @zhiltsov-max Do you have some ideas why it does not work with SDK? Can it be related with that Client was initialized by 'localhost:8080'? |
@PMazarovich, could you please specify the SDK version? There was a fixed issue, which may be related - #4962. |
@zhiltsov-max , 2.1.0.post1 |
Could you please try to upgrade to the latest version with |
@zhiltsov-max , @bsekachev after updating cli and sdk all worked |
Current Behaviour
Try upload the remote file into cvat with this code:
You will get url in additional quotes, that leads to an error in cvat server def _validate_url(url) failure as url looks like '"http://192.168.48.12:85/blabalbla.mp4"'.
Your Environment
CVAT 2.2.0
The text was updated successfully, but these errors were encountered: