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
222 stars 13 forks source link

[43]ERROR unexpected error during Timeline download #76

Open catnip-stack opened 4 days ago

catnip-stack commented 4 days ago

getting this error:

[43]ERROR | 11:43 || Unexpected error during Timeline download: Traceback (most recent call last): File "download\common.py", line 151, in process_download_accessible_media File "download\media.py", line 202, in download_media File "fileio\dedupe.py", line 74, in dedupe_media_file File "fileio\fnmanip.py", line 71, in get_hash_for_image File "imagehash__init.py", line 272, in phash File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "scipy\fftpack__init.py", line 93, in File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "scipy\fftpack_basic.py", line 8, in File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "scipy\fft\init__.py", line 91, in File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "scipy\fft_fftlog.py", line 10, in File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "scipy\fft_fftlog_backend.py", line 4, in File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "scipy\special\init__.py", line 807, in File "scipy\special\_ufuncs.pyx", line 17294, in init scipy.special._ufuncs ModuleNotFoundError: No module named 'scipy.special._special_ufuncs'

no clue what it means or how to fix. running on w11

Isbbrt commented 2 days ago

The same here. Download some files and then crash. It would be interesting if it showed which media link is downloading so, in case of error, we can download it individually. I would also like to know what this "Timeline cursor:", "CID:" and these media ID numbers that come before the file extension are. Thanks I'm on version 0.9.9

pakkalin commented 2 days ago

for me also the same error

Mikemc20 commented 2 hours ago

I kind of figured this one out by accident while trying to get the python version to work but it seems like the creator left out some dependency's when putting it together (in this case it would be: 'scipy.special._special_ufuncs'.) I had to basically try and run it over and over to find most of them, and then i had to download them all individually. I will just note here that my solution probably wont work with the executable version.