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
ValueError: too many values to unpack (expected 3)
(21 additional frame(s) were not displayed)
...
File "tool_shed/managers/tools.py", line 106, in parsed_tool_model_cached_for
parsed_tool = parsed_tool_model_for(trans, trs_tool_id, tool_version, repository_clone_url=repository_clone_url)
File "tool_shed/managers/tools.py", line 114, in parsed_tool_model_for
tool_source = tool_source_for(trans, trs_tool_id, tool_version, repository_clone_url=repository_clone_url)
File "tool_shed/managers/tools.py", line 122, in tool_source_for
return _shed_tool_source_for(trans, trs_tool_id, tool_version, repository_clone_url)
File "tool_shed/managers/tools.py", line 133, in _shed_tool_source_for
rval = get_repository_metadata_tool_dict(trans, trs_tool_id, tool_version)
File "tool_shed/managers/tools.py", line 85, in get_repository_metadata_tool_dict
name, owner, tool_id = trs_tool_id.split("~", 3)
The text was updated successfully, but these errors were encountered:
I did include the version. In general the id parsing needs a validator and better errors when things aren't found.
Sentry Issue: TOOLSHED-TEST-ACF
The text was updated successfully, but these errors were encountered: