ottomated / CrewLink-server

Voice Relay server for CrewLink.
GNU General Public License v3.0
696 stars 451 forks source link

Cannot start crewlink server #164

Open JustGregGithub opened 3 years ago

JustGregGithub commented 3 years ago

Getting this issue once starting the server yarn start . image

mackattack3k commented 3 years ago

Have you tried setting the ADDRESS variable as stated in the error?

MTNooby21gr commented 3 years ago

Same problem here, where do i set the varriable?

mackattack3k commented 3 years ago

Depending on your OS you could do something like

export ADDRESS=thisismyexternalandportforwardedIP
yarn start

Otherwise just google "Set environment variable 'your operating system'"