gnirehtet icon indicating copy to clipboard operation
gnirehtet copied to clipboard

Error Message: Only one usage of each socket address is normally permitted

Open Austin4705 opened this issue 7 years ago • 2 comments

While using the command gnirehtet run the device puts out this error message: ERROR Main: Execution error: IO error: Only one usage of each socket address (protocol/network address/port) is normally permitted. (os error 10048)
What should I do to fix it?

2019-03-30 09:17:34.042 INFO Main: Starting relay server... 2019-03-30 09:17:34.042 INFO Main: Checking gnirehtet client... 2019-03-30 09:17:34.046 ERROR Main: Execution error: IO error: Only one usage of each socket address (protocol/network address/port) is normally permitted. (os error 10048)

Austin4705 avatar Mar 30 '19 16:03 Austin4705

You probably already have a relay server running (or another program listening on port 31416).

rom1v avatar Mar 30 '19 21:03 rom1v

Is there a way to check for a relay server before starting one.... with autorun? Or how do I stop the current relay server?

TimChinye avatar Nov 29 '23 18:11 TimChinye