Anyone know about this one?  This is when I point my browser at the Freevo box on port 
18001.

TIA
=-------=--=-=-=-=-=-=-=-==-

web.Server Traceback (most recent call last):  

xml.parsers.expat.ExpatError: no element found: line 1, column 0

 
/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/web/server.py, line 159 
in process
 
157����try:
 
158������resrc = self.site.getResourceFor(self)
 
159������self.render(resrc)
 
160����except:
 
Self

site
twisted.web.server.Site instance @ 0x4181514c <twisted.web.server.Site instance at 
0x4181514c>
 

Locals

resrc
__main__.RecordServer instance @ 0x4181508c <__main__.RecordServer instance at 
0x4181508c>
 


self
twisted.web.server.Request instance @ 0x41a0d08c <GET / HTTP/1.1>
 

/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/web/server.py, line 166 
in render
 
164��def render(self, resrc):
 
165����try:
 
166������body = resrc.render(self)
 
167����except UnsupportedMethod, e:
 
Locals

resrc
__main__.RecordServer instance @ 0x4181508c <__main__.RecordServer instance at 
0x4181508c>
 


self
twisted.web.server.Request instance @ 0x41a0d08c <GET / HTTP/1.1>
 

Globals

UnsupportedMethod
<class twisted.web.server.UnsupportedMethod at 0x4152b41c>

/usr/local/freevo/runtime/lib/python2.3/site-packages/twisted/web/xmlrpc.py, line 121 
in render
 
119��def render(self, request):
 
120����request.content.seek(0, 0)
 
121����args, functionPath = xmlrpclib.loads(request.content.read())
 
122����try:
 
Locals

self
__main__.RecordServer instance @ 0x4181508c <__main__.RecordServer instance at 
0x4181508c>
 


request
twisted.web.server.Request instance @ 0x41a0d08c <GET / HTTP/1.1>
 

Globals

xmlrpclib
<module 'xmlrpclib' from '/usr/local/freevo/runtime/lib/python2.3/xmlrpclib.pyc'>

/usr/local/freevo/runtime/lib/python2.3/xmlrpclib.py, line 1013 in loads
 
1011��p, u = getparser()
 
1012��p.feed(data)
 
1013��p.close()
 
1014��return u.close(), u.getmethodname()
 
Locals

p
xmlrpclib.ExpatParser instance @ 0x4181554c <xmlrpclib.ExpatParser instance at 
0x4181554c>
 


u
xmlrpclib.Unmarshaller instance @ 0x4181546c <xmlrpclib.Unmarshaller instance at 
0x4181546c>
 


data
''

Globals

getparser
function getparser in file /usr/local/freevo/runtime/lib/python2.3/xmlrpclib.py at 
line 888

/usr/local/freevo/runtime/lib/python2.3/xmlrpclib.py, line 531 in close
 
529
 
530����def close(self):
 
531������self._parser.Parse("", 1) # end of data
 
532������del self._target, self._parser # get rid of circular references
 
Self

_parser
<pyexpat.xmlparser object at 0x41860e6c>


_target
xmlrpclib.Unmarshaller instance @ 0x4181546c <xmlrpclib.Unmarshaller instance at 
0x4181546c>
 

Locals

self
xmlrpclib.ExpatParser instance @ 0x4181554c <xmlrpclib.ExpatParser instance at 
0x4181554c>
 


xml.parsers.expat.ExpatError: no element found: line 1, column 0

 


-- 
Matthew Carpenter 
[EMAIL PROTECTED]                          http://www.eisgr.com/

Enterprise Information Systems
* Network Server Appliances
* Network Consulting, Integration & Support
* Web Integration and E-Business



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to