← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 702795] [NEW] [6.0 RC 2] User Preferences Error after installing base_crypt

 

Public bug reported:

After installing the base_crypt module, I receive this error message
whenever I click on the 'OK' button in Preferences:

Environment Information : 
System : Linux-2.6.32-26-generic-x86_64-with-Ubuntu-10.04-lucid
OS Name : posix
Distributor ID:	Ubuntu
Description:	Ubuntu 10.04.1 LTS
Release:	10.04
Codename:	lucid
Operating System Release : 2.6.32-26-generic
Operating System Version : #48-Ubuntu SMP Wed Nov 24 10:14:11 UTC 2010
Operating System Architecture : 64bit
Operating System Locale : en_PH.UTF8
Python Version : 2.6.5
OpenERP-Client Version : 6.0.0-rc2
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
  File "/home/fs3-billy/Downloads/openerp-server-6.0.0-rc2/bin/netsvc.py", line 489, in dispatch
    result = ExportService.getService(service_name).dispatch(method, auth, params)
  File "/home/fs3-billy/Downloads/openerp-server-6.0.0-rc2/bin/service/web_services.py", line 595, in dispatch
    security.check(db,uid,passwd)
  File "/home/fs3-billy/Downloads/openerp-server-6.0.0-rc2/bin/service/security.py", line 45, in check
    return user_obj.check(db, uid, passwd)
  File "/home/fs3-billy/Downloads/openerp-server-6.0.0-rc2/bin/addons/base_crypt/crypt.py", line 222, in check
    (int(uid), encrypt_md5(passwd, salt)))
  File "/home/fs3-billy/Downloads/openerp-server-6.0.0-rc2/bin/addons/base_crypt/crypt.py", line 72, in encrypt_md5
    hash = md5.new( raw_pw + magic + salt )
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

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

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/702795

Title:
  [6.0 RC 2] User Preferences Error after installing base_crypt

Status in OpenObject GTK Client:
  New

Bug description:
  After installing the base_crypt module, I receive this error message
  whenever I click on the 'OK' button in Preferences:

  Environment Information : 
  System : Linux-2.6.32-26-generic-x86_64-with-Ubuntu-10.04-lucid
  OS Name : posix
  Distributor ID:	Ubuntu
  Description:	Ubuntu 10.04.1 LTS
  Release:	10.04
  Codename:	lucid
  Operating System Release : 2.6.32-26-generic
  Operating System Version : #48-Ubuntu SMP Wed Nov 24 10:14:11 UTC 2010
  Operating System Architecture : 64bit
  Operating System Locale : en_PH.UTF8
  Python Version : 2.6.5
  OpenERP-Client Version : 6.0.0-rc2
  Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
    File "/home/fs3-billy/Downloads/openerp-server-6.0.0-rc2/bin/netsvc.py", line 489, in dispatch
      result = ExportService.getService(service_name).dispatch(method, auth, params)
    File "/home/fs3-billy/Downloads/openerp-server-6.0.0-rc2/bin/service/web_services.py", line 595, in dispatch
      security.check(db,uid,passwd)
    File "/home/fs3-billy/Downloads/openerp-server-6.0.0-rc2/bin/service/security.py", line 45, in check
      return user_obj.check(db, uid, passwd)
    File "/home/fs3-billy/Downloads/openerp-server-6.0.0-rc2/bin/addons/base_crypt/crypt.py", line 222, in check
      (int(uid), encrypt_md5(passwd, salt)))
    File "/home/fs3-billy/Downloads/openerp-server-6.0.0-rc2/bin/addons/base_crypt/crypt.py", line 72, in encrypt_md5
      hash = md5.new( raw_pw + magic + salt )
  TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'





Follow ups

References