v6 patch UnicodeDecodeError: 'ascii' codec can't decode byte 0x82 in position 11: ordinal not in range(128)

Bug #656840 reported by GEM
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Fix Released
Undecided
Unassigned

Bug Description

Hi,
in client web I have this error when I try to login :

Unrecoverable error in the server.
Traceback (most recent call last):
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cprequest.py", line 541, in run
    self.respond(pi)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cprequest.py", line 624, in respond
    self.handle_error()
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cprequest.py", line 746, in handle_error
    self.error_response()
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\addons\openerp\controllers\root.py", line 39, in _cp_on_error
    message = errorpage.render()
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\addons\openerp\controllers\error_page.py", line 55, in render
    return self.__render(value)
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\openobject\tools\_expose.py", line 220, in func_wrapper
    _template = load_template(template)
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\openobject\tools\_expose.py", line 79, in load_template
    return template_lookup.get_template(template)
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\openobject\tools\_expose.py", line 64, in get_template
    self.cache[str(uri)] = res = super(TL, self).get_template(uri)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\mako-0.2.4-py2.5.egg\mako\lookup.py", line 85, in get_template
    return self.__load(srcfile, uri)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\mako-0.2.4-py2.5.egg\mako\lookup.py", line 127, in __load
    self.__collection[uri] = Template(uri=uri, filename=posixpath.normpath(filename), lookup=self, module_filename=(self.modulename_callable is not None and self.modulename_callable(filename, uri) or None), **self.template_args)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\mako-0.2.4-py2.5.egg\mako\template.py", line 93, in __init__
    (code, module) = _compile_text(self, file(filename).read(), filename)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\mako-0.2.4-py2.5.egg\mako\template.py", line 250, in _compile_text
    node = lexer.parse()
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\mako-0.2.4-py2.5.egg\mako\lexer.py", line 119, in parse
    self.text = preproc(self.text)
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\openobject\templating.py", line 14, in edition_preprocessor
    Editor = pooler.get_pool().get(template.uri, group=EDITORS_GROUP)
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\openobject\pooler.py", line 93, in get_pool
    addons.load_addons(db_name, config)
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\openobject\addons.py", line 219, in load_addons
    new_modules = obj.get_new_modules()
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\addons\openerp\controllers\modules.py", line 63, in get_new_modules
    web_payload = modules.get_web(addons_to_download)
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\addons\openerp\utils\rpc.py", line 396, in <lambda>
    return lambda *args: self._session.execute("object", "execute", self._resource, name, *args)
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\addons\openerp\utils\rpc.py", line 357, in execute
    return self.gateway.execute(obj, method, *args)
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\addons\openerp\utils\rpc.py", line 155, in execute
    return self.__execute(obj, method, args)
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\addons\openerp\utils\rpc.py", line 141, in __execute
    common.error(_('Application Error'), err.backtrace)
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\addons\openerp\utils\common.py", line 72, in error
    raise TinyError(message=msg, title=title or _("Error"))
TinyError: Traceback (most recent call last):
  File "netsvc.pyo", line 481, in dispatch
  File "service\web_services.pyo", line 586, in dispatch
  File "osv\osv.pyo", line 57, in wrapper
  File "osv\osv.pyo", line 140, in execute
  File "osv\osv.pyo", line 130, in execute_cr
  File "d:\OpenERP AllInOne\Server\bin\addons\base\module\module.py", line 525, in get_web
  File "addons\__init__.pyo", line 229, in zip_directory
  File "addons\__init__.pyo", line 224, in _zippy
  File "zipfile.pyo", line 568, in write
  File "zipfile.pyo", line 260, in FileHeader
UnicodeDecodeError: 'ascii' codec can't decode byte 0x82 in position 11: ordinal not in range(128)

if in server\bin\addons\__init__.py I change line 226 by
archname = tools.ustr(StringIO())
the error doesn't exist anymore.
Bye

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Hello GEM,

Either the module is a zipfile with accented characters of the username has the accented characters.

Please clarify.

Thanks.

Changed in openobject-server:
status: New → Incomplete
Revision history for this message
GEM (nimp3) wrote :

Hi Jay,
in fact I had this error without import or have archive (just addons trunk) or name user with accented character (admin admin).
I actually update my sources because during a time client web didn't work on windows system, and I can't tets this (hope bugs I had have been corrected).
I will give result, try eventually to think to an other way, if you have time.
Bye

Revision history for this message
GEM (nimp3) wrote :

Sorry but with revision 3524 of client web, service openerp web can't be started.

Revision history for this message
GEM (nimp3) wrote :

Hi Jay,
I found an solved the bug, see :
https://bugs.launchpad.net/openobject-client-web/+bug/660006
I will test today.
Bye

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Thanks for notifying.

Revision history for this message
GEM (nimp3) wrote :
Download full text (3.3 KiB)

Hi Jay,
again some problems with client web (database creation = cherrypy.timeout() error) ....,

if my corrections are good for client web, the unicode error exist any more, but there is a new for server,

see corrections :
https://bugs.launchpad.net/openobject-client-web/+bug/655495?comments=all

error server :
Unrecoverable error in the server.
Traceback (most recent call last):
  File "d:\OpenERP allinone\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cprequest.py", line 541, in run
    self.respond(pi)
  File "d:\OpenERP allinone\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cprequest.py", line 624, in respond
    self.handle_error()
  File "d:\OpenERP allinone\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cprequest.py", line 746, in handle_error
    self.error_response()
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\addons\openerp\controllers\root.py", line 39, in _cp_on_error
    pool = request.pool = pooler.get_pool()
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\openobject\pooler.py", line 93, in get_pool
    addons.load_addons(db_name, config)
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\openobject\addons.py", line 219, in load_addons
    new_modules = obj.get_new_modules()
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\addons\openerp\controllers\modules.py", line 63, in get_new_modules
    web_payload = modules.get_web(addons_to_download)
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\addons\openerp\utils\rpc.py", line 396, in <lambda>
    return lambda *args: self._session.execute("object", "execute", self._resource, name, *args)
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\addons\openerp\utils\rpc.py", line 357, in execute
    return self.gateway.execute(obj, method, *args)
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\addons\openerp\utils\rpc.py", line 155, in execute
    return self.__execute(obj, method, args)
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\addons\openerp\utils\rpc.py", line 141, in __execute
    common.error(_('Application Error'), err.backtrace)
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\addons\openerp\utils\common.py", line 72, in error
    raise TinyError(message=msg, title=title or _("Error"))
TinyError: Traceback (most recent call last):
  File "netsvc.pyo", line 489, in dispatch
  File "service\web_services.pyo", line 586, in dispatch
  File "osv\osv.pyo", line 57, in wrapper
  File "osv\osv.pyo", line 140, in execute
  File "osv\osv.pyo", line 130, in execute_cr
  File "d:\OpenERP AllInOne\Server\bin\addons\base\module\module.py", line 525, in get_web
  File "d:\OpenERP AllInOne\Server\library.zip\addons\__init__.py", line 228, in zip_directory
  Fi...

Read more...

Revision history for this message
GEM (nimp3) wrote :

Hi jay, I download a new fresh update for server and client web, I don't know if it is the same error like this I post before or the reason :
File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\addons\openerp\utils\rpc.py", line 141, in __execute
    common.error(_('Application Error'), err.backtrace)
  File "d:\openerp allinone\web\python25\lib\site-packages\openerp_web-6.0dev-py2.5.egg\openerp-web\addons\openerp\utils\common.py", line 72, in error
    raise TinyError(message=msg, title=title or _("Error"))
TinyError: Traceback (most recent call last):
  File "netsvc.pyo", line 489, in dispatch
  File "service\web_services.pyo", line 586, in dispatch
  File "osv\osv.pyo", line 57, in wrapper
  File "osv\osv.pyo", line 140, in execute
  File "osv\osv.pyo", line 130, in execute_cr
  File "d:\OpenERP AllInOne\Server\bin\addons\base\module\module.py", line 525, in get_web
  File "d:\OpenERP AllInOne\Server\library.zip\addons\__init__.py", line 228, in zip_directory
  File "zipfile.pyo", line 742, in writepy
  File "ntpath.pyo", line 164, in split
  File "ntpath.pyo", line 119, in splitdrive
TypeError: 'bool' object is unsubscriptable

but now when I want to create database I have directly this error :

[2010-10-18 10:58:07,668][template1] INFO:web-services:CREATE DATABASE: admin
[2010-10-18 10:58:07,795][admin] WARNING:init:module base: module not found
[2010-10-18 10:58:07,796][admin] ERROR:web-services:[01]: CREATE DATABASE
[2010-10-18 10:58:07,796][admin] ERROR:web-services:[02]: Traceback (most recent call last):
[2010-10-18 10:58:07,796][admin] ERROR:web-services:[03]: File "service\web_services.pyo", line 94, in __call__
[2010-10-18 10:58:07,796][admin] ERROR:web-services:[04]: File "tools\misc.pyo", line 64, in init_db
[2010-10-18 10:58:07,796][admin] ERROR:web-services:[05]: File "addons\__init__.pyo", line 274, in get_module_resource
[2010-10-18 10:58:07,796][admin] ERROR:web-services:[06]: TypeError: unsupported operand type(s) for +: 'bool' and 'str'

Bye

Revision history for this message
GEM (nimp3) wrote :

for this last error add a space after "+" :
-if zipfile.is_zipfile( a +'.zip') :
+if zipfile.is_zipfile( a + '.zip') :

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Hi Gem,

Can you check with this patch?

I dont see any reason to occur.

Looking at the code, there is a possibility for this to happen.

Thanks.

Revision history for this message
GEM (nimp3) wrote :

Hi Jay,
I build last revision rc1, with last sources of server (with the original line : "if zipfile.is_zipfile( a +'.zip') :" ), I have no error now, and a lot of bugs to build package for windows (I think it was the general problem) have been corrected by Stephane Wirtel.
I will test this (I install first group of modules with configurator > 10 min, and all the rest) and give you result.
Bye

Revision history for this message
GEM (nimp3) wrote :

Ok, I confirm no error with +'.zip'.
But again error in openerp server when I try to login with webclient, after installing a complete database.
I used configurator and check all moudules, see attachment for my openerp-server.log to see warning and errors which there are again.
Bye

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Thanks GEM,

I guess its 'wiki' module playing its part for the error.

I will check it soon.
Thanks.

Revision history for this message
GEM (nimp3) wrote :

Yes,
I confirm you're right, it is the wiki module which give error.
Bye

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Hello GEM,

This error seems not happening anymore at my end.
Let me know if you still succeed to face it.

Thanks.

Changed in openobject-server:
status: Incomplete → Fix Released
milestone: none → 6.0-rc2
Revision history for this message
GEM (nimp3) wrote :

Hi jay,
I work with python26 to build server (v5 for the moment successfully) to use module report_openoffice from KNdati, When I will finish my tests, I will build a v6 with last sources, and will give you the result.
thanks for your patience.
Bye

Revision history for this message
GEM (nimp3) wrote :
Download full text (3.1 KiB)

Hi jay,
I finally build an allinone build with sources of this morning,
sorry but again the error with wiki modules installed or uninstalled :

Unrecoverable error in the server.
Traceback (most recent call last):
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cprequest.py", line 541, in run
    self.respond(pi)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cprequest.py", line 624, in respond
    self.handle_error()
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cprequest.py", line 746, in handle_error
    self.error_response()
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\controllers\root.py", line 39, in _cp_on_error
    cherrypy.request.pool = openobject.pooler.get_pool()
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\openobject\pooler.py", line 93, in get_pool
    addons.load_addons(db_name, config)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\openobject\addons.py", line 210, in load_addons
    new_modules = obj.get_new_modules()
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\controllers\modules.py", line 63, in get_new_modules
    web_payload = modules.get_web(addons_to_download)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\utils\rpc.py", line 396, in <lambda>
    return lambda *args: self._session.execute("object", "execute", self._resource, name, *args)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\utils\rpc.py", line 357, in execute
    return self.gateway.execute(obj, method, *args)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\utils\rpc.py", line 155, in execute
    return self.__execute(obj, method, args)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\utils\rpc.py", line 141, in __execute
    common.error(_('Application Error'), err.backtrace)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\utils\common.py", line 74, in error
    raise TinyError(message=msg, title=title or _("Error"))
TinyError: Traceback (most recent call last):
  File "netsvc.pyo", line 489, in dispatch
  File "service\web_services.pyo", line 586, in dispatch
  File "osv\osv.pyo", line 57, in wrapper
  File "osv\osv.pyo", line 140, in execute
  File "osv\osv.pyo", line 130, in execute_cr
  File "d:\OpenERP AllInOne\Server\addons\base\module\module.py", line 531, in get_web
  File "addons\__init__.pyo", line 229, in zip_directory
  File "addons\__init__.pyo", line 224, in _zippy
  File "zipfile.pyo", line 568, in write
  File "zipfile.pyo", line 260, in FileHeader
UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 11: ordinal not in range(128)

I attached my server log, all modules with con...

Read more...

Revision history for this message
GEM (nimp3) wrote :

In server\library.zip\addons\__init__.py (and server\addons\__init__.py, line 224
I use "" :
archive.write(os.path.join("path", "f"), os.path.join(base, "f"))

the error zipfile seems to be passed, but with my change I have an other error :

Unrecoverable error in the server.
Traceback (most recent call last):
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cprequest.py", line 541, in run
    self.respond(pi)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cprequest.py", line 624, in respond
    self.handle_error()
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cprequest.py", line 746, in handle_error
    self.error_response()
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\controllers\root.py", line 39, in _cp_on_error
    cherrypy.request.pool = openobject.pooler.get_pool()
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\openobject\pooler.py", line 93, in get_pool
    addons.load_addons(db_name, config)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\openobject\addons.py", line 210, in load_addons
    new_modules = obj.get_new_modules()
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\controllers\modules.py", line 63, in get_new_modules
    web_payload = modules.get_web(addons_to_download)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\utils\rpc.py", line 396, in <lambda>
    return lambda *args: self._session.execute("object", "execute", self._resource, name, *args)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\utils\rpc.py", line 357, in execute
    return self.gateway.execute(obj, method, *args)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\utils\rpc.py", line 155, in execute
    return self.__execute(obj, method, args)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\utils\rpc.py", line 141, in __execute
    common.error(_('Application Error'), err.backtrace)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\utils\common.py", line 74, in error
    raise TinyError(message=msg, title=title or _("Error"))
TinyError: <unprintable TinyError object>

Revision history for this message
GEM (nimp3) wrote :

It seems it is a module I check with configurator which give error, because if I use minimal profile, I can login with client web without error.

Revision history for this message
GEM (nimp3) wrote :

I tested again and I have the error again in fact with wiki or wiki_xxx module (uninstall all modules wiki + delete firefox cache to not have the error unicode ).
I test the rest of modules with configurator....

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Thanks for the follow-up GEM.
I will check this one.

Revision history for this message
GEM (nimp3) wrote :

There is an other module like wiki which give the same error, or wiki is installed even if I check not it ...

Revision history for this message
GEM (nimp3) wrote :

xor wiki ...

Revision history for this message
GEM (nimp3) wrote :

Hi
In the same way, problem cache firefox, with previous error in client web :

vista revision 3791
when I create a database with the client gtk and try to connect with the client web during the modules are installed and database is installed (configurator I check all in step "Install Applications"), I have this error :

Unrecoverable error in the server.
Traceback (most recent call last):
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cprequest.py", line 541, in run
    self.respond(pi)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cprequest.py", line 624, in respond
    self.handle_error()
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_cprequest.py", line 746, in handle_error
    self.error_response()
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\controllers\root.py", line 39, in _cp_on_error
    cherrypy.request.pool = openobject.pooler.get_pool()
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\openobject\pooler.py", line 93, in get_pool
    addons.load_addons(db_name, config)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\openobject\addons.py", line 210, in load_addons
    new_modules = obj.get_new_modules()
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\controllers\modules.py", line 54, in get_new_modules
    web_modules = modules.list_web()
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\utils\rpc.py", line 396, in <lambda>
    return lambda *args: self._session.execute("object", "execute", self._resource, name, *args)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\utils\rpc.py", line 357, in execute
    return self.gateway.execute(obj, method, *args)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\utils\rpc.py", line 155, in execute
    return self.__execute(obj, method, args)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\utils\rpc.py", line 137, in __execute
    common.warning(err.data)
  File "d:\OpenERP AllInOne\Web\python25\lib\site-packages\openerp_web-6.0.0_rc1-py2.5.egg\addons\openerp\utils\common.py", line 77, in warning
    raise TinyWarning(message=msg, title=title or _("Warning"))
TinyWarning: Currently, this database is not fully loaded and can not be used.

if I have the firefox cache deleted I have the normal page with the ok button :
Warning
 Currently, this database is not fully loaded and can not be used.
                                                                                       ok

Bye

Revision history for this message
GEM (nimp3) wrote :

sorry the previous post is for bug 655495 (I paste to it)
is it possible to delete a post written by error ?

Revision history for this message
GEM (nimp3) wrote :

Hi Jay,
I tested,
conclusion I have the UnicodeDecodeError with wiki and/or pad modules installed.
Bye

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.