Issues

If you do not want to receive a token manually and when you try to receive a token using an asset, you see the error

SocketException: An attempt was made to access a socket in a way forbidden by its access permissions

you can use the solution suggested by one of the users of the asset.

The author of the asset has not tested this solution and not responsible for the consequences of its use.

Steps (for Windows):

1

Open CMD.exe as administrator, type this line, then press Enter.

net stop winnat
2

Type this line, then press Enter.

netsh int ipv4 add excludedportrange protocol=tcp startport=1923 numberofports=1
3

Type this line, then press Enter.

net start winnat
4

Try auth in the asset again.

Last updated