facebookresearch / facebookresearch/Ad-Library-API-Script-Repository
Query issue
- 主要语言
- Python
- 星标
- 337
- 派生
- 130
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hi,
Has anyone else run into this issue before ?
Traceback (most recent call last):
File "C:\Ad-Library-API-Script-Repository-main\python\fb_ads_library_api_cli.py", line 147, in
main()
File "C:\Ad-Library-API-Script-Repository-main\python\fb_ads_library_api_cli.py", line 138, in main
get_operators()[opts.action](
File "C:\Ad-Library-API-Script-Repository-main\python\fb_ads_library_api_operators.py", line 35, in count_ads
for ad_archives in generator_ad_archives:
File "C:\Ad-Library-API-Script-Repository-main\python\fb_ads_library_api.py", line 80, in _get_ad_archives_from_url
start_time_cutoff_after = datetime.strptime(after_date, "%Y-%m-%d").timestamp()
OSError: [Errno 22] Invalid argument
Here is the query that i ran :
py fb_ads_library_api_cli.py -t (access-token) -f "id,page_id,page_name,spend,demographic_distribution,bylines" -c "CA" -s "." --after-date "2023-07-01" save_to_csv data.csv
贡献指南
调研方向
Reproduce the reported command from python/fb_ads_library_api_cli.py, then trace the call through python/fb_ads_library_api_operators.py to _get_ad_archives_from_url in python/fb_ads_library_api.py. Verify the behavior of the --after-date value on the reported environment; done means the command completes without the reported OSError and produces the requested CSV output.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- api, cli
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100