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
{{ message }}
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
By following the standard procedure to log in to the hub :
Chaos Hub Url [https://chaoshub.com]: http://localhost:8080
Chaos Hub Token:
Traceback (most recent call last):
File "/Users/fjl054/.venvs/chaostk/bin/chaos", line 11, in
sys.exit(cli())
File "/Users/fjl054/.venvs/chaostk/lib/python3.7/site-packages/click/core.py", line 722, in call
return self.main(*args, **kwargs)
File "/Users/fjl054/.venvs/chaostk/lib/python3.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/Users/fjl054/.venvs/chaostk/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/fjl054/.venvs/chaostk/lib/python3.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/fjl054/.venvs/chaostk/lib/python3.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/Users/fjl054/.venvs/chaostk/lib/python3.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/Users/fjl054/.venvs/chaostk/lib/python3.7/site-packages/chaoshub/cli.py", line 32, in login
set_chaos_hub_settings(hub_url, token, settings)
File "/Users/fjl054/.venvs/chaostk/lib/python3.7/site-packages/chaoshub/settings.py", line 13, in set_chaos_hub_settings
if 'auths' not in settings:
TypeError: argument of type 'NoneType' is not iterable
Python Version 3.7.0
The text was updated successfully, but these errors were encountered:
By following the standard procedure to log in to the hub :
Chaos Hub Url [https://chaoshub.com]: http://localhost:8080
Chaos Hub Token:
Traceback (most recent call last):
File "/Users/fjl054/.venvs/chaostk/bin/chaos", line 11, in
sys.exit(cli())
File "/Users/fjl054/.venvs/chaostk/lib/python3.7/site-packages/click/core.py", line 722, in call
return self.main(*args, **kwargs)
File "/Users/fjl054/.venvs/chaostk/lib/python3.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/Users/fjl054/.venvs/chaostk/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/fjl054/.venvs/chaostk/lib/python3.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/fjl054/.venvs/chaostk/lib/python3.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/Users/fjl054/.venvs/chaostk/lib/python3.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/Users/fjl054/.venvs/chaostk/lib/python3.7/site-packages/chaoshub/cli.py", line 32, in login
set_chaos_hub_settings(hub_url, token, settings)
File "/Users/fjl054/.venvs/chaostk/lib/python3.7/site-packages/chaoshub/settings.py", line 13, in set_chaos_hub_settings
if 'auths' not in settings:
TypeError: argument of type 'NoneType' is not iterable
Python Version 3.7.0
The text was updated successfully, but these errors were encountered: