galaxy
galaxy copied to clipboard
`AttributeError: 'NoneType' object has no attribute 'file'` in job_files API
We should probably fail with RequestParameterInvalid in this case (or figure out what we need to do if there is actually attached form data)
Sentry Issue: GALAXY-MAIN-YB5
AttributeError: 'NoneType' object has no attribute 'file'
File "galaxy/web/framework/decorators.py", line 346, in decorator
rval = func(self, trans, *args, **kwargs)
File "galaxy/webapps/galaxy/api/job_files.py", line 117, in create
input_file = payload.get("file", payload.get("__file", None)).file
Uncaught exception in exposed API method: