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

Inactive users can schedule invocations #18147

Closed
galaxyproject-sentryintegration bot opened this issue May 14, 2024 · 1 comment · Fixed by #18192
Closed

Inactive users can schedule invocations #18147

galaxyproject-sentryintegration bot opened this issue May 14, 2024 · 1 comment · Fixed by #18192

Comments

@galaxyproject-sentryintegration

Which then fail with UserActivationRequiredException: Action requires account activation.. Seems like we should prevent that before creating the invocation.

Sentry Issue: GALAXY-MAIN-NEX

UserActivationRequiredException: Action requires account activation.
(5 additional frame(s) were not displayed)
...
  File "galaxy/tools/__init__.py", line 1988, in handle_single_execution
    raise e
  File "galaxy/tools/__init__.py", line 1968, in handle_single_execution
    rval = self.execute(
  File "galaxy/tools/__init__.py", line 2065, in execute
    return self.tool_action.execute(
  File "galaxy/tools/actions/__init__.py", line 412, in execute
    trans.check_user_activation()
  File "galaxy/managers/context.py", line 264, in check_user_activation
    raise UserActivationRequiredException()

Failed to schedule Workflow[id=538976,name=Unnamed Workflow], problem occurred on WorkflowStep[index=0,type=tool,label=None,uuid=578ce47c-2057-4cf8-952d-5b160aa99e3b,id=7164554].
@ahmedhamidawan
Copy link
Member

Fixed in #18192

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

Successfully merging a pull request may close this issue.

1 participant