how to fix this error
[Executing block Keycheck] KeyNotFoundException: The given key ‘sessionId’ was not present in the dictionary.
BLOCK:Keycheck
banIfNoMatch = False
KEYCHAIN BAN OR
STRINGKEY @data.COOKIES[“sessionId”] DoesNotContain “”
ENDBLOCK
BLOCK:Parse
LABEL:Cookie
input = @data.COOKIES[“sessionId”]
MODE:LR
=> VAR @Cookie
ENDBLOCK