google-drive-ocamlfuse
google-drive-ocamlfuse copied to clipboard
Thread 1 killed on uncaught exception Unix.Unix_error(50, "bind", "")
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.