Working Office365 Add-on

Was really keen to get this O365 add-on going, was curious as to whether anyone was currently using it actively?

I’ve hit a problem at the final stage running the AuditLogCollectoe.py script, so close to getting this working but I am hitting the following issue when starting it?

Exception in thread Thread-2:
Traceback (most recent call last):
File “/usr/lib/python3.4/threading.py”, line 920, in _bootstrap_inner
self.run()
File “/usr/lib/python3.4/threading.py”, line 868, in run
self._target(*self._args, **self._kwargs)
File “AuditLogCollector.py”, line 119, in monitor_blobs_to_collect
self._graylog_interface.stop()
File “/var/opt/office365-audit-log-collector/GraylogInterface.py”, line 24, in stop
self.queue.insert(0 if not gracefully else -1, ‘stop monitor thread’)
AttributeError: ‘collections.deque’ object has no attribute ‘insert’

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.