Aloe Express Server Error: Code: 105

Suddenly an error “Aloe Express Server Error: Code: 105” any suggestion?

Aloe Express is built upon an Xojo’s SocketCore subclasses so reference the error code lists in LastErrorCode and you will find:

[quote]105 AddressInUseError The address is currently in use.

This error will occur if you attempt to bind to a port that you have already bound to. An example of this would be setting up two listening sockets to try to listen on the same port.[/quote]

If that is not enough to help, open a terminal window and use netstat -l or equivalent,