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
If I give the command:
ddel --jobs $JOBID
and don't give --project, I get:
Exception HttpError: <HttpError 404 when requesting https://genomics.googleapis.com/v1alpha2/operations?filter=projectId+%3D+None+AND+status+%3D+RUNNING+AND+labels.user-id+%3D+jwhitney+AND+labels.job-id+%3D+samcat--jwhitney--171025-185530-59&alt=json returned "Project id "None" not found">
Traceback (most recent call last):
File "/usr/local/bin/ddel", line 9, in
load_entry_point('dsub==0.0.0', 'console_scripts', 'ddel')()
File "build/bdist.linux-x86_64/egg/dsub/commands/ddel.py", line 123, in main
File "build/bdist.linux-x86_64/egg/dsub/providers/google.py", line 1091, in delete_jobs
File "build/bdist.linux-x86_64/egg/dsub/providers/google.py", line 1055, in lookup_job_tasks
File "build/bdist.linux-x86_64/egg/dsub/providers/google.py", line 689, in list
File "build/bdist.linux-x86_64/egg/retrying.py", line 49, in wrapped_f
File "build/bdist.linux-x86_64/egg/retrying.py", line 206, in call
File "build/bdist.linux-x86_64/egg/retrying.py", line 247, in get
File "build/bdist.linux-x86_64/egg/retrying.py", line 200, in call
File "build/bdist.linux-x86_64/egg/dsub/providers/google.py", line 333, in execute
File "build/bdist.linux-x86_64/egg/oauth2client/_helpers.py", line 133, in positional_wrapper
File "build/bdist.linux-x86_64/egg/googleapiclient/http.py", line 842, in execute
googleapiclient.errors.HttpError: <HttpError 404 when requesting https://genomics.googleapis.com/v1alpha2/operations?filter=projectId+%3D+None+AND+status+%3D+RUNNING+AND+labels.user-id+%3D+jwhitney+AND+labels.job-id+%3D+samcat--jwhitney--171025-185530-59&alt=json returned "Project id "None" not found">
This condition should be checked and ddel should prompt with a usage message indicating that project is required.
The text was updated successfully, but these errors were encountered:
If I give the command:
ddel --jobs $JOBID
and don't give --project, I get:
Exception HttpError: <HttpError 404 when requesting https://genomics.googleapis.com/v1alpha2/operations?filter=projectId+%3D+None+AND+status+%3D+RUNNING+AND+labels.user-id+%3D+jwhitney+AND+labels.job-id+%3D+samcat--jwhitney--171025-185530-59&alt=json returned "Project id "None" not found">
Traceback (most recent call last):
File "/usr/local/bin/ddel", line 9, in
load_entry_point('dsub==0.0.0', 'console_scripts', 'ddel')()
File "build/bdist.linux-x86_64/egg/dsub/commands/ddel.py", line 123, in main
File "build/bdist.linux-x86_64/egg/dsub/providers/google.py", line 1091, in delete_jobs
File "build/bdist.linux-x86_64/egg/dsub/providers/google.py", line 1055, in lookup_job_tasks
File "build/bdist.linux-x86_64/egg/dsub/providers/google.py", line 689, in list
File "build/bdist.linux-x86_64/egg/retrying.py", line 49, in wrapped_f
File "build/bdist.linux-x86_64/egg/retrying.py", line 206, in call
File "build/bdist.linux-x86_64/egg/retrying.py", line 247, in get
File "build/bdist.linux-x86_64/egg/retrying.py", line 200, in call
File "build/bdist.linux-x86_64/egg/dsub/providers/google.py", line 333, in execute
File "build/bdist.linux-x86_64/egg/oauth2client/_helpers.py", line 133, in positional_wrapper
File "build/bdist.linux-x86_64/egg/googleapiclient/http.py", line 842, in execute
googleapiclient.errors.HttpError: <HttpError 404 when requesting https://genomics.googleapis.com/v1alpha2/operations?filter=projectId+%3D+None+AND+status+%3D+RUNNING+AND+labels.user-id+%3D+jwhitney+AND+labels.job-id+%3D+samcat--jwhitney--171025-185530-59&alt=json returned "Project id "None" not found">
This condition should be checked and ddel should prompt with a usage message indicating that project is required.
The text was updated successfully, but these errors were encountered: