kaklakariada / portmapper

A tool for managing port forwardings via UPnP
GNU General Public License v3.0
685 stars 89 forks source link

Error when attempting to open port #63

Closed Jorgen1040 closed 3 years ago

Jorgen1040 commented 3 years ago

I keep getting this error when attempting to use any of my port mapping presets, but I am able to use MiniUPnP (on a different pc)

ERROR Invocation (ActionInvocation) (Action, Arguments: 9) GetGenericPortMappingEntry failed with operation '500 Internal Server Error', body '
<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>713</errorCode>
               <errorDescription>SpecifiedArrayIndexInvalid</errorDescription>
            </UPnPError>
         </detail>
      </s:Fault>
   </s:Body>
</s:Envelope>
'
kaklakariada commented 3 years ago

This message occurs when portmapper tries to fetch mappings from the router. You can ignore it, it should work.

Jorgen1040 commented 3 years ago

Ok, never seen that error message before. And it seems something else was making it not display the new port mappings, so I thought it didn't work, but it now seems to work just fine.