-
My colleague ran QueryDetects on Windows using Python 3.11.1 and FalconPy 1.2.12 and got the following response:
Below is the code I ran:
What's really odd is that when I run the same code on my end (MacOS, Python 3.10.7, FalconPy 1.2.12), I get a response with my desired IDs. What could possibly cause this difference and how can my colleague fix their error? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @zenthpk - Does this happen consistently when your coworker runs the code from their machine? |
Beta Was this translation helpful? Give feedback.
-
Hi @zenthpk - This sounds like it may be network-related. (Proxy or Firewall interfering with the traffic?) There are a couple of ways to test for this:
|
Beta Was this translation helpful? Give feedback.
Hi @zenthpk -
This sounds like it may be network-related. (Proxy or Firewall interfering with the traffic?)
There are a couple of ways to test for this:
curl
to attempt to request a token from the machine demonstrating this issue. This will eliminate FalconPy as a potential root cause.