-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sense config causes node-red to crash #1
Comments
Error: write EPROTO 1995863712:error:1414D172:SSL routines:tls12_check_peer_sigalg:wrong signature type:../deps/openssl/openssl/ssl/t1_lib.c:1146: |
I know this code is three years old. I'm guessing something to do with authentication. Let me know if you're no longer working on this project. |
It's definitely the configuration node. When I delete and deploy the config node, node-red does not disconnect. I'm guessing sense has changed their authentication since 2018. |
It’s definitely changed slightly, my node-red has been throwing some auth errors, but haven’t had the time to dig into it. I haven’t had any usability problems, sense node-red still making my Google home notify me when microwave goes off. Used to have issues when using the app, but just checked the app today and both responding. |
Can you point me in the direction of the authentication piece? I couldn't find the API call in the code? |
I wonder if yours still works since you already have an Auth token. It’s an SSL error so may be a quick fix. |
This seems to be affecting other users of the API, not just those using node or node red. The issue appears related to outdated SSL settings on the Sense servers. I was able to get this running on a Mac unlike the Pi.
My Mac is not always running, but now I know the problem, I can either get it working on the Pi or possibly my always on Win10 server. |
[red] Uncaught Exception: Getting this on Windows using Node 15. Not getting it on the LTS versions on Mac or Rasbpian. Is there a way I can add error checking into the api call? |
Is there a fix for this yet? I believe this is causing my Node-Red to crash. 0|node-red | FetchError: invalid json response body at https://api.sense.com/apiservice/api/v1/app/monitors/xxxxxx/devices reason: Unexpected token < in JSON at position 0 |
anyone have a fix for this issue |
When using sense-now I get a syntax error and the GUI disconnects from the server. Disabling node-red-unofficial-sense in the json config reconnects the server.
The text was updated successfully, but these errors were encountered: