forked from opendxl/opendxl-maxmind-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Ted McDonald edited this page Apr 19, 2017
·
1 revision
- 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 MaxMind 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 MaxMind 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 MaxMind DXL Service is not running.