You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.
My issue is: ERROR: Failure in AnalysisManager.run
Traceback (most recent call last):
File "/home/cuckoo/venv/local/lib/python2.7/site-packages/cuckoo/core/scheduler.py", line 755, in run
self.launch_analysis()
File "/home/cuckoo/venv/local/lib/python2.7/site-packages/cuckoo/core/scheduler.py", line 541, in launch_analysis
self.guest_manage(options)
File "/home/cuckoo/venv/local/lib/python2.7/site-packages/cuckoo/core/scheduler.py", line 404, in guest_manage
self.guest_manager.start_analysis(options, monitor)
File "/home/cuckoo/venv/local/lib/python2.7/site-packages/cuckoo/core/guest.py", line 488, in start_analysis
self.get("/pinning")
File "/home/cuckoo/venv/local/lib/python2.7/site-packages/cuckoo/core/guest.py", line 320, in get
do_raise and r.raise_for_status()
File "/home/cuckoo/venv/local/lib/python2.7/site-packages/requests/models.py", line 909, in raise_for_status
raise HTTPError(http_error_msg, response=self)
HTTPError: 500 Server Error: Internal Server Error for url: http://192.168.56.10:8000/pinning
My Cuckoo version and operating system are: Cuckoo 2.0.7 on Ubuntu 18.04.4 LTS
This can be reproduced by: attempting to run an analysis
The log, error, files etc can be found at:
The text was updated successfully, but these errors were encountered:
Thanks for creating an issue! But first: did you read our community guidelines?
https://cuckoo.sh/docs/introduction/community.html
My issue is: ERROR: Failure in AnalysisManager.run
Traceback (most recent call last):
File "/home/cuckoo/venv/local/lib/python2.7/site-packages/cuckoo/core/scheduler.py", line 755, in run
self.launch_analysis()
File "/home/cuckoo/venv/local/lib/python2.7/site-packages/cuckoo/core/scheduler.py", line 541, in launch_analysis
self.guest_manage(options)
File "/home/cuckoo/venv/local/lib/python2.7/site-packages/cuckoo/core/scheduler.py", line 404, in guest_manage
self.guest_manager.start_analysis(options, monitor)
File "/home/cuckoo/venv/local/lib/python2.7/site-packages/cuckoo/core/guest.py", line 488, in start_analysis
self.get("/pinning")
File "/home/cuckoo/venv/local/lib/python2.7/site-packages/cuckoo/core/guest.py", line 320, in get
do_raise and r.raise_for_status()
File "/home/cuckoo/venv/local/lib/python2.7/site-packages/requests/models.py", line 909, in raise_for_status
raise HTTPError(http_error_msg, response=self)
HTTPError: 500 Server Error: Internal Server Error for url: http://192.168.56.10:8000/pinning
My Cuckoo version and operating system are: Cuckoo 2.0.7 on Ubuntu 18.04.4 LTS
This can be reproduced by: attempting to run an analysis
The log, error, files etc can be found at:
The text was updated successfully, but these errors were encountered: