Guest User

Untitled

a guest
Apr 6th, 2022
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. python3 -m deemix https://deezer.page.link/vRjNm7ueoH8JDibw7
  2. Traceback (most recent call last):
  3. File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 1348, in do_open
  4. h.request(req.get_method(), req.selector, req.data, headers,
  5. File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1282, in request
  6. self._send_request(method, url, body, headers, encode_chunked)
  7. File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1328, in _send_request
  8. self.endheaders(body, encode_chunked=encode_chunked)
  9. File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1277, in endheaders
  10. self._send_output(message_body, encode_chunked=encode_chunked)
  11. File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1037, in _send_output
  12. self.send(msg)
  13. File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 975, in send
  14. self.connect()
  15. File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1454, in connect
  16. self.sock = self._context.wrap_socket(self.sock,
  17. File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 512, in wrap_socket
  18. return self.sslsocket_class._create(
  19. File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 1070, in _create
  20. self.do_handshake()
  21. File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 1341, in do_handshake
  22. self._sslobj.do_handshake()
  23. ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
  24.  
  25. During handling of the above exception, another exception occurred:
  26.  
  27. Traceback (most recent call last):
  28. File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py", line 196, in _run_module_as_main
  29. return _run_code(code, main_globals, None,
  30. File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py", line 86, in _run_code
  31. exec(code, run_globals)
  32. File "/Users/USER/Library/Python/3.10/lib/python/site-packages/deemix/__main__.py", line 111, in <module>
  33. download() # pylint: disable=E1120
  34. File "/Users/USER/Library/Python/3.10/lib/python/site-packages/click/core.py", line 1130, in __call__
  35. return self.main(*args, **kwargs)
  36. File "/Users/USER/Library/Python/3.10/lib/python/site-packages/click/core.py", line 1055, in main
  37. rv = self.invoke(ctx)
  38. File "/Users/USER/Library/Python/3.10/lib/python/site-packages/click/core.py", line 1404, in invoke
  39. return ctx.invoke(self.callback, **ctx.params)
  40. File "/Users/USER/Library/Python/3.10/lib/python/site-packages/click/core.py", line 760, in invoke
  41. return __callback(*args, **kwargs)
  42. File "/Users/USER/Library/Python/3.10/lib/python/site-packages/deemix/__main__.py", line 107, in download
  43. downloadLinks(url, bitrate)
  44. File "/Users/USER/Library/Python/3.10/lib/python/site-packages/deemix/__main__.py", line 75, in downloadLinks
  45. downloadObject = generateDownloadObject(dz, link, bitrate, plugins, listener)
  46. File "/Users/USER/Library/Python/3.10/lib/python/site-packages/deemix/__init__.py", line 50, in generateDownloadObject
  47. (link, link_type, link_id) = parseLink(link)
  48. File "/Users/USER/Library/Python/3.10/lib/python/site-packages/deemix/__init__.py", line 17, in parseLink
  49. if 'deezer.page.link' in link: link = urlopen(link).url # Resolve URL shortner
  50. File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 216, in urlopen
  51. return opener.open(url, data, timeout)
  52. File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 519, in open
  53. response = self._open(req, data)
  54. File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 536, in _open
  55. result = self._call_chain(self.handle_open, protocol, protocol +
  56. File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 496, in _call_chain
  57. result = func(*args)
  58. File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 1391, in https_open
  59. return self.do_open(http.client.HTTPSConnection, req,
  60. File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 1351, in do_open
  61. raise URLError(err)
  62. urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)>
Advertisement
Add Comment
Please, Sign In to add comment