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
I'm coming from CAPE, and I'm trying to set up the box-js api to integrate box-js with CAPE.
I followed the docs to set it up on a separate Ubuntu 22.04 VM: https://capev2.readthedocs.io/en/latest/integrations/box-js.html
The API is running, but unfortunately, the analysis fails when submitting a sample.
The same behavior appears, when i set up box-js via npm install box-js command.
cd ~/tmp-boxjs/box-js-7b0d7d8e-0f66-44f8-8e49-210c750cfa3a
cat .analysis-completed
{"server_err":0,"code":255,"stderr":""}
The analysis without API works fine:
Can someone help me out or point me in the right direction?
The text was updated successfully, but these errors were encountered:
It looks like in api.js box-js was being run in the Docker container as "box-js /samples/ --output-dir=/samples --loglevel=debug --debug". I tested this from the command line and it fails. I have changed this to "box-js /samples/* --output-dir=/samples --loglevel=debug --debug" and it runs. I typically just run box-js directly, so could you pull the latest box-js from kirk-sayre-work and see if it fixes the CAPE problem?
Hi,
I'm coming from CAPE, and I'm trying to set up the box-js api to integrate box-js with CAPE.
I followed the docs to set it up on a separate Ubuntu 22.04 VM: https://capev2.readthedocs.io/en/latest/integrations/box-js.html
The API is running, but unfortunately, the analysis fails when submitting a sample.
The same behavior appears, when i set up box-js via
npm install box-js
command.The analysis without API works fine:
Can someone help me out or point me in the right direction?
The text was updated successfully, but these errors were encountered: