Justin

Results 4 comments of Justin

This issue is also happening on Raspberry PI setup from the docker image. I'm getting an `ERROR: ` with no details on the issue in the logs

How are you guys sending the data from client? I've been trying to get a image file to transfer to the server side and I'm just not getting it there....

@wobsoriano Thank you, I found that earlier so it's good to hear I'm on the right track. Here is my current setup Client ``` ts const fd = new FormData();...

Just to make sure this would also apply to deflisten right? use case ``` (defvar path "/some/pre/determined/path") (deflisten listener "script --needed-config ${path}/the/file") ``` this is throwing the error "we cannot...