Tools Cyberdrop-DL: Mass Downloader for most forum sites and SimpCity threads

Obicase

Bathwater Drinker
Mar 16, 2022
61
1,733
1,252
0fya082315al84db03fa9bf467e3.png
Hi. First of all, thanks for this great program. It saved me countless hours in the past.


I re-installed it today but I'm getting this error when trying to run it :
Code:
Please, Log in or Register to view codes content!

I have python 3.11.9 installed and on my Path. I use other python scripts and they work.
I get the same error both when installing on my system with pip, and when using the virtual environment version installed with the zip file.
I tried deleting everything, clearing pip cache and re-installing but it doesn't help. There is no error during installation.


Could someone help me figure out what I did wrong ?
 

xupetinha

Lurker
Dec 30, 2023
4
0
46
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
INFO : 2024-05-15 17:11:12,416 : utilities.py:103 : Scrape Finished:
Please, Log in or Register to see links and images

INFO : 2024-05-15 17:11:12,453 : utilities.py:103 : Running Post-Download Processes...
INFO : 2024-05-15 17:11:12,454 : utilities.py:116 : Checking for partial downloads...
INFO : 2024-05-15 17:11:12,456 : utilities.py:116 : Checking for empty folders...
INFO : 2024-05-15 17:11:12,458 : utilities.py:103 : Printing Stats...
INFO : 2024-05-15 17:11:12,458 : utilities.py:116 :
Download Stats:
INFO : 2024-05-15 17:11:12,459 : utilities.py:116 : Downloaded 0 files
INFO : 2024-05-15 17:11:12,459 : utilities.py:116 : Previously Downloaded 0 files
INFO : 2024-05-15 17:11:12,459 : utilities.py:116 : Skipped By Config 0 files
INFO : 2024-05-15 17:11:12,461 : utilities.py:116 : Failed 0 files
INFO : 2024-05-15 17:11:12,461 : utilities.py:116 :
Scrape Failures:
INFO : 2024-05-15 17:11:12,461 : utilities.py:116 : Scrape Failures (Unknown): 143
INFO : 2024-05-15 17:11:12,461 : utilities.py:116 :
Download Failures:
INFO : 2024-05-15 17:11:12,462 : utilities.py:103 : Checking for Program End...
INFO : 2024-05-15 17:11:12,462 : utilities.py:103 : Checking for Updates...
INFO : 2024-05-15 17:11:12,690 : utilities.py:103 : Closing Program...
INFO : 2024-05-15 17:11:12,692 : utilities.py:116 :
Finished downloading. Enjoy :)
 

Random888

Lurker
Mar 12, 2022
5
0
46
0fya082315al84db03fa9bf467e3.png
hello! this my firstime using the downloader with cmd, and after i tried to use it, i saw this issue

Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\USER\AppData\Roaming\Python\Python312\Scripts\cyberdrop-dl.exe\__main__.py", line 7, in <module>
File "C:\Users\USER\AppData\Roaming\Python\Python312\site-packages\cyberdrop_dl\main.py", line 154, in main
manager = startup()
^^^^^^^^^
File "C:\Users\USER\AppData\Roaming\Python\Python312\site-packages\cyberdrop_dl\main.py", line 26, in startup
manager.startup()
File "C:\Users\USER\AppData\Roaming\Python\Python312\site-packages\cyberdrop_dl\managers\manager.py", line 50, in startup
self.first_time_setup.startup()
File "C:\Users\USER\AppData\Roaming\Python\Python312\site-packages\cyberdrop_dl\utils\transfer\first_time_setup.py", line 48, in startup
transfer_v4_db(Path("./download_history.sqlite"), APP_STORAGE / "Cache" / "cyberdrop.db")
File "C:\Users\USER\AppData\Roaming\Python\Python312\site-packages\cyberdrop_dl\utils\transfer\transfer_v4_db.py", line 19, in transfer_v4_db
old_data_history = old_db_connection.execute(query).fetchall()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sqlite3.OperationalError: no such table: media

am i missing something?