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
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'
The text was updated successfully, but these errors were encountered:
[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)
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'
The text was updated successfully, but these errors were encountered: