sakazuki

Results 8 comments of sakazuki

Thank you. I cannot understand what you question. Can you explain more detail about what you question ?

Hello, It looks the cause that mysql module uses event loop. Lambda waits for empty event loop. See detail about context.callbackWaitsForEmptyEventLoop Refs: - https://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-context.html - https://stackoverflow.com/questions/41621776/why-does-aws-lambda-function-always-time-out Regards,

Hello, @goynese Did you make a flow using HTTP in nodes ? If you can try to read Japanese, This article will help you . (See. step 4, 5, 6)...

Thank you for your report. Can you find any additional information about this error in log ?

I uploaded Node-RED-Desktop-1.2.0-mac.zip and succeeded to download it. But still it cannot be installed because of the unresolved issue https://github.com/electron-userland/electron-builder/issues/4299 Now Mac users of Node-RED Desktop cannot use auto-update. Please...

Hi, @SebCanet 127.0.0.1 is mandatory allowed address. NRD_IP_ALLOWS can add allowed addresses. Correspoondent code is the next https://github.com/sakazuki/node-red-desktop/blob/42749aa1ebb50956341f4346a9f1f8fd451fc595/src/main/node-red.ts#L22-L25

Hi, In my understanding, Node-RED basic MQTT nodes can connect directly to the MQTT broker ( ex. test.mosquitto.org ). So there is no need additional software to use it. P.S....

@dceejay Thank you for drafting the PR. In my investigation, I suspect that it may be a bug in asar, because when I unzip the asar file that causes the...