CIRCL / AIL-framework

AIL framework - Analysis Information Leak framework. Project moved to https://github.com/ail-project
https://github.com/ail-project/ail-framework
GNU Affero General Public License v3.0
1.29k stars 283 forks source link

Crawling error #504

Closed rmsferreira closed 4 years ago

rmsferreira commented 4 years ago

HI,

when I start crawling onion sites, all appears down on dashboard.

After view the screen running the Crawler_AIL I have this error:

Traceback (most recent call last): File "./Crawler.py", line 413, in crawler_config = load_crawler_config(to_crawl['type_service'], url_data['domain'], to_crawl['paste'], to_crawl['url'], date) File "./Crawler.py", line 189, in load_crawler_config crawler_config['crawler_options'] = get_crawler_config(redis_crawler, 'auto', service_type, domain, url=url) File "./Crawler.py", line 173, in get_crawler_config crawler_options['time'] = int(config['time']) KeyError: 'time'

Terrtia commented 4 years ago

Fixed: https://github.com/ail-project/ail-framework/issues/9