Sign in to follow this  
Segomo

Foouthline.cling?

Recommended Posts

 

The server I am working on is running, I am testing loaded mods and they all seem to be working. My server logs continue to repeat the line below. Does anyone know what this is and/or how I can fix it?

 

[07:24:48 AM] WARNING org.fourthline.cling.protocol.RetrieveRemoteDescriptors: Device descriptor retrieval failed: http://192.168.0.1/HNAP1, 400 Bad Request

Share this post


Link to post
Share on other sites

TY for the fast response - I am running up to date java - last update on the link you provided is 5 years ago - Please excuse my ignorance here, but I am lost? Is this something I need to download to fix - or is there something else I should be doing?

 

Share this post


Link to post
Share on other sites
15 hours ago, Segomo said:

TY for the fast response - I am running up to date java - last update on the link you provided is 5 years ago - Please excuse my ignorance here, but I am lost? Is this something I need to download to fix - or is there something else I should be doing?

 

 

Wurm tries to set up port forwarding for your server using a protocol called UPNP that in your case isn't correctly supported by something in your network.

If you set up port forwarding manually (or if you don't need it and only connecting locally) - you can safely ignore that message

You can also disable that part from wurm.ini file by setting AUTO_NETWORKING and ENABLE_PNP_PORT_FORWARD to false

  • Like 2

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this