← Back to team overview

openerp-india team mailing list archive

[Bug 913807] [NEW] webdav error

 

Public bug reported:

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.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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):
  New

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


Follow ups

References