You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I get the following error when I want to download all files belonging to a user. How can i solve this? Btw coomer.su is blocked our country. I can open it just with vpn.
(I hid username :))
Iniciando descarga...
Service extracted: onlyfans from site: coomer.su
Downloading only the posts from the provided URL...
Starting download process...
Error fetching user posts: HTTPSConnectionPool(host='coomer.su', port=443): Max retries exceeded with url: /api/v1/onlyfans/user/******?o=0 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1000)')))
No posts found for this user.
All downloads completed or cancelled.
Logs successfully exported to resources\config\logs\log_20241217_131533.txt
Logs successfully exported to resources\config\logs\log_20241217_131533.txt
The text was updated successfully, but these errors were encountered:
If you aren't trying to dig into the code yourself, you would likely need to wait for Emy to add support for proxies/VPN configuration. There are quite a few reasons you could be running into this, and quite a few fixes, but there are some security concerns in trying to bypass SSL (implying Coomer even allows you).
If you are trying to dig into the code, I think you can adjust the initial request.Session() to pass it a dictionary of your proxy settings and all requests in the wider script will go through that. Depending on if your VPN provides proxy information, it could be something as simple as:
proxies = {'https': '_my_https_proxy_'}
s = requests.session()
s.proxies.update(proxies)
Just note that proxies and VPNs are vastly different in functionality, and likely in implementation to work with this tool as well. I think a proxy would be easier to implement, but is far less secure and not encrypted quite like a VPN.
Hi,
I get the following error when I want to download all files belonging to a user. How can i solve this? Btw coomer.su is blocked our country. I can open it just with vpn.
(I hid username :))
https://coomer.su/onlyfans/user/*****/1393775654
Iniciando descarga...
Service extracted: onlyfans from site: coomer.su
Downloading only the posts from the provided URL...
Starting download process...
Error fetching user posts: HTTPSConnectionPool(host='coomer.su', port=443): Max retries exceeded with url: /api/v1/onlyfans/user/******?o=0 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1000)')))
No posts found for this user.
All downloads completed or cancelled.
Logs successfully exported to resources\config\logs\log_20241217_131533.txt
Logs successfully exported to resources\config\logs\log_20241217_131533.txt
The text was updated successfully, but these errors were encountered: