ivmfnal / data_dispatcher

BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Project creation currently returns None - worked yesterday #13

Closed hschellman closed 1 year ago

hschellman commented 1 year ago

I'm trying tests and getting failures.

dd version Server URL: https://metacat.fnal.gov:9443/dune/dd/data Server version: 1.17.0 Client version: 1.16.4 dd project create "files from schellma:FirstPhysicsFile1 limit 1" Traceback (most recent call last): File "/nashome/s/schellma/.local/bin/dd", line 33, in sys.exit(load_entry_point('datadispatcher==1.16.4', 'console_scripts', 'dd')()) File "/nashome/s/schellma/.local/lib/python3.9/site-packages/datadispatcher-1.16.4-py3.9.egg/data_dispatcher/ui/ui_main.py", line 155, in main cli.run(sys.argv, argv0="dd") File "/nashome/s/schellma/.local/lib/python3.9/site-packages/datadispatcher-1.16.4-py3.9.egg/data_dispatcher/ui/cli/cli.py", line 205, in run self._run(command, context, argv, usage_on_error) File "/nashome/s/schellma/.local/lib/python3.9/site-packages/datadispatcher-1.16.4-py3.9.egg/data_dispatcher/ui/cli/cli.py", line 200, in _run return interp._run(pre_command + word, context, rest, usage_on_error = usage_on_error) File "/nashome/s/schellma/.local/lib/python3.9/site-packages/datadispatcher-1.16.4-py3.9.egg/data_dispatcher/ui/cli/cli.py", line 200, in _run return interp._run(pre_command + word, context, rest, usage_on_error = usage_on_error) File "/nashome/s/schellma/.local/lib/python3.9/site-packages/datadispatcher-1.16.4-py3.9.egg/data_dispatcher/ui/cli/cli.py", line 99, in _run return self(command, context, opts, args) File "/nashome/s/schellma/.local/lib/python3.9/site-packages/datadispatcher-1.16.4-py3.9.egg/data_dispatcher/ui/ui_project.py", line 138, in __call__ print(info["project_id"]) TypeError: 'NoneType' object is not subscriptable