Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Error 501 - PAL_UPNP_SOAP_E_ACTION_FAILED #79

Open
seancabahug opened this issue Jun 5, 2018 · 2 comments
Open

Error 501 - PAL_UPNP_SOAP_E_ACTION_FAILED #79

seancabahug opened this issue Jun 5, 2018 · 2 comments

Comments

@seancabahug
Copy link

Couldn't seem to spot a solution on here. Here's the log file from the ConsoleTest app:
network.log

The only change I've made was modifying this line:
var t = nat.DiscoverDeviceAsync(PortMapper.Pmp, cts);
to
var t = nat.DiscoverDeviceAsync(PortMapper.Upnp, cts);

@lontivero
Copy link
Owner

lontivero commented Jun 6, 2018

What Open.NAT version are your using? I fixed a similar defect (#28) years ago.

The log says everything works okay until you request the list of open ports and it fails because the router doesn't find the port number 0.

@seancabahug
Copy link
Author

I'm using version 2.1.0.0 according to the reference properties.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants