Since updating to 8.1.1 on our Heavy Forwarder we've been seeing the below error message within the internal logs of the add-on, has anyone else experienced this and aware of a fix? Traceback ( most recent call last ) : File " /opt/splunk/etc/apps/syndication/bin/modular_input.zip/modular_input/modular_input_base_class.py ", line 1095 , in execute self.do_run ( in_stream , log_exception_and_continue=True ) File " /opt/splunk/etc/apps/syndication/bin/modular_input.zip/modular_input/modular_input_base_class.py ", line 976 , in do_run self.run ( stanza , cleaned_params , input_config ) File " /opt/splunk/etc/apps/syndication/bin/syndication.py ", line 383 , in run if last_entry_date_retrieved is not None and last_entry_date_retrieved > last_entry_date: TypeError: '>' not supported between instances of ' time.struct_time ' and ' NoneType' @LukeMurphey
... View more