OF-Scraper icon indicating copy to clipboard operation
OF-Scraper copied to clipboard

# always fail in "Progress"

Open KingwithQueen opened this issue 1 year ago • 3 comments

Describe the bug

The program seems to search for all the posts and video information normally, but during the ‘Progress’ process, everything fails and nothing is downloaded in the end.

To Reproduce

With me, the result can be reproduced every time.

Screenshots/Logs

image

image

ofscraper_main_profile_2024-09-24.log

Config

{
    "main_profile": "main_profile",
    "metadata": "{configpath}/{profile}/.data/{model_username}_{model_id}",
    "discord": "",
    "file_options": {
        "save_location": "C:\\Users\\111\\Data\\ofscraper",
        "dir_format": "{model_username}/{responsetype}/{mediatype}/",
        "file_format": "{filename}.{ext}",
        "textlength": 0,
        "space_replacer": " ",
        "date": "MM-DD-YYYY",
        "text_type_default": "letter",
        "truncation_default": true
    },
    "download_options": {
        "filter": [
            "Images",
            "Audios",
            "Videos"
        ],
        "auto_resume": false,
        "system_free_min": 0,
        "max_post_count": 0
    },
    "binary_options": {
        "ffmpeg": "C:\\Users\\111\\.config\\ofscraper\\bin\\ffmpeg.exe"
    },
    "cdm_options": {
        "private-key": null,
        "client-id": null,
        "key-mode-default": "keydb",
        "keydb_api": "{Hidden}"
    },
    "performance_options": {
        "download_sems": 6,
        "thread_count": 2,
        "download_limit": 0
    },
    "content_filter_options": {
        "block_ads": false,
        "file_size_max": 0,
        "file_size_min": 0,
        "length_max": null,
        "length_min": null
    },
    "advanced_options": {
        "code-execution": false,
        "dynamic-mode-default": "datawhores",
        "backend": "aio",
        "downloadbars": false,
        "cache-mode": "sqlite",
        "appendlog": true,
        "custom_values": null,
        "sanitize_text": false,
        "temp_dir": null,
        "remove_hash_match": null,
        "infinite_loop_action_mode": false,
        "enable_auto_after": true,
        "default_user_list": "main",
        "default_black_list": ""
    },
    "scripts_options": {
        "post_download_script": null,
        "post_script": null
    },
    "responsetype": {
        "timeline": "Posts",
        "message": "Messages",
        "archived": "Archived",
        "paid": "Messages",
        "stories": "Stories",
        "highlights": "Stories",
        "profile": "Profile",
        "pinned": "Posts",
        "streams": "Streams"
    },
    "overwrites": {
        "audios": {},
        "videos": {},
        "images": {},
        "text": {}
    }
}

System Info

  • OS: Windows 11
  • Browser: Edge
  • Version: OF-Scraper 3.12.9
  • binary or python: python
  • python version if installed via pip or pypi: 3.11.9

KingwithQueen avatar Sep 24 '24 08:09 KingwithQueen

I have the same problem. The first time it worked correctly, but then it stopped working and always gets stuck on 'in progress.' Any solution? image

van2727 avatar Oct 29 '24 12:10 van2727

Getting this issue too. Lots of failed downloads. Downgraded to Python 3.11.6, downgrade aiolimiter to 1.1.0 Still same issue:

image

88bells avatar Dec 18 '24 22:12 88bells

pls try starting with ofscraper --output debug and look at the exceptions. I got an "invalid syntax exception" because in the setup of file options I accidentally pressed return (\n) and my fileoptions said this: 'dir_format': '{model_username}/{responsetype}/{mediatype}/\n ', which is not good

passeee avatar Dec 28 '24 21:12 passeee

closing because the issue is old please open new one if needed

datawhores avatar May 30 '25 14:05 datawhores