IRC logs of #tryton for Sunday, 2009-02-01

chat.freenode.net #tryton log beginning Sun Feb 1 00:00:01 CET 2009
2009-02-01 00:35 -!- vengfulsquirrel(n=ian@c-71-202-125-182.hsd1.ca.comcast.net) has joined #tryton
2009-02-01 02:25 <CIA-10> tryton: Mathias Behrle <mathiasb@behrle.dyndns.org> default * 473:d894198c9589 stock/de_DE.csv: Update translation for de_DE
2009-02-01 09:03 -!- vengfulsquirrel(n=ian@c-71-202-125-182.hsd1.ca.comcast.net) has left #tryton
2009-02-01 09:03 -!- carlos(n=carlos@233.Red-81-44-74.dynamicIP.rima-tde.net) has joined #tryton
2009-02-01 09:05 -!- sharkcz(n=dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2009-02-01 09:24 -!- udono(n=udono@dynamic-unidsl-85-197-24-127.westend.de) has joined #tryton
2009-02-01 09:25 -!- paola(n=paola@host-84-223-76-210.cust-adsl.tiscali.it) has joined #tryton
2009-02-01 10:42 -!- Gedd(n=ged@77.109.115.57.adsl.dyn.edpnet.net) has joined #tryton
2009-02-01 10:59 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton
2009-02-01 13:28 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2009-02-01 13:35 -!- yangoon(n=mathiasb@p549F5C44.dip.t-dialin.net) has joined #tryton
2009-02-01 13:40 <CIA-10> tryton: ced roundup * #766/Exception: ('Argument must be string or unicode.', 'Traceback (most recent call last):\n File "/trytond/netsvc.py", line 282, i...: [testing] The return value of view_header_get has changed, it must now always return a string. Modules have been updated. Could you check that you ...
2009-02-01 13:41 <CIA-10> tryton: ced roundup * #765/TypeError: Argument must be string or unicode.: [resolved] Duplicate with issue765
2009-02-01 13:41 <CIA-10> tryton: ced roundup * #765/TypeError: Argument must be string or unicode.: [chatting] Duplicate with issue766
2009-02-01 14:03 -!- carlos(n=carlos@237.Red-81-32-199.dynamicIP.rima-tde.net) has joined #tryton
2009-02-01 14:04 -!- juanfer(n=juanfer@190.157.120.122) has joined #tryton
2009-02-01 14:10 -!- FWiesing(n=Wiesinge@194.208.185.12) has joined #tryton
2009-02-01 14:25 -!- paola(n=paola@host-84-223-76-210.cust-adsl.tiscali.it) has joined #tryton
2009-02-01 14:27 -!- ikks(i=igor@190.102.200.60) has joined #tryton
2009-02-01 14:33 -!- carlos_(n=carlos@8.Red-83-49-173.dynamicIP.rima-tde.net) has joined #tryton
2009-02-01 14:33 <CIA-10> tryton: matb roundup * #766/Exception: ('Argument must be string or unicode.', 'Traceback (most recent call last):\n File "/trytond/netsvc.py", line 282, i...: I have the same issue on an updated database, when trying to open Inventory Managment/Locations: Traceback (most recent call last): File "/tryt ...
2009-02-01 14:37 -!- paola(n=paola@host-84-223-76-210.cust-adsl.tiscali.it) has joined #tryton
2009-02-01 15:08 <CIA-10> tryton: ced roundup * #766/Exception: ('Argument must be string or unicode.', 'Traceback (most recent call last):\n File "/trytond/netsvc.py", line 282, i...: @matb: I think you don't have an up to date stock module.
2009-02-01 15:18 -!- carlos_(n=carlos@26.Red-83-35-115.dynamicIP.rima-tde.net) has joined #tryton
2009-02-01 16:28 -!- paola(n=paola@host-84-223-76-210.cust-adsl.tiscali.it) has joined #tryton
2009-02-01 18:10 -!- enlightx(n=enlightx@host-78-13-119-242.cust-adsl.tiscali.it) has joined #tryton
2009-02-01 18:51 -!- ikks(i=igor@190.102.200.60) has joined #tryton
2009-02-01 19:09 -!- Gedd(n=ged@77.109.112.63) has joined #tryton
2009-02-01 19:37 -!- vengfulsquirrel(n=ian@c-71-202-125-182.hsd1.ca.comcast.net) has joined #tryton
2009-02-01 20:04 -!- carlos(n=carlos@89.7.24.44) has joined #tryton
2009-02-01 21:11 -!- cristi_an(i=5978d3ce@gateway/web/ajax/mibbit.com/x-1290d43e023a1698) has joined #tryton
2009-02-01 21:12 -!- enlightx(n=enlightx@host-78-13-119-242.cust-adsl.tiscali.it) has joined #tryton
2009-02-01 21:30 -!- ikks(i=igor@190.102.219.251) has joined #tryton
2009-02-01 22:02 <udono> cedk: hi, I am implementing your last remarks on the ldap_base module. There is one point I don't know how to solve the right way.
2009-02-01 22:04 <udono> cedk: the exceptions for ldap are divided into two exceptions. How can I handle this with the raise_user_error method?
2009-02-01 22:06 <udono> cedk: I can put for every bundled exception a single call of raise_user_error. But I don't know if it is the best way?
2009-02-01 22:26 <cedk> udono: if you want one message per exception
2009-02-01 22:37 <udono> yes
2009-02-01 22:38 <udono> cedk: the double catching of exceptions come from the python ldap module
2009-02-01 22:40 <udono> cedk: I think I found a solution
2009-02-01 22:41 <udono> http://paste.pocoo.org/show/102350/
2009-02-01 22:41 <udono> they just check the datatype of the exception string
2009-02-01 22:43 <udono> But it doesn't fit completely...
2009-02-01 22:48 <CIA-10> tryton: matb roundup * #766/Exception: ('Argument must be string or unicode.', 'Traceback (most recent call last):\n File "/trytond/netsvc.py", line 282, i...: @ced: it is changeset: 473:d894198c9589 (last commit btw from me;) Updated database once more (without any errors in server log), same error persists.
2009-02-01 22:56 <udono> ... cedk: I think the best was is to request xod of nod...
2009-02-01 23:51 <CIA-10> tryton: ced roundup * #766/Exception: ('Argument must be string or unicode.', 'Traceback (most recent call last):\n File "/trytond/netsvc.py", line 282, i...: @matb: so it must be an other module that is not up to date.

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!