Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save raonyguimaraes/6a2f7e50b5d8a8115c6e870327598891 to your computer and use it in GitHub Desktop.
Save raonyguimaraes/6a2f7e50b5d8a8115c6e870327598891 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/home/ubuntu/.local/bin/galaxy-tool-test", line 11, in <module>
sys.exit(main())
File "/home/ubuntu/.local/lib/python2.7/site-packages/galaxy/tools/verify/script.py", line 28, in main
galaxy_interactor = GalaxyInteractorApi(**galaxy_interactor_kwds)
File "/home/ubuntu/.local/lib/python2.7/site-packages/galaxy/tools/verify/interactor.py", line 68, in __init__
self.api_key = self.__get_user_key(kwds.get("api_key"), kwds.get("master_api_key"), test_user=kwds.get("test_user"))
File "/home/ubuntu/.local/lib/python2.7/site-packages/galaxy/tools/verify/interactor.py", line 78, in __get_user_key
test_user = self.ensure_user_with_email(test_user)
File "/home/ubuntu/.local/lib/python2.7/site-packages/galaxy/tools/verify/interactor.py", line 498, in ensure_user_with_email
all_users = self._get('users', key=admin_key).json()
File "/home/ubuntu/.local/lib/python2.7/site-packages/galaxy/tools/verify/interactor.py", line 569, in _get
key = self.api_key if not admin else self.master_api_key
AttributeError: 'GalaxyInteractorApi' object has no attribute 'api_key'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment