Hello friends, Been hacking away at the G Suite For Splunk app for about a day trying to figure out why we're getting the above error message on some inputs. I've gone all through the customer's proxy rules and ensured that's all good, as well as ensuring the install and permissioning of Splunk is also all good. Here's the full error message I am seeing. 2021-02-01 03:27:37,481 log_level=ERROR pid=16382 tid=MainThread file="ModularInput.py" function="print_error" line_number="672" version="GSuiteForSplunk.v1.4.2.b310" host=GSuiteForSplunk sourcetype=GSuiteForSplunk:error source=gapps:SomeCustomers.com {"timestamp": "Mon, 01 Feb 2021 03:27:37 +0000", "log_level": "ERROR", "errors": [{"msg": "'dict' object is not callable", "exception_type": "<class 'TypeError'>", "exception_arguments": "'dict' object is not callable", "filename": "ga.py", "line": 164, "input_name": "ga://Activity_Access_Transparency"}]} Splunk Version: 8.0.5 OS: CentOS 7.9.2009 (x86_64) out of AWS Stackoverflow gives me back a fix that involves changing around the brackets that are used in the script for calling back a dictionary. Not sure I want to touch that one just yet. https://stackoverflow.com/questions/6634708/typeerror-dict-object-is-not-callable#6634727 Any help or pointers on this would be very much appreciated.
... View more