Bug sack constantly picking up Tidyplates bug

So as the title says I use bugsack to not display bugs that are popping up on my screen and instead puts them in chat…

However…It’s constantly reporting bugs by stating “there’s a bug in your soup” over and over again in chat

here’s what the bug looks like

401x TidyPlatesWidgets\ComboPointWidget.lua:163: Action[SetPoint] failed because[SetPoint would result in anchor family connection]: attempted from: :SetPoint.
[C]: in function SetPoint' TidyPlatesWidgets\ComboPointWidget.lua:163: in functionUpdateContext’
TidyPlatesHub\functions\Widgets.lua:282: in function `OnContextUpdate’
TidyPlates\TidyPlatesCore.lua:555: in function <TidyPlates\TidyPlatesCore.lua:542>
TidyPlates\TidyPlatesCore.lua:423: in function <TidyPlates\TidyPlatesCore.lua:414>
TidyPlates\TidyPlatesCore.lua:144: in function <TidyPlates\TidyPlatesCore.lua:123>

Locals:
(*temporary) = {
0 =
Icon = {
}
}
(*temporary) = “CENTER”
(*temporary) = {
0 =
UpdateContext = defined @TidyPlatesWidgets\ComboPointWidget.lua:155
Update = defined @TidyPlatesWidgets\ComboPointWidget.lua:104
}
(*temporary) = “CENTER”

I really like tidyplates but this spam in my chat is really annoying can anyone help with this

edit
nvm I think I just fixed it, I unchecked the “combo points” widget

Here’s the fix.
In TidyPlatesWidgets/ComboPointWidget.lua Line 163 add the ClearAllPoints() function like so:

	CombatWidgetFrame:SetParent(frame)
	CombatWidgetFrame:SetParent(WorldFrame)
	CombatWidgetFrame:ClearAllPoints()
	CombatWidgetFrame:SetPoint("CENTER", frame, "CENTER")