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

chat.freenode.net #tryton log beginning Sun Feb 22 00:00:01 CET 2009
2009-02-22 01:21 -!- vengfulsquirrel(n=ian@c-71-202-125-182.hsd1.ca.comcast.net) has left #tryton
2009-02-22 05:19 -!- yangoon(n=mathiasb@p549F6D83.dip.t-dialin.net) has joined #tryton
2009-02-22 09:43 -!- sharkcz(n=dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2009-02-22 10:46 -!- paola(n=paola@host-84-223-228-216.cust-adsl.tiscali.it) has joined #tryton
2009-02-22 10:53 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton
2009-02-22 10:53 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton
2009-02-22 11:19 -!- enlightx(n=enlightx@217.201.97.32) has joined #tryton
2009-02-22 11:59 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2009-02-22 12:28 <CIA-10> tryton: matb roundup * #802/Usability: Write-Off in invoices: [new] Related to issue797 Thanks to Timitos for pointing out to me the current handling of write-off in invoices. This handling lacks intuitivity ...
2009-02-22 12:56 -!- enlightx(n=enlightx@217.201.101.135) has joined #tryton
2009-02-22 13:33 <udono> cedk: hi, in security.py there is a raise Exception('NotLogged'). Is it an idea to handle this exeption by the logger?
2009-02-22 14:20 <cedk> udono: it is if you run the server in verbose mode
2009-02-22 14:24 <udono> cedk: :-) yes. Now I can see, what verbose mode can do for me.
2009-02-22 15:43 -!- ikks(i=igor@190.102.208.68) has joined #tryton
2009-02-22 18:18 <CIA-10> tryton: Timitos roundup * #804/IndexError: list assignment index out of range: [new] Traceback (most recent call last): File "/trytond/protocols/netrpc.py", line 54, in run res = dispatch(*msg) File "/trytond/protocol ...
2009-02-22 18:34 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1187:5c9e168a4ac3 tryton/tryton/gui/main.py: Add process_exception in sig_win_new for issue803
2009-02-22 18:34 <CIA-10> tryton: ced roundup * #803/Client: re-login after timeout: [resolved] Fix with changeset 5c9e168a4ac3
2009-02-22 18:36 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 163:2c8af1cf8c3d stock_supply/order_point.py: Fix typo in get_rec_name of order_point for issue804
2009-02-22 18:36 <CIA-10> tryton: ced roundup * #804/IndexError: list assignment index out of range: [resolved] Fix with changeset 2c8af1cf8c3d
2009-02-22 18:37 <CIA-10> tryton: ced roundup * #801/TypeError: dispatch() takes at least 6 arguments (3 given): Can you put the log of the client with the -v option?
2009-02-22 19:18 <CIA-10> tryton: cedric.krier@b2ck.com * r440 /wiki/gsoc2009.wiki: Created wiki page through web user interface.
2009-02-22 19:18 -!- kleinerdrache(n=mn@91-115-224-65.adsl.highway.telekom.at) has joined #tryton
2009-02-22 19:28 -!- juanfer(n=juanfer@190.157.120.122) has joined #tryton
2009-02-22 19:29 <CIA-10> tryton: Timitos roundup * #801/TypeError: dispatch() takes at least 6 arguments (3 given): INFO:rpc.request:('model', 'party.party', 'read', 1, ['rec_name'], {'language': u'de_DE', 'locale': {'date': u'%d.%m.%Y', 'thousands_sep': u'.', ' ...
2009-02-22 20:50 <CIA-10> tryton: ced roundup * #801/TypeError: dispatch() takes at least 6 arguments (3 given): I don't understand because here warning send the same create request and it works.
2009-02-22 21:07 <CIA-10> tryton: Timitos roundup * #801/TypeError: dispatch() takes at least 6 arguments (3 given): take a look at this: INFO:rpc.request:() there seems to happen another request after that. but i donĀ“t know why. perhaps this is the problem. i ...
2009-02-22 21:25 -!- enlightx(n=enlightx@host-84-220-81-197.cust-adsl.tiscali.it) has joined #tryton
2009-02-22 22:03 -!- mib_t522ra88(i=5978d3ce@gateway/web/ajax/mibbit.com/x-4b276491297b5077) has joined #tryton
2009-02-22 22:03 <mib_t522ra88> cedk:
2009-02-22 22:03 <mib_t522ra88> i have a friend who works on a firm
2009-02-22 22:03 <mib_t522ra88> and he is behind a proxy or so ...
2009-02-22 22:04 <mib_t522ra88> cristi_an: do you knwo why he can;t connect to server
2009-02-22 22:04 <mib_t522ra88> ?
2009-02-22 22:05 <cedk> mib_t522ra88: what do you mean?
2009-02-22 22:06 <mib_t522ra88> i have this funny name
2009-02-22 22:06 <mib_t522ra88> however...
2009-02-22 22:06 <mib_t522ra88> he tries to connect from work...
2009-02-22 22:06 <mib_t522ra88> he told me on friday...
2009-02-22 22:06 <mib_t522ra88> downloaded
2009-02-22 22:06 <mib_t522ra88> the app
2009-02-22 22:07 <mib_t522ra88> entered demo....
2009-02-22 22:07 <mib_t522ra88> but he coud not connect to server..
2009-02-22 22:07 <mib_t522ra88> is this something related to his network settings ?
2009-02-22 22:07 <CIA-10> tryton: ced roundup * #801/TypeError: dispatch() takes at least 6 arguments (3 given): [resolved] You must not raise exception inside a on_change function
2009-02-22 22:07 <mib_t522ra88> he may connect even if he is behind a proxy or so no ? ( in normal case)
2009-02-22 22:08 <cedk> mib_t522ra88: it depends on how the proxy is configured
2009-02-22 22:08 <mib_t522ra88> or he has to specify the proxy somewher
2009-02-22 22:08 <mib_t522ra88> like it is specifed to his browser
2009-02-22 22:08 <mib_t522ra88> ?
2009-02-22 22:09 <cedk> mib_t522ra88: the client doesn't work with proxy
2009-02-22 22:10 <mib_t522ra88> k.
2009-02-22 22:10 <mib_t522ra88> then
2009-02-22 22:10 <cedk> mib_t522ra88: there is some possible trick with socks proxy
2009-02-22 22:10 <cedk> but it is complicated and I don't know if it will work
2009-02-22 22:10 <mib_t522ra88> they use somethign called squid ?
2009-02-22 22:11 <mib_t522ra88> cristi_an is my name :)
2009-02-22 22:12 <mib_t522ra88> /nick cristi_an
2009-02-22 22:12 <mib_t522ra88> how do i change name ?
2009-02-22 22:12 <mib_t522ra88> :)
2009-02-22 22:12 <cedk> mib_t522ra88: /nick new_name
2009-02-22 22:12 <cristi_an> k
2009-02-22 22:12 <cristi_an> :)
2009-02-22 22:12 <cristi_an> thx...
2009-02-22 22:13 <cristi_an> but there is no way to configure a proxy in a way that can permit the app to run ?
2009-02-22 22:13 <cedk> cristi_an: he must configure his router to allow the connection
2009-02-22 22:13 <cedk> many people think that they must use a proxy like a firewall but it is not a good thing
2009-02-22 22:13 <cristi_an> they have some crap computer working as a router ...
2009-02-22 22:13 <cristi_an> i will tell him
2009-02-22 22:14 <cristi_an> a router is simple to configure
2009-02-22 22:14 <cedk> cristi_an: he must open the port
2009-02-22 22:14 <cristi_an> 80 i assume :)
2009-02-22 22:14 <cedk> cristi_an: and don't use a proxy for the Tryton connection
2009-02-22 22:15 <cedk> cristi_an: by default Tryton server run on 8070
2009-02-22 22:15 <cedk> cristi_an: it is not http
2009-02-22 22:15 <cristi_an> socket based
2009-02-22 22:16 <cedk> cristi_an: yes
2009-02-22 22:16 <cristi_an> now i knwo why it does not worked for him
2009-02-22 22:17 <cristi_an> but now i wonder why it works for me
2009-02-22 22:18 <cristi_an> cedk: thx
2009-02-22 22:29 -!- ChanServ(ChanServ@services.) has joined #tryton
2009-02-22 22:40 -!- ikks(i=igor@190.102.217.201) has joined #tryton

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