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
Traceback (most recent call last):
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.10/bin/sauth", line 8, in
sys.exit(main())
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 1130, in call
return self.main(*args, **kwargs)
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.10/lib/python3.10/site-packages/sauth.py", line 137, in main
serve_http(ip=ip, port=port, https=https, start_dir=dir, use_threads=use_threads)
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.10/lib/python3.10/site-packages/sauth.py", line 83, in serve_http
httpd.socket = ssl.wrap_socket(httpd.socket, keyfile=KEY_FILE, certfile=CERT_FILE, server_side=True)
NameError: name 'httpd' is not defined. Did you mean: 'https'?
The text was updated successfully, but these errors were encountered:
error using https
Traceback (most recent call last):
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.10/bin/sauth", line 8, in
sys.exit(main())
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 1130, in call
return self.main(*args, **kwargs)
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.10/lib/python3.10/site-packages/sauth.py", line 137, in main
serve_http(ip=ip, port=port, https=https, start_dir=dir, use_threads=use_threads)
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.10/lib/python3.10/site-packages/sauth.py", line 83, in serve_http
httpd.socket = ssl.wrap_socket(httpd.socket, keyfile=KEY_FILE, certfile=CERT_FILE, server_side=True)
NameError: name 'httpd' is not defined. Did you mean: 'https'?
The text was updated successfully, but these errors were encountered: