← Back to team overview

openerp-india team mailing list archive

[Bug 913807] Re: webdav error

 

Are you using same version of Ubuntu and Python? It obviously doesn't
happen to every machine, but you can see, I'm not the only one, so it
seems that it happens only with a specific configuration. I'm also using
PyWebDAV 0.9.4.1, does that help? not sure what other components could
be involved...

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/913807

Title:
  webdav error

Status in OpenERP Addons (modules):
  Incomplete

Bug description:
  Trying to access IP:8069/webdav/DB/calendars/users/USER/c/Meetings.ics
  throughs this error:

  
  [2012-01-09 13:31:41,154][?] INFO:auth:Found user="XXX", passwd="***" for db="XXX"
  [2012-01-09 13:31:41,637][openerp] ERROR:http:Could not run do_GET
  Traceback (most recent call last):
    File "/var/www/openerp/server/bin/service/websrv_lib.py", line 299, in _handle_one_foreign
      method()
    File "/usr/lib/pymodules/python2.6/DAV/WebDAVServer.py", line 214, in do_GET
      return self._HEAD_GET(with_body=True)
    File "/usr/lib/pymodules/python2.6/DAV/WebDAVServer.py", line 204, in _HEAD_GET
      self.send_body(data, '200', "OK", "OK", content_type, headers)
    File "/var/www/openerp/server/bin/addons/document_webdav/webdav_server.py", line 184, in send_body
      ctype=ctype, headers=headers)
    File "/usr/lib/pymodules/python2.6/DAV/WebDAVServer.py", line 117, in send_body
      self._append(DATA)
    File "/usr/lib/pymodules/python2.6/DAV/BufferingHTTPServer.py", line 54, in _append
      self.__buffer=self.__buffer+s
  TypeError: cannot concatenate 'str' and 'nodefd_static' objects
  [2012-01-09 13:31:41,638][openerp] ERROR:http:code 500, message Internal error
  [2012-01-09 13:31:41,759][?] ERROR:httpd:code 404, message File not found

  It happens using :8071 as well.

  It is similar to https://bugs.launchpad.net/openobject-
  addons/+bug/738682, I think the key is in the "cannot concatenate
  'str' and 'nodefd_static' objects"

  I'm using Ubuntu 10.04, Python 2.6.5, and openerp 6.0.3.

  Any ideas?

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/913807/+subscriptions


References