prof79 / fansly-downloader-ng

Easy-to-use fansly.com content downloading tool. Written in Python and available as a standalone Windows Executable. Enjoy your Fansly content offline anytime, anywhere in the highest possible content resolution! Fully customizable to download in bulk or single: photos, videos & audio from timeline, messages, collection & single posts.
GNU General Public License v3.0
267 stars 15 forks source link

remoted end closed without response #28

Closed mrtuxa closed 6 months ago

mrtuxa commented 7 months ago

Bug Description

Expected behavior

Traceback (most recent call last): File "download/timeline.py", line 46, in download_timeline File "config/fanslyconfig.py", line 253, in cors_options_request File "requests/sessions.py", line 613, in options File "requests/sessions.py", line 589, in request File "requests/sessions.py", line 703, in send File "requests/adapters.py", line 501, in send requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

Actual behavior

Environment Information

User Research

I have done the following:

Additional context

prof79 commented 6 months ago

Need to make some tests but that may get difficult - this is a generic HTTP call error and usually points to a network-related issue. Could also be a server issue but very unlikely since Fansly certainly has high availability and resolution strategies/takeover when a server fails.

Are you performing this at home with an unrestricted internet access? There are three things that could also cause this and they inter-relate:

  1. Proxy server required (usually campus/corpo environments)
  2. Firewall/network security
  3. Endpoint security software

Does this always happen regardless the creator?

prof79 commented 6 months ago

No response.