I'm getting this error, which occurs periodically and not in response to anything in particular.
Exception
Problem while trying to add UPnP mapping:
Traceback (most recent call last):
File "include\HydrusThreading.py", line 218, in run
self._callable( self._controller )
File "include\ClientDaemons.py", line 408, in DAEMONUPnP
HydrusNATPunch.AddUPnPMapping( local_ip, internal_port, external_port, protocol, description, duration = duration )
File "include\HydrusNATPunch.py", line 89, in AddUPnPMapping
raise Exception( 'Problem while trying to add UPnP mapping:' + os.linesep * 2 + HydrusData.ToUnicode( output ) )
Exception: Problem while trying to add UPnP mapping:
upnpc : miniupnpc library test client, version 1.9.
(c) 2005-2014 Thomas Bernard.
Go to http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
for more information.
List of UPNP devices found on the network :
desc: http://192.168.1.254:80/upnp/IGD.xml
st: urn:schemas-upnp-org:device:InternetGatewayDevice:1
Found valid IGD : http://192.168.1.254:80/upnp/control/igd/wanpppc_1_1_1
Local LAN ip address : 192.168.1.73
ExternalIPAddress = 81.174.162.44
AddPortMapping(45866, 45866, 192.168.1.73) failed with code -3 (UnknownError)
InternalIP:Port = 192.168.1.73:45866
external 81.174.162.44:45866 TCP is redirected to internal 192.168.1.73:45866 (duration=3592)
upnpc : miniupnpc library test client, version 1.9.
(c) 2005-2014 Thomas Bernard.
Go to http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
for more information.
List of UPNP devices found on the network :
desc: http://192.168.1.254:80/upnp/IGD.xml
st: urn:schemas-upnp-org:device:InternetGatewayDevice:1
Found valid IGD : http://192.168.1.254:80/upnp/control/igd/wanpppc_1_1_1
Local LAN ip address : 192.168.1.73
ExternalIPAddress = 81.174.162.44
AddPortMapping(45866, 45866, 192.168.1.73) failed with code -3 (UnknownError)
InternalIP:Port = 192.168.1.73:45866
external 81.174.162.44:45866 TCP is redirected to internal 192.168.1.73:45866 (duration=3592)