Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- python3 -m deemix https://deezer.page.link/vRjNm7ueoH8JDibw7
- Traceback (most recent call last):
- File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 1348, in do_open
- h.request(req.get_method(), req.selector, req.data, headers,
- File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1282, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1328, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1277, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1037, in _send_output
- self.send(msg)
- File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 975, in send
- self.connect()
- File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1454, in connect
- self.sock = self._context.wrap_socket(self.sock,
- File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 512, in wrap_socket
- return self.sslsocket_class._create(
- File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 1070, in _create
- self.do_handshake()
- File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 1341, in do_handshake
- self._sslobj.do_handshake()
- ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py", line 196, in _run_module_as_main
- return _run_code(code, main_globals, None,
- File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py", line 86, in _run_code
- exec(code, run_globals)
- File "/Users/USER/Library/Python/3.10/lib/python/site-packages/deemix/__main__.py", line 111, in <module>
- download() # pylint: disable=E1120
- File "/Users/USER/Library/Python/3.10/lib/python/site-packages/click/core.py", line 1130, in __call__
- return self.main(*args, **kwargs)
- File "/Users/USER/Library/Python/3.10/lib/python/site-packages/click/core.py", line 1055, in main
- rv = self.invoke(ctx)
- File "/Users/USER/Library/Python/3.10/lib/python/site-packages/click/core.py", line 1404, in invoke
- return ctx.invoke(self.callback, **ctx.params)
- File "/Users/USER/Library/Python/3.10/lib/python/site-packages/click/core.py", line 760, in invoke
- return __callback(*args, **kwargs)
- File "/Users/USER/Library/Python/3.10/lib/python/site-packages/deemix/__main__.py", line 107, in download
- downloadLinks(url, bitrate)
- File "/Users/USER/Library/Python/3.10/lib/python/site-packages/deemix/__main__.py", line 75, in downloadLinks
- downloadObject = generateDownloadObject(dz, link, bitrate, plugins, listener)
- File "/Users/USER/Library/Python/3.10/lib/python/site-packages/deemix/__init__.py", line 50, in generateDownloadObject
- (link, link_type, link_id) = parseLink(link)
- File "/Users/USER/Library/Python/3.10/lib/python/site-packages/deemix/__init__.py", line 17, in parseLink
- if 'deezer.page.link' in link: link = urlopen(link).url # Resolve URL shortner
- File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 216, in urlopen
- return opener.open(url, data, timeout)
- File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 519, in open
- response = self._open(req, data)
- File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 536, in _open
- result = self._call_chain(self.handle_open, protocol, protocol +
- File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 496, in _call_chain
- result = func(*args)
- File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 1391, in https_open
- return self.do_open(http.client.HTTPSConnection, req,
- File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 1351, in do_open
- raise URLError(err)
- 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