-
Notifications
You must be signed in to change notification settings - Fork 3
FAQ
Chris Smith edited this page Apr 17, 2017
·
7 revisions
- I am having trouble running the samples, what can I do to debug them?
- I receive an error similar to the following, "
VirusTotal API request rate limit exceeded. (204)
", when invoking a service method.
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 API service have been met.
Switch from
ERROR
toDEBUG
logging 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: The VirusTotal Public API is limited to 4 requests per minute.
See the following page for details on obtaining access to the VirusTotal Private API: https://www.virustotal.com/en/faq/#api-limitation
VirusTotal DXL Python Service
Documentation
-
Release Documentation
- (Steps to install, configure, and run the service)
-
Docker Support
- (Steps to run the service in a Docker container)
Service Methods
Examples
- Basic