Tor: abbreviation 'ExitNode' is deprecated - use 'ExitNodes' instead

Hello Mum Pitz,
as ever a little less information from your side. My step by step is,

  1. If i select more then one Exit Node e.g. →

    the torrc looks like this
Sandbox 1
HardwareAccel 1
ClientUseIPv6 0
ControlPort 9051
SocksPort 0.0.0.0:9050
SocksPolicy accept 192.168.xxx.xxx/255.255.255.0
SocksPolicy accept 192.168.xxx.xxx/255.255.255.0
SocksPolicy reject *
ExitNodes {ad},{ae}
StrictNodes 1

If i select only one Exit Node e.g. →

my torrc looks like this →

Sandbox 1
HardwareAccel 1
ClientUseIPv6 0
ControlPort 9051
SocksPort 0.0.0.0:9050
SocksPolicy accept 192.168.xxx.xxx/255.255.255.0
SocksPolicy accept 192.168.xxx.xxx/255.255.255.0
SocksPolicy reject *
ExitNodes {ad}
StrictNodes 1

both configs produced by tor.cgi uses the directive ‘ExitNodes’ with ‘s’ at the end but also uses curly braces for the country code so no problem with deprecated semantics here.

From my side, no other suggestions since i can not reproduce your problem and your description of how you did your modifications or in general the whole configuration lacks with details.

Best,

Erik