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

ERROR: Failure in AnalysisManager.run Again #19

Closed
therealdreg opened this issue Jun 8, 2015 · 1 comment
Closed

ERROR: Failure in AnalysisManager.run Again #19

therealdreg opened this issue Jun 8, 2015 · 1 comment

Comments

@therealdreg
Copy link

Hi, after install the community ./community.py -a -w -f I have this error:

2015-06-08 09:42:52,343 [lib.cuckoo.core.guest] INFO: cuckoo1: analysis completed successfully
2015-06-08 09:43:07,486 [requests.packages.urllib3.connectionpool] INFO: Starting new HTTPS connection (1): www.virustotal.com
2015-06-08 09:43:10,839 [lib.cuckoo.core.scheduler] ERROR: Failure in AnalysisManager.run
Traceback (most recent call last):
File "/home/cuckoo/cuckoo-modified/lib/cuckoo/core/scheduler.py", line 413, in run
self.process_results()
File "/home/cuckoo/cuckoo-modified/lib/cuckoo/core/scheduler.py", line 362, in process_results
RunSignatures(task_id=self.task.id, results=results).run()
File "/home/cuckoo/cuckoo-modified/lib/cuckoo/core/plugins.py", line 391, in run
self._check_signature_version(sig) and (not sig.filter_analysistypes or self.results["target"]["category"] in sig.filter_analysistypes)]
File "/home/cuckoo/cuckoo-modified/modules/signatures/andromeda_apis.py", line 31, in init
self.sysvolserial = self.get_environ_entry(self.get_initial_process, "SystemVolumeSerialNumber")
File "/home/cuckoo/cuckoo-modified/lib/cuckoo/common/abstracts.py", line 1174, in get_environ_entry
if not proc or not "environ" in proc or not env_name in proc["environ"]:
TypeError: argument of type 'instancemethod' is not iterable

@brad-sp
Copy link
Owner

brad-sp commented Jun 8, 2015

Should be fixed now, thanks! Requires another ./community.py update

@brad-sp brad-sp closed this as completed Jun 8, 2015
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

2 participants