Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloading Timeline and Get this Error. #92

Open
Phtephent opened this issue Oct 1, 2024 · 1 comment
Open

Downloading Timeline and Get this Error. #92

Phtephent opened this issue Oct 1, 2024 · 1 comment

Comments

@Phtephent
Copy link

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
Copy link

CaptainKoons commented Oct 20, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants