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
After I change any of the engine/editor code that app restarts as expected, but upon selecting my sketch folder I get the following error. Curious if this happens on mac as well?
Uncaught (in promise)
Error: Error invoking remote method 'start-sketches-server': Error: listen tcp 127.0.0.1:3000: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted.
The text was updated successfully, but these errors were encountered:
This isn't happening for me on OSX, the app restarts when I make the change, and I can load a project/sketches folder with no issues. I'm assuming it doesn't have to be specifically @hedron/engine code, and could also be something in @hedron/desktop?
To start debugging this I'd suggest checking out how the port is defined in the sketches server. I'm using get-port-please, an npm package that supposedly grabs the next available port at an address. I remember having trouble with this whole topic and wasn't quite satisfied with the solution, maybe there's a better way to do things?
After I change any of the engine/editor code that app restarts as expected, but upon selecting my sketch folder I get the following error. Curious if this happens on mac as well?
The text was updated successfully, but these errors were encountered: