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
295 stars 16 forks source link

Downloading Timeline and Get this Error. #92

Open Phtephent opened 1 month ago

Phtephent commented 1 month ago

I'm trying to download pictures from the creators timeline, but I get this error all the time. I'm able to download one picture at a time but not multiple like I was used to.

Traceback (most recent call last): File "download\common.py", line 151, in process_download_accessible_media download_media(config, state, accessible_media) File "download\media.py", line 202, in download_media is_dupe = dedupe_media_file(config, state, media_item.mimetype, file_save_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "fileio\dedupe.py", line 74, in dedupe_media_file file_hash = get_hash_for_image(filename) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "fileio\fnmanip.py", line 71, in get_hash_for_image file_hash = str(imagehash.phash(img, hash_size = 16)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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'

CaptainKoons commented 1 month ago

I have the same issue:

[43]ERROR | 09:21 || 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'

It seems to only popup with pictures (no issues with videos)

Thanks in advance! CK