Check that some other service is not running with port 3000 as Pymiere Link also uses that port.  Here Tiger Spaces or Tiger client is using it - after uninstalling and rebooting Pymiere Link worked as it should


From a command prompt you can check for ports and process IDs - 


netstat -ano | findstr :3000


tasklist /FI "PID eq <PID>"