[OGo-XML-RPC] is zogi active in current debian builds ?
Adam Tauno Williams
xmlrpc@opengroupware.org
Mon, 24 Sep 2007 08:07:04 -0400
> I installed <<opengroupware 1.1.svn1994-1 on debian sarge. Webui is
> working ok, as it is zidestore (I am able to access webdav shares and
> open/save documents from a windows client).
I think it is in r1994. Do you have a zOGI.zsp folder
in /usr/local/lib/zidestore-1.5/?
> this one:
> #! /usr/bin/python
> import xmlrpclib
> server =
> xmlrpclib.Server('http://rvettori:password@localhost/zidestore/so/rvettori/')
> print server.zogi.getLoginAccont(65535)
> gives:
> Traceback (most recent call last):
> File "./prova.py", line 5, in ?
> print server.zogi.getLoginAccont(65535)
> File "/usr/lib/python2.3/xmlrpclib.py", line 1032, in __call__
> return self.__send(self.__name, args)
> File "/usr/lib/python2.3/xmlrpclib.py", line 1319, in __request
> verbose=self.__verbose
> File "/usr/lib/python2.3/xmlrpclib.py", line 1083, in request
> return self._parse_response(h.getfile(), sock)
> File "/usr/lib/python2.3/xmlrpclib.py", line 1220, in _parse_response
> p.close()
> File "/usr/lib/python2.3/xmlrpclib.py", line 531, in close
> self._parser.Parse("", 1) # end of data
> xml.parsers.expat.ExpatError: no element found: line 1, column 0
> what am I missing?
That looks correct. Has rvettori succesfully logged into the WebUI? Do
you see any messages
in /var/log/opengroupware/ogo-zidestore-1.5-err.log?