Hi guys, I got the same issue. The proposed solution to clear the kvstore helped me once, I gave Karma for them, but this was not an acceptable solution for me. I wrote a little patch, based on version 2.0.0 of the app, to solve the issue. I just posted it here. I hope this can help you too. B.
... View more
Hi, I got the same issue. I wrote a small patch for the teams_subscription.py binary to solve it. It is based on release 2.0.0. The patch is attached as TA_MS_Teams-bruno.patch.txt. To use it, just save the file as TA_MS_Teams-bruno.patch in the $SPLUNK_HOME/etc/apps directory and apply it using the following command in the TA_MS_Teams directory: pelai@xps MINGW64 /d/src/TA_MS_Teams
$ patch -p1 < ../TA_MS_Teams-bruno.patch.txt
patching file bin/teams_subscription.py
pelai@xps MINGW64 /d/src/TA_MS_Teams
$ It is possible to revert the patch at anytime just using patch with the -R parameter. I hope this can help. B.
... View more