You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this sdk to create my workflow. It works in executable file. but when I use it on alfred, alfred Debugger output Error JSON error: JSON text did not start with array or object and option to allow fragments not set. around line 1, column 0. in JSON:,How to debug it ?
The text was updated successfully, but these errors were encountered:
It happens if you are directly using fmt to print something for debugging in your code. Since the buffer is sent to STDOUT, Alfred reads it and raises an error since it's not JSON.
I use this sdk to create my workflow. It works in executable file. but when I use it on alfred, alfred Debugger output Error
JSON error: JSON text did not start with array or object and option to allow fragments not set. around line 1, column 0. in JSON:
,How to debug it ?The text was updated successfully, but these errors were encountered: