Authorization required but no authorization protocol specified.
Had this issue with MPI between nodes, the solution to solve it was to run
xhost + local:
That command fixed it, but the command needs to be run as someone with sudo permissions. I used Raspbian for mine.