Guest User

Untitled

a guest
May 5th, 2024
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 1058, in _send_output
  2.  
  3. self.send(msg) File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 996, in send
  4.  
  5. self.connect()
  6.  
  7. File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 1475, in connect self.sock self._context.wrap_socket(self.sock,
  8.  
  9. File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ssl.py", line 517, in wrap_socket return self.sslsocket_class._create(
  10.  
  11. File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ssl.py", line 1104, in _create
  12.  
  13. self.do_handshake() File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ss1.py", line 1382, in do_handshake
  14.  
  15. self._sslobj.do_handshake()
  16.  
  17. ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1
  18.  
  19. During handling of the above exception, another exception occurred:
  20.  
  21. File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 982, in run
  22.  
  23. Traceback (most recent call last):
  24.  
  25. File " self._target(*self._args, **self._kwargs) File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
  26.  
  27. return future.result()
  28.  
  29. File "/Users/josephgrixti/01/software/source/server/server.py", line 501, in main service_instance = ServiceClass(config)
  30.  
  31. I
  32.  
  33. File "/Users/josephgrixti/01/software/source/server/services/tts/piper/tts.py", line 13, in __init__
  34.  
  35. self.install(config["service_directory"])
  36.  
  37. File "/Users/josephgrixti/01/software/source/server/services/tts/piper/tts.py", line 86, in install
  38.  
  39. urllib.request.urlretrieve( File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 241, in urlretrieve
  40.  
  41. with contextlib.closing(urlopen(url, data)) as fp:
  42.  
  43. File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 216, in urlopen
  44.  
  45. return opener.open(url, data, timeout)
  46.  
  47. File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 519, in open
  48.  
  49. response self._open(req, data)
  50.  
  51. File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 536, in _open result self._call_chain(self.handle_open, protocol, protocol +
  52.  
  53. File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 496, in _call_chain result func(*args) File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 1391, in https_open
  54.  
  55. return self.do_open(http.client.HTTPSConnection, req, File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py ", line 1351, in do_open
  56.  
  57. raise URLError(err) urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_s
  58.  
  59. Recording started...
  60.  
  61. Recording stopped. Recording started...
  62.  
  63. Recording stopped.
  64.  
  65. Recording started... Recording stopped.
  66.  
  67. Recording started... Recording stopped.
  68.  
  69. MacBook
Advertisement
Add Comment
Please, Sign In to add comment