miniupnp.tuxfamily.org Forum Index miniupnp.tuxfamily.org
The forum about miniupnp and libnatpmp
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Error on OSX 10.5.1 in UPNP_GetValidIGD

 
Post new topic   Reply to topic    miniupnp.tuxfamily.org Forum Index -> miniupnpc Bugs
View previous topic :: View next topic  
Author Message
Chinstrap



Joined: 08 Dec 2007
Posts: 6

PostPosted: Sun Dec 09, 2007 5:58 pm    Post subject: Error on OSX 10.5.1 in UPNP_GetValidIGD Reply with quote

I get the following error using miniupnp as included with Transmission on MacOSX 10.5.1 (Leopard)

2007-12-09 12:51:24 -0500 /Users/caleb/Projects/Transmission/libtransmission/upnp.c:100 [Error] Port Mapping (UPNP): UPNP_GetValidIGD failed. (errno 22 - Unknown error: 0)

The block of code in Transmissionis:

if( UPNP_GetValidIGD( devlist, &handle->urls, &handle->data, handle->lanaddr, sizeof(handle->lanaddr))) {
tr_inf( KEY "found Internet Gateway Device '%s'", handle->urls.controlURL );
tr_inf( KEY "local LAN IP Address is '%s'", handle->lanaddr );
handle->state = TR_UPNP_IDLE;
handle->hasDiscovered = 1;
} else {
handle->state = TR_UPNP_ERR;
tr_err( KEY "UPNP_GetValidIGD failed. (errno %d - %s)", errno, strerror(errno) );
}

So, UPNP_GetValidIGD is failing, I just don't know why.
Back to top
View user's profile Send private message
Charles



Joined: 06 Nov 2007
Posts: 20

PostPosted: Sun Dec 09, 2007 6:23 pm    Post subject: Reply with quote

Transmission's using the miniupnpc-20071103 snapshot
Back to top
View user's profile Send private message
miniupnp
Site Admin


Joined: 14 Apr 2007
Posts: 1589

PostPosted: Thu Jul 17, 2008 7:01 pm    Post subject: Re: Error on OSX 10.5.1 in UPNP_GetValidIGD Reply with quote

Chinstrap wrote:
So, UPNP_GetValidIGD is failing, I just don't know why.

Does a recent version of miniupnpc fail ? Does other software work properly with upnp on your network ?
_________________
Main miniUPnP author.
https://miniupnp.tuxfamily.org/
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    miniupnp.tuxfamily.org Forum Index -> miniupnpc Bugs All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP
© 2007 Thomas Bernard, author of MiniUPNP.