-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Uncaught exception in exposed API method: TypeError #19609
Labels
Comments
Does this also fail if you use a different Galaxy user account or delete the data_manager.json file that the data manager generated ? |
Loading the tool form by a different Galaxy user works fine, including running the tool. Loading it by the admin user that ran the DM continues to fail with the same error. I cannot find |
mvdbeek
added a commit
to mvdbeek/galaxy
that referenced
this issue
Feb 19, 2025
This is a little cleaner. Also replaces the `list[tuple[str, str, bool]]` return type of get_options with a NamedTuple. Fixes galaxyproject#19609
mvdbeek
added a commit
to mvdbeek/galaxy
that referenced
this issue
Feb 19, 2025
This is a little cleaner. Also replaces the `list[tuple[str, str, bool]]` return type of get_options with a NamedTuple. Fixes galaxyproject#19609
mvdbeek
added a commit
to mvdbeek/galaxy
that referenced
this issue
Feb 19, 2025
This is a little cleaner. Also replaces the `list[tuple[str, str, bool]]` return type of get_options with a NamedTuple. Fixes galaxyproject#19609
mvdbeek
added a commit
to mvdbeek/galaxy
that referenced
this issue
Feb 19, 2025
This is a little cleaner. Also replaces the `list[tuple[str, str, bool]]` return type of get_options with a NamedTuple. Fixes galaxyproject#19609
4 tasks
mvdbeek
added a commit
to mvdbeek/galaxy
that referenced
this issue
Feb 19, 2025
This is a little cleaner. Also replaces the `list[tuple[str, str, bool]]` return type of get_options with a NamedTuple. Fixes galaxyproject#19609
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After running the
data_manager_gemini_download/0.20.1+galaxy1
, trying to loadGEMINI load
tool (v0.20.1+galaxy2), I get the following error in the web handler and the tool form does not load reportingUncaught exception in exposed API method
error:Galaxy Version and/or server at which you observed the bug
Galaxy Version: 24.2.0
Commit: 2bff8f5
Browser and Operating System
Operating System: Ubuntu 24.04
Browser: Chrome
To Reproduce
Steps to reproduce the behavior:
Additional context
After running the data manger, the following entry is added to the shed_tool_data_table_conf:
With the following entry in the .loc file:
And content existing at the specified path, starting with
gemini-config.yaml
:The text was updated successfully, but these errors were encountered: