lorca icon indicating copy to clipboard operation
lorca copied to clipboard

Error in bind

Open ecb34 opened this issue 4 years ago • 2 comments

Hi, I have a problem when I try to bind start with my function, sometimes it throws "exception":{"type":"string","value":"Invalid arguments: should be exactly one string."},"executionContextId":4} But is a void function and doesn´t have params so I dont know to what is referring the exception

This only happens in this particular start bind imagen

ecb34 avatar Apr 12 '20 20:04 ecb34

I ran into the same issue as well. I tried inserting a blank string or just "Hello World" as a parameter. After that, the function worked perfectly. It looks horrible, but it works until you find the root cause.

Tim-vanH avatar Apr 18 '20 07:04 Tim-vanH

Just making a note here that this issue seems to still exist on the current main branch. I (am pretty sure I) just hit it with a parameterless function.

justinmichaelvieira avatar Aug 09 '23 20:08 justinmichaelvieira