mlsecproject / combine

Tool to gather Threat Intelligence indicators from publicly available sources
https://www.mlsecproject.org/
GNU General Public License v3.0
650 stars 179 forks source link

Update to gevent 1.0.2 #152

Closed klondi closed 7 years ago

klondi commented 8 years ago

Using gevent 1.0.1 results in issues when accessing https sources with python 2.7.9: 2015-10-12 20:22:54,826 - combine.reaper - INFO - Fetching inbound URLs 2015-10-12 20:23:00,659 - combine.reaper - ERROR - Request <grequests.AsyncRequest object at 0x3c960746bd0> failed: TypeError("init() got an unexpected keyword argument 'server_hostname'",) 2015-10-12 20:23:00,659 - combine.reaper - ERROR - Request <grequests.AsyncRequest object at 0x3c960756490> failed: TypeError("init() got an unexpected keyword argument 'server_hostname'",) 2015-10-12 20:23:00,676 - combine.reaper - INFO - Fetching outbound URLs 2015-10-12 20:23:12,284 - combine.reaper - ERROR - Request <grequests.AsyncRequest object at 0x3c960772810> failed: TypeError("init() got an unexpected keyword argument 'server_hostname'",) 2015-10-12 20:23:12,284 - combine.reaper - ERROR - Request <grequests.AsyncRequest object at 0x3c95fe63790> failed: TypeError("init() got an unexpected keyword argument 'server_hostname'",) 2015-10-12 20:23:12,284 - combine.reaper - ERROR - Request <grequests.AsyncRequest object at 0x3c95fe4add0> failed: TypeError("init() got an unexpected keyword argument 'server_hostname'",) 2015-10-12 20:23:12,300 - combine.reaper - INFO - Storing raw feeds in harvest.json

See https://github.com/gevent/gevent/issues/477 for details.

alexcpsec commented 8 years ago

Thanks, @klondi , I will fix that. Can you please send an e-mail to alexcp -at- mlsecproject -dot- org so I can send you a link to sign our CLA?