Skip to content

Troubleshooting

Luke Lyon edited this page May 9, 2020 · 11 revisions

Troubleshooting

Received error code 403 from API:

If you receive an API response similar to:

{"error_code": "FORBIDDEN", "message": "Connector ID A1B2C3D4E5 does not have permission ubs.org.file and action READ on org key ABCDEFGH"}

Ensure your API Key has the required permissions.

yara_engine: Attempted to init engine with non matching engine config

Ensure your engine name is Yara in your configuration file.

engine:
	name: Yara
	feed_id: example-feed-id
	type: local
    _provider: cbc_binary_toolkit_examples.engine.yara_local.yara_engine.YaraFactory

Exiting as default example config file could not be found and no alternative was specified

Make sure the default binary-analysis-config.yaml.example configuration file is in the config folder.

Error downloading hashes from Unified Binary Store: Received a network connection error...

Check your internet connection and retry.