Closed Crowdedlight closed 3 years ago
Weird someone else must have added that in there! ;) All jokes aside yeah we can remove the :8080 from the default value and that will solve that problem. I did this because before it required 2 flags of the same address just one with a port and without a port and I missed changing the default value. Good catch!
Weird someone else must have added that in there! ;) All jokes aside yeah we can remove the :8080 from the default value and that will solve that problem. I did this because before it required 2 flags of the same address just one with a port and without a port and I missed changing the default value. Good catch!
haha fair enough :)
Fixed :)
If you give no argument so it uses the default, then it will use:
Which causes this error:
I assume the error is caused when it tries to use it in L86:
(https://github.com/GRVYDEV/Lightspeed-webrtc/blob/main/main.go#L86) And you manually add 8080 to it.
Probably enough just to remove :8080 from the default argument in L25