# always fail in "Progress"
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
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
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?
Getting this issue too. Lots of failed downloads. Downgraded to Python 3.11.6, downgrade aiolimiter to 1.1.0 Still same issue:
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
closing because the issue is old please open new one if needed