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
When creating a new installation of STS, running the -s flag produces the following stacktrace:
Traceback (most recent call last):
File "/opt/homebrew/bin/sts", line 1032, in <module>
sts.load()
File "/opt/homebrew/bin/sts", line 643, in load
self._argument_handler.handle_stopping(self, self._user_manager, self._request_handler)
File "/opt/homebrew/bin/sts", line 296, in handle_stopping
self.setup_sts(user_manager, request_handler, Configuration())
File "/opt/homebrew/bin/sts", line 395, in setup_sts
configuration.write()
File "/opt/homebrew/bin/sts", line 162, in write
with open(paths[0], 'w') as configfile:
IndexError: list index out of range
This has been tested on MacOS
The text was updated successfully, but these errors were encountered:
When creating a new installation of STS, running the
-s
flag produces the following stacktrace:This has been tested on MacOS
The text was updated successfully, but these errors were encountered: