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

Job files API: FileNotFoundError: [Errno 2] No such file or directory: '' #18337

Closed
galaxyproject-sentryintegration bot opened this issue Jun 6, 2024 · 1 comment

Comments

@galaxyproject-sentryintegration

Suddenly had a burst of 361 requests that didn't send a destination path ...

Sentry Issue: GALAXY-MAIN-W5S

FileNotFoundError: [Errno 2] No such file or directory: ''
  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 132, in create
    util.safe_makedirs(target_dir)
  File "galaxy/util/path/__init__.py", line 138, in safe_makedirs
    makedirs(path)
  File "<frozen os>", line 225, in makedirs

Uncaught exception in exposed API method:
@mvdbeek
Copy link
Member

mvdbeek commented Jun 14, 2024

Should be fixed in #18342

@mvdbeek mvdbeek closed this as completed Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant