UltimaHoarder / UltimaScraper

Scrape all the media from an OnlyFans account - Updated regularly
GNU General Public License v3.0
4.01k stars 608 forks source link

Latest release will scrape , but wont download content #1346

Closed Daironman78 closed 3 years ago

Daironman78 commented 3 years ago

I have downloaded the latest version of the Scraper, but it doesn't seem to be working properly for me so far. It will get to the point of showing you who your subbed to, You select who you want and then it will say that it is scraping then when it gets to the point of downloading it just sits there. I have tried this on multiple subs but get the same result.

gottogogottogorightnow commented 3 years ago

I have the same issue. It gets to 1% downloading on the first model on the list and just freezes. I left it going over night and no progress.

UltimaHoarder commented 3 years ago

What's your filename format?

ghost commented 3 years ago

Works fine for me my filename format is:

{post_id}-{date}-{filename}.{ext}

Daironman78 commented 3 years ago

This is what it shows in config

"onlyfans": {
  "settings": {
    "auto_profile_choice": [],
    "auto_model_choice": false,
    "auto_media_choice": "",
    "auto_api_choice": true,
    "browser": {
      "auth": true
    },
    "jobs": {
      "scrape_names": true,
      "scrape_paid_content": true
    },
    "download_directories": [
      ".sites"
    ],
    "file_directory_format": "{site_name}\\{username}\\{api_type}\\{value}\\{media_type}",
    "filename_format": "{filename}.{ext}",
    "metadata_directories": [
      ".sites"
    ],
    "metadata_directory_format": "{site_name}\\{username}\\Metadata",
    "delete_legacy_metadata": false,
    "text_length": 255,
    "video_quality": "source",
    "overwrite_files": false,
    "date_format": "%d-%m-%Y",
    "ignored_keywords": [],
    "ignore_type": "",
    "blacklist_name": "",
    "webhook": true
  }
Daironman78 commented 3 years ago

For the heck of it I changed the filename format in configuration to : {post_id}-{date}-{filename}.{ext} to match what Gixxa said but still no luck. It gets to this point and just sits here :

Processing metadata. Finished processing metadata. INFO [alembic.runtime.migration] Context impl SQLiteImpl. INFO [alembic.runtime.migration] Will assume non-transactional DDL. Renaming files. Scrape Completed

Download Processing Name: xxxxxxxl | Type: Posts | Count: 899 | Directory: C:\Users\Tony_\Downloads\OnlyFans-7.3.sites

0%|←[32m ←[0m| 4.10k/2.20G [00:00<51:34:05, 1 0%|←[32m ←[0m| 331k/2.20G [00:00<38:01, 0%|←[32m ←[0m| 527k/2.20G [00:00<29:15, 1 0%|←[32m ←[0m| 949k/2.20G [00:00<18:37, 1 0%|←[32m ←[0m| 1.46M/2.20G [00:00<14:18, 2 0%|←[32m ←[0m| 1.82M/2.20G [00:00<13:15, 2 0%|←[32m▏ ←[0m| 2.12M/2.20G [00:01<17:34, 2 0%|←[32m▏ ←[0m| 2.73M/2.20G [00:01<13:17, 2 0%|←[32m▏ ←[0m| 3.72M/2.20G [00:01<08:33, 4 0%|←[32m▎ ←[0m| 4.22M/2.20G [00:01<09:13, 3 0%|←[32m▎ ←[0m| 4.77M/2.20G [00:01<09:00, 4 0%|←[32m▎ ←[0m| 5.21M/2.20G [00:01<08:57, 4 0%|←[32m▎ ←[0m| 5.33M/2.20G [00:15<08:57, 4.08MB/s]←[0m

Daironman78 commented 3 years ago

Any suggestions from anyone on this. Still having the same issue where its just showing Download Processing but nothing is happening. I cant figure this out at all.

UltimaHoarder commented 3 years ago

Has this been fixed with the latest update?

Daironman78 commented 3 years ago

Has this been fixed with the latest update?

No luck. I have downloaded the latest update but am still having the same issue with the download not moving. Capture

ghost commented 3 years ago

This has happend to me too with the latest master. Just wait for it it will continue. I can't say how long it took for me as I was watching F1 qualifying but it was done after Q1 so a max of 20 minutes.

I'll try the latest master c60cf89 in just a second and see what it will do.

Edit:

So it "hung" a bit (around 60 seconds) on this:

Renaming files. 0%|←[35m ←[0m| 0/1824 [00:00<?, ?it/s]←[0m

However it finished with no real problem:

Archive Completed in 4.48 Minutes

Have you tried to update all the requirements? I updated them today and 3 or 4 where not up 2 date anymore.

Daironman78 commented 3 years ago

Yes I downloaded the latest requirements and still had this issue a few hours ago and have been trying to play with it ever since. On the last update I tried to scrape and left it running for over 24 hours just to see what would happen and no movement after the same spot as above.

Daironman78 commented 3 years ago

Has anyone come up with any other suggestions for me on this yet? I removed the latest version and re-downloaded and am still getting the same results with the downloads being stuck at 0%.

Daironman78 commented 3 years ago

Nevermind. Good news, I figured it out thanks to Gixxa. After downloading the latest scraper again, I noticed that the pysocks requirement was not installed. I installed that requirement and everything is working fine now. Thanks for the help you guys.

UltimaHoarder commented 3 years ago

Nevermind. Good news, I figured it out thanks to Gixxa. After downloading the latest scraper again, I noticed that the pysocks requirement was not installed. I installed that requirement and everything is working fine now. Thanks for the help you guys.

Did you have socks5 active?