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

# always fail in "Progress" #466

Open
KingwithQueen opened this issue Sep 24, 2024 · 3 comments
Open

# always fail in "Progress" #466

KingwithQueen opened this issue Sep 24, 2024 · 3 comments

Comments

@KingwithQueen
Copy link

KingwithQueen commented Sep 24, 2024

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

van2727 commented Oct 29, 2024

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

@88bells
Copy link

88bells commented Dec 18, 2024

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

image

@passeee
Copy link

passeee commented Dec 28, 2024

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

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

4 participants