-
Notifications
You must be signed in to change notification settings - Fork 2
FAQ
Chris Smith edited this page Apr 13, 2017
·
3 revisions
- I am having trouble running the samples, what can I do to debug them?
- I receive an error similar to the following, "
Error: unable to locate service for request (-2147483647)", when attempting to invoke the VirusTotal DXL service
Q: I am having trouble running the samples, what can I do to debug them?
A: The following steps are generally useful for debugging the samples:
Ensure the prerequisites for the VirusTotal DXL client have been met.
Switch from
ERRORtoDEBUGlogging in the samples as shown below:# Configure local logger logging.getLogger().setLevel(logging.ERROR)Change to:
# Configure local logger logging.getLogger().setLevel(logging.DEBUG)
A: This typically occurs if the VirusTotal DXL Service is not running.
VirusTotal API DXL Python Client Library
SDK Modules
Examples