You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Description:
I've developed a simple program to connect to my Arduino Uno, which performs a POST request every time a sensor changes to the open position. However, I'm encountering intermittent issues. Sometimes it runs smoothly for hours, but other times it only works for around half an hour before encountering problems.
The main issue is an intermittent error with the GetOverlappedResult function, specifically error code 31. When this occurs, I restart my Johnny-Five Node app, but then encounter an "access denied" error. This error persists until I physically reconnect (unplug and replug) the Arduino or restart the PC.
The text was updated successfully, but these errors were encountered:
Issue Description:
I've developed a simple program to connect to my Arduino Uno, which performs a POST request every time a sensor changes to the open position. However, I'm encountering intermittent issues. Sometimes it runs smoothly for hours, but other times it only works for around half an hour before encountering problems.
The main issue is an intermittent error with the GetOverlappedResult function, specifically error code 31. When this occurs, I restart my Johnny-Five Node app, but then encounter an "access denied" error. This error persists until I physically reconnect (unplug and replug) the Arduino or restart the PC.
The text was updated successfully, but these errors were encountered: