Events focus is extremely useful 👏 I like it that you can select an input in the "Input" tab and see the "Focus" section at the bottom for a specific input.
However, when I search for the same input in the "Focus" tab, it keeps displaying "Searching...":
This is due to the request that is being made, which returns null (and makes sense as guess_input is not a session id or username):
Potential solutions:
Clearly state that a session id or username needs to be given and return a friendly message when no results are found
Events focus is extremely useful 👏 I like it that you can select an input in the "Input" tab and see the "Focus" section at the bottom for a specific input.
However, when I search for the same input in the "Focus" tab, it keeps displaying "Searching...":
This is due to the request that is being made, which returns
null
(and makes sense asguess_input
is not a session id or username):Potential solutions: