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 was having a lot of problems launching my addon.
In the documentation it says
# If true, the stdout of the program is parsed into a JSON structure# that is interpreted as actions executed by the task that runs the# addon. If the addon runs side effects only, set this to `false`# and the output is ignored.## It is recommended to use this approach, if possible. It allows# docspell itself to apply any changes and the addon can run# completely isolated.## Default is true.collectOutput: true
However when I was testing I saw that my addon output was not being picked up by Docspell
I had to explicitely set collectOutput: true in order for the output to be picked up by Docspel
I was having a lot of problems launching my addon.
In the documentation it says
However when I was testing I saw that my addon output was not being picked up by Docspell
I had to explicitely set
collectOutput: true
in order for the output to be picked up by DocspelBefore log:
After log:
The text was updated successfully, but these errors were encountered: