1
1 posts
#1
· 2026-08-12 17:36
So the first time I ran this tool to do an extraction, I ran into an SSL error. I fixed that by installing the Python package pip-system-certs. Now I get the following output when I try to run the script with only the username defined:
[*] Installing N_m3u8DL-RE (win/x64)… downloading https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v0.6.0-beta/N_m3u8DL-RE_v0.6.0-beta_win-x64_20260629.zip Traceback (most recent call last): File "C:\onlyfans_cdmpool\onlyfans_extractor.py", line 603, in <module> main() ~~~~^^ File "C:\onlyfans_cdmpool\onlyfans_extractor.py", line 577, in main ensure_tools() ~~~~~~~~~~~~^^ File "C:\onlyfans_cdmpool\onlyfans_extractor.py", line 243, in ensure_tools _download(url, archive) ~~~~~~~~~^^^^^^^^^^^^^^ File "C:\onlyfans_cdmpool\onlyfans_extractor.py", line 163, in _download with urllib.request.urlopen(req, timeout=180) as r, open(dest, "wb") as f: ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "C:\Python314\Lib\urllib\request.py", line 187, in urlopen return opener.open(url, data, timeout) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "C:\Python314\Lib\urllib\request.py", line 487, in open response = self._open(req, data) File "C:\Python314\Lib\urllib\request.py", line 504, in _open result = self._call_chain(self.handle_open, protocol, protocol + '_open', req) File "C:\Python314\Lib\urllib\request.py", line 464, in _call_chain result = func(*args) File "C:\Python314\Lib\urllib\request.py", line 1369, in https_open return self.do_open(http.client.HTTPSConnection, req, ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ context=self._context) ^^^^^^^^^^^^^^^^^^^^^^ File "C:\Python314\Lib\urllib\request.py", line 1325, in do_open r = h.getresponse() File "C:\Python314\Lib\http\client.py", line 1459, in getresponse response.begin() ~~~~~~~~~~~~~~^^ File "C:\Python314\Lib\http\client.py", line 336, in begin version, status, reason = self._read_status() ~~~~~~~~~~~~~~~~~^^ File "C:\Python314\Lib\http\client.py", line 305, in _read_status raise RemoteDisconnected("Remote end closed connection without" " response") http.client.RemoteDisconnected: Remote end closed connection without response