Brian Hepler
Brian Hepler
Sorry, I just saw this. I'll check this out and get back to you soon.
My testing is failing. After setting the timeout to -1, the module does not detection motion and never sends the notification. It also never blanks the screen, so there's that...
I switched to the devlop branch and gave it ago. Sorry, but no change in behavior.
I normally put the Pi into debug mode with `npm start dev`and then monitor the logs via `pm2 log 0` to catch both electron and node_helper.js console output. If I...
I'm going to take a crack at it and I'll send you a PR with my take. We'll get this knocked out.
PR submitted.
I also have this issue. Stacktrace: ``` com/jetbrains/cidr/cpp/cmake/projectWizard/NewCMakeProjectStepAdapter java.lang.NoClassDefFoundError: com/jetbrains/cidr/cpp/cmake/projectWizard/NewCMakeProjectStepAdapter at io.github.francoiscambell.clionarduinoplugin.actions.NewArduinoProject.actionPerformed(NewArduinoProject.java:26) at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:216) at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:233) at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.a(ActionMenuItem.java:310) at com.intellij.openapi.wm.impl.FocusManagerImpl.runOnOwnContext(FocusManagerImpl.java:911) at com.intellij.openapi.wm.impl.IdeFocusManagerImpl.runOnOwnContext(IdeFocusManagerImpl.java:136) at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.actionPerformed(ActionMenuItem.java:300) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) at com.intellij.openapi.actionSystem.impl.ActionMenuItem.a(ActionMenuItem.java:117) at com.intellij.openapi.application.TransactionGuardImpl.a(TransactionGuardImpl.java:86)...
Likewise. Fixed using @rjuang fork. Thank you!
Most likely there is a small error in your configuration. Can you post the relevant portion of your `config.js` file here? Be sure to redact your API key.
I realize that this is a little delayed response. I'm curious if you ever got this module stable on your VM. I don't think a Raspberry PI 3B+ is going...