New install of crits (master) with the VirusTotal_Download service (master).
I get the following error when trying to download a sample:
Failed to create new Sample: handle_file() got an unexpected keyword argument 'reference'
Taking a look at the crits/crits/samples/handlers.py
def handle_file seems to have changed between stable and current master,
reference is now source_reference
method is now source_method
with these fixed (VirusTotal_Download init.py line# 186 & 188) I am getting the following error:
Failed to create new Sample: 'str' object has no attribute 'has_access_to'