google-drive-ocamlfuse icon indicating copy to clipboard operation
google-drive-ocamlfuse copied to clipboard

Thread 1 killed on uncaught exception Unix.Unix_error(50, "bind", "")

Open zanymuzik opened this issue 2 years ago • 1 comments

I struggled with this error for a while - Thread 1 killed on uncaught exception Unix.Unix_error(50, "bind", "")

The reason for me that I was running more than one instance of the google-drive-ocamlfuse (for different drive a/c). The solution is to use a different loopback port number for each instance.

oauth2_loopback_port=8081

It would be nice if these ports could be chosen at random (and deduped) by the code itself.

zanymuzik avatar Oct 27 '22 17:10 zanymuzik