I am getting the following error when using the URL Trigger Plugin:
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.ThrowHelper.ThrowKeyNotFoundException() at System.Collections.Generic.Dictionary2.get_Item(TKey key) at FogCreek.Plugins.URLTrigger.CFilter.VariableOperatorValue.Match(Dictionary2 dictValues) at FogCreek.Plugins.URLTrigger.URLTrigger.ProcessEvent(nTriggerType nTrigger, Object hooked)
I have URL hardcoded to not use any variable and it looks something like: http://somesite/api.ashx?id=123456
The filter is set to: ProjectName="Testing"
EDIT: Ok I found if I remove the filter, the error goes away. Not sure why the filter doesn't work as there is a project name of 'Testing'.