-
Notifications
You must be signed in to change notification settings - Fork 40
Description
Hi everyone,
I followed the installation instructions and tried to download all the files of a profile from coomer.su but I got the following error. This site is blocked in our country. So I tried to install a vpn program on my computer but I got an error again. How can i solve this problem?
Note:I censored profile name in url.
Created by E43b
GitHub: https://github.com/e43b
Discord: https://discord.gg/GNJbxzD8bK
Project Repository: https://github.com/e43b/Kemono-and-Coomer-Downloader
Donate: https://ko-fi.com/e43bs
Download Profile Posts
1 - Download all posts from a profile
2 - Download posts from a specific page
3 - Downloading posts from a range of pages
4 - Downloading posts between two specific posts
5 - Back to the main menu
Enter your choice (1/2/3/4/5): 1
Paste the profile link: https://coomer.su/onlyfans/user/***
Error generating JSON: Command '['python', 'codes\posts.py', 'https://coomer.su/onlyfans/user/***', 'all']' returned non-zero exit status 1.
Traceback (most recent call last):
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python313\Lib\site-packages\urllib3\connectionpool.py", line 464, in _make_request
self._validate_conn(conn)
~~~~~~~~~~~~~~~~~~~^^^^^^
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python313\Lib\site-packages\urllib3\connectionpool.py", line 1093, in _validate_conn
conn.connect()
~~~~~~~~~~~~^^
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python313\Lib\site-packages\urllib3\connection.py", line 741, in connect
sock_and_verified = _ssl_wrap_socket_and_match_hostname(
sock=sock,
...<14 lines>...
assert_fingerprint=self.assert_fingerprint,
)
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python313\Lib\site-packages\urllib3\connection.py", line 920, in ssl_wrap_socket_and_match_hostname
ssl_sock = ssl_wrap_socket(
sock=sock,
...<8 lines>...
tls_in_tls=tls_in_tls,
)
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python313\Lib\site-packages\urllib3\util\ssl.py", line 460, in ssl_wrap_socket
ssl_sock = ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python313\Lib\site-packages\urllib3\util\ssl.py", line 504, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python313\Lib\ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
sock=sock,
^^^^^^^^^^
...<5 lines>...
session=session
^^^^^^^^^^^^^^^
)
^
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python313\Lib\ssl.py", line 1076, in _create
self.do_handshake()
~~~~~~~~~~~~~~~~~^^
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python313\Lib\ssl.py", line 1372, in do_handshake
self._sslobj.do_handshake()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1028)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python313\Lib\site-packages\urllib3\connectionpool.py", line 787, in urlopen
response = self._make_request(
conn,
...<10 lines>...
**response_kw,
)
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python313\Lib\site-packages\urllib3\connectionpool.py", line 488, in _make_request
raise new_e
urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1028)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python313\Lib\site-packages\requests\adapters.py", line 667, in send
resp = conn.urlopen(
method=request.method,
...<9 lines>...
chunked=chunked,
)
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python313\Lib\site-packages\urllib3\connectionpool.py", line 841, in urlopen
retries = retries.increment(
method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]
)
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python313\Lib\site-packages\urllib3\util\retry.py", line 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='coomer.su', port=443): Max retries exceeded with url: /api/v1/onlyfans/user//posts-legacy?o=0 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1028)')))*
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\WDAGUtilityAccount\Kemono-and-Coomer-Downloader\codeen\codes\posts.py", line 307, in
main()
~~~~^^
File "C:\Users\WDAGUtilityAccount\Kemono-and-Coomer-Downloader\codeen\codes\posts.py", line 213, in main
initial_data = fetch_posts(BASE_API_URL, service, user_id, offset=0)
File "C:\Users\WDAGUtilityAccount\Kemono-and-Coomer-Downloader\codeen\codes\posts.py", line 100, in fetch_posts
response = requests.get(url)
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python313\Lib\site-packages\requests\api.py", line 73, in get
return request("get", url, params=params, **kwargs)
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python313\Lib\site-packages\requests\api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python313\Lib\site-packages\requests\sessions.py", line 589, in request
resp = self.send(prep, *send_kwargs)
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python313\Lib\site-packages\requests\sessions.py", line 703, in send
r = adapter.send(request, kwargs)
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python313\Lib\site-packages\requests\adapters.py", line 698, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='coomer.su', port=443): Max retries exceeded with url: /api/v1/onlyfans/user//posts-legacy?o=0 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1028)')))