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

Error during API usage #31

Open
ZiyueWu59 opened this issue Jul 25, 2024 · 0 comments
Open

Error during API usage #31

ZiyueWu59 opened this issue Jul 25, 2024 · 0 comments

Comments

@ZiyueWu59
Copy link

Hi, I have requested the tokens and try the demo in this url: https://cloudapi-sdk.deepdataspace.com/

And I met the following error:

Traceback (most recent call last):
  File "/home/anaconda3/envs/regionclip/lib/python3.9/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/home/anaconda3/envs/regionclip/lib/python3.9/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/home/.vscode-server/extensions/ms-python.python-2023.22.1/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher/../../debugpy/__main__.py", line 39, in <module>
    cli.main()
  File "/home/.vscode-server/extensions/ms-python.python-2023.22.1/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher/../../debugpy/../debugpy/server/cli.py", line 430, in main
    run()
  File "/home/.vscode-server/extensions/ms-python.python-2023.22.1/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher/../../debugpy/../debugpy/server/cli.py", line 284, in run_file
    runpy.run_path(target, run_name="__main__")
  File "/home/.vscode-server/extensions/ms-python.python-2023.22.1/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py", line 321, in run_path
    return _run_module_code(code, init_globals, run_name,
  File "/home/.vscode-server/extensions/ms-python.python-2023.22.1/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py", line 135, in _run_module_code
    _run_code(code, mod_globals, init_globals,
  File "/home/.vscode-server/extensions/ms-python.python-2023.22.1/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py", line 124, in _run_code
    exec(code, run_globals)
  File "/home/Projects/Grounding-DINO-1.5-API/test_img.py", line 29, in <module>
    client.run_task(task)
  File "/home/anaconda3/envs/regionclip/lib/python3.9/site-packages/dds_cloudapi_sdk/client.py", line 114, in run_task
    return task.run(self.config)
  File "/home/anaconda3/envs/regionclip/lib/python3.9/site-packages/dds_cloudapi_sdk/tasks/base.py", line 124, in run
    self.wait()
  File "/home/anaconda3/envs/regionclip/lib/python3.9/site-packages/dds_cloudapi_sdk/tasks/base.py", line 119, in wait
    raise RuntimeError(f"{self}  is failed, error: {self.error}")
RuntimeError: IVPTask[90f2a79e-1bd4-4717-bd5f-7b3b48f133d7]  is failed, error: 

Could you help me solve it? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant