aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Errors about UPnP  (Read 2593 times)

WilliamTai

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Errors about UPnP
« on: November 22, 2008, 04:27:00 PM »

I got some messages when aMule 2.2.2 startup.

Code: [Select]
2008-11-22 23:03:02: Universal Plug and Play: Error: GetStateVariable("ConnectionType"): in a call to UpnpGetServiceVarStatus: UPnP SDK error: UPNP_E_INVALID_URL (-108).
2008-11-22 23:03:02: Universal Plug and Play: Error: GetStateVariable("PossibleConnectionTypes"): in a call to UpnpGetServiceVarStatus: UPnP SDK error: UPNP_E_INVALID_URL (-108).
2008-11-22 23:03:02: Universal Plug and Play: Error: GetStateVariable("ConnectionStatus"): in a call to UpnpGetServiceVarStatus: UPnP SDK error: UPNP_E_INVALID_URL (-108).
2008-11-22 23:03:02: Universal Plug and Play: Error: GetStateVariable("Uptime"): in a call to UpnpGetServiceVarStatus: UPnP SDK error: UPNP_E_INVALID_URL (-108).
2008-11-22 23:03:02: Universal Plug and Play: Error: GetStateVariable("LastConnectionError"): in a call to UpnpGetServiceVarStatus: UPnP SDK error: UPNP_E_INVALID_URL (-108).
2008-11-22 23:03:02: Universal Plug and Play: Error: GetStateVariable("RSIPAvailable"): in a call to UpnpGetServiceVarStatus: UPnP SDK error: UPNP_E_INVALID_URL (-108).
2008-11-22 23:03:02: Universal Plug and Play: Error: GetStateVariable("NATEnabled"): in a call to UpnpGetServiceVarStatus: UPnP SDK error: UPNP_E_INVALID_URL (-108).
2008-11-22 23:03:02: Universal Plug and Play: Error: GetStateVariable("ExternalIPAddress"): in a call to UpnpGetServiceVarStatus: UPnP SDK error: UPNP_E_INVALID_URL (-108).
2008-11-22 23:03:02: Universal Plug and Play: Error: GetStateVariable("PortMappingNumberOfEntries"): in a call to UpnpGetServiceVarStatus: UPnP SDK error: UPNP_E_INVALID_URL (-108).
2008-11-22 23:03:02: Universal Plug and Play: Error: GetStateVariable("PortMappingLeaseDuration"): in a call to UpnpGetServiceVarStatus: UPnP SDK error: UPNP_E_INVALID_URL (-108).
2008-11-22 23:03:02: Universal Plug and Play: Error: GetStateVariable("PortMappingNumberOfEntries"): in a call to UpnpGetServiceVarStatus: UPnP SDK error: UPNP_E_INVALID_URL (-108).

how can I solve it ?
Logged

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: Errors about UPnP
« Reply #1 on: November 23, 2008, 12:19:23 AM »

are the only issue the messages? I mean: does UPnP work despite the messages? or it doesn't work?

Regards.
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: Errors about UPnP
« Reply #2 on: November 23, 2008, 09:56:34 PM »

"GetStateVariable" is a deprecated UPnP method and newer routers do not support it anymore. If those were the only messages you got, then it is probably nothing to worry about. The aMule implementation of UPnP does not depend upon the results of these calls, they are only informative, so, UPnP should be working fine.

To be sure, you should enable UPnP debug logging in the preferences and post the longer log produced, which should be much more informative.
Logged