isaacpearl / crowjs

a Node.js module for connecting to and communicating with a crow eurorack module
0 stars 0 forks source link

Error: Error: Resource busy, cannot open /dev/tty.usbmodem3072357531371 #4

Open isaacpearl opened 3 years ago

isaacpearl commented 3 years ago

If you see this message, you have to manually kill the process that's using Crow (likely an instance of druid, which will come up as Python in the list of processes)

http://support.get-console.com/support/solutions/articles/5000772932-resource-busy-error-with-screen-in-osx-troubleshooting-a-locked-tty-line-with-airconsole-le-

isaacpearl commented 3 years ago

TODO: add troubleshooting info to docs, and add robust error handling to source code

isaacpearl commented 3 years ago

Question: can a change be made to druid to drop the connection to Crow at this lower level?