← Back to team overview

openerp-india team mailing list archive

[Bug 913807] Re: webdav error

 

Hello Jesus Carrera,

With the current updated code of trunk and stable(6.0.3) still I didn't
face the problem which you have described.

I have checked with following revision :

(1)Trunk :
=======
server -  4003G
gtk -  2040 
addons -  6471

(2)Stable(6.0.3) :
=============
server -  3755
gtk -   1934
addons -5033

If possible then send video what you did ? Try again with updated code.

Thanks and waiting for your reply.

-- 
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