Jump to content

DLNA: Error updating device info


allen00se

Recommended Posts

allen00se

I am receiving the same error message over and over in my MB3 server log file.

 

2014-06-25 00:00:03.7555 Debug - Dlna: Sending alive notifications
2014-06-25 00:00:03.7555 Debug - Dlna: uuid:e4e3562f920a8eb9cb9659075d0be401::upnp:rootdevice said alive
2014-06-25 00:00:03.7555 Debug - Dlna: uuid:e4e3562f920a8eb9cb9659075d0be401::urn:schemas-upnp-org:device:MediaServer:1 said alive
2014-06-25 00:00:03.7555 Debug - Dlna: uuid:e4e3562f920a8eb9cb9659075d0be401::urn:schemas-upnp-org:service:ContentDirectory:1 said alive
2014-06-25 00:00:03.7555 Debug - Dlna: uuid:e4e3562f920a8eb9cb9659075d0be401 said alive
2014-06-25 00:00:06.6256 Info - App: HttpClientManager POST: http://10.1.1.170:1331/AVTransport/68298a16-2c03-342e-b90d-a115252cb136/control.xml
2014-06-25 00:00:06.6256 Info - App: HttpClientManager POST: http://10.1.1.24:8080/AVTransport/ctrl
2014-06-25 00:00:06.6256 Info - App: HttpClientManager POST: http://10.1.1.44:1734/AVTransport/4a2cd64d-608b-f8b0-bd7f-b03f05832bc7/control.xml
2014-06-25 00:00:06.8376 Info - App: HttpClientManager POST: http://10.1.1.24:8080/AVTransport/ctrl
2014-06-25 00:00:09.0618 Error - Dlna: Error updating device info
	'=' is an unexpected token. The expected token is ';'. Line 9, position 119.
	System.Xml.XmlException
	   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
	   at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
	   at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2)
	   at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(Int32 pos, String expectedToken1, String expectedToken2)
	   at System.Xml.XmlTextReaderImpl.HandleEntityReference(Boolean isInAttributeValue, EntityExpandType expandType, Int32& charRefEndPos)
	   at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars)
	   at System.Xml.XmlTextReaderImpl.FinishPartialValue()
	   at System.Xml.XmlTextReaderImpl.get_Value()
	   at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
	   at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
	   at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
	   at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
	   at MediaBrowser.Dlna.PlayTo.SsdpHttpClient.<SendCommandAsync>d__0.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
	   at MediaBrowser.Dlna.PlayTo.Device.<GetPositionInfo>d__b2.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at MediaBrowser.Dlna.PlayTo.Device.<TimerCallback>d__5b.MoveNext()
	

Any ideas whats going on?

 
Link to comment
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
×
×
  • Create New...