-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
After the latest update it don't works anymore.
E:\FritzBox-UPNP-master>python main.py --getip --host 192.168.0.254
Host: 192.168.0.254
IP: 192.168.0.254
Port: 49000
<?xml version="1.0"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
<s:Fault>
<faultcode>s:Client</faultcode>
<faultstring>UPnPError</faultstring>
<detail>
<UPnPError xmlns="urn:schemas-upnp-org:control-1-0">
<errorCode>401</errorCode>
<errorDescription>Invalid Action</errorDescription>
</UPnPError>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>
E:\FritzBox-UPNP-master>python main.py --renew --host 192.168.0.254
Host: 192.168.0.254
IP: 192.168.0.254
Port: 49000
<?xml version="1.0"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
<s:Fault>
<faultcode>s:Client</faultcode>
<faultstring>UPnPError</faultstring>
<detail>
<UPnPError xmlns="urn:schemas-upnp-org:control-1-0">
<errorCode>401</errorCode>
<errorDescription>Invalid Action</errorDescription>
</UPnPError>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>
Thanks for support.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels