danielpoliakov / lisa

Sandbox for automated Linux malware analysis.
Apache License 2.0
475 stars 91 forks source link

Submit binary took long time #14

Closed fareedfauzi closed 3 years ago

fareedfauzi commented 3 years ago

Submit binary took long time (might forever)

image

Anyone had faced this situation?

gallypette commented 3 years ago

Same issue here. Submitting jobs through the API seems to work though: curl -X POST -F 'file=@./myfile' http://localhost:4242/api/tasks/create/file edit: I restarted the whole thingy and now it works oO

danielpoliakov commented 3 years ago

Hi, should be fixed by 3e57bc9 - feel free to reopen the issue if the problem persists (and provide log if possible).