Spacebridge error

Trying to run spacebridge on win10, when I tried to set up tunneling on both ports 22 and 80, I get this error:

Traceback (most recent call last):
File “SpaceBridge\spacebridge.py”, line 288, in run
File “SpaceBridge\spacebridge.py”, line 279, in connect_to_tunnel_server
File “SpaceBridge\portforward.py”, line 94, in forward_tunnel
File “SocketServer.py”, line 417, in init
File “SocketServer.py”, line 431, in server_bind
File “socket.py”, line 228, in meth
error: [Errno 10013] An attempt was made to access a socket in a way forbidden by its access permissions

Scott

@CapperLabs thanks for reaching out. can you walk us through the cellular device you have setup that has Spacebridge enabled? Also, can you clarify so you set the device port to 22 and local port to 80?

I think I figured it out. I tried to set device port to 80 and local port to 8080 and it complained about using port 8080.

If I set it to 5001 it works ok.
Scott