chat.freenode.net #tryton log beginning Tue 14 Jul 2020 12:00:02 AM CEST | ||
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 00:00 | |
-!- thaneor(~ldlc6@179.26.227.122) has joined #tryton | 01:06 | |
-!- rajivr(uid269651@gateway/web/irccloud.com/x-nuwtpapimvznmdnf) has joined #tryton | 02:31 | |
-!- springwurm(~Springwur@5.104.149.54) has joined #tryton | 04:59 | |
-!- Timitos(~kpreisler@2001:a61:5ad:c901:762b:62ff:fe84:ed7e) has joined #tryton | 05:46 | |
-!- mrichez(~Maxime@mail.saluc.com) has joined #tryton | 06:19 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 06:35 | |
-!- nicoe(~nicoe@2a02:578:852a:c00:7e2a:31ff:fe5e:b25d) has joined #tryton | 06:37 | |
-!- rpit(~rpit@p200300c88f027e0041550fadba134e48.dip0.t-ipconnect.de) has joined #tryton | 06:56 | |
semarie | it seems that https://trydevpi.tryton.org/ is returning HTTP/500 | 06:59 |
---|---|---|
semarie | cedk: ^ | 06:59 |
cedk | semarie: thanks, it is because it is using flask-cache which is no more compatible with last werkzeug version | 07:15 |
cedk | semarie: it should be fixed | 07:27 |
semarie | cedk: yes. it is fine now | 07:47 |
-!- rpit(~rpit@p5b22b999.dip0.t-ipconnect.de) has joined #tryton | 08:22 | |
mrichez | hi, got error when cloning tryton-env: | 09:28 |
mrichez | cloning subrepo modules/account_statement_aeb43 from http://hg.tryton.org/tryton-env/modules/account_statement_aeb43 | 09:28 |
mrichez | applying clone bundle from https://downloads-cdn.tryton.org/bundles/modules/account_statement_aeb43-bzip2-v1 | 09:28 |
mrichez | abandonĀ : stream ended unexpectedly (got 0 bytes, expected 4) (in subrepository "modules/account_statement_aeb43") | 09:28 |
-!- springwurm(~Springwur@5.104.149.54) has joined #tryton | 09:43 | |
-!- mniip(~mniip@freenode/staff/mniip) has joined #tryton | 10:07 | |
-!- mrichez(~Maxime@mail.saluc.com) has joined #tryton | 10:07 | |
-!- nicoe(~nicoe@2a02:578:852a:c00:7e2a:31ff:fe5e:b25d) has joined #tryton | 10:45 | |
-!- mariomop(~quassel@190.193.24.15) has joined #tryton | 10:51 | |
pokoli | mrichez: I got same problem on our CI | 11:36 |
pokoli | I think this is due to https://downloads-cdn.tryton.org/bundles/modules/account_statement_aeb43-bzip2-v1 which is empty | 11:36 |
pokoli | do not know why | 11:36 |
mrichez | pokoli: ok | 11:36 |
mrichez | got also strange error on sale or purchase forms : File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/view/form_gtk/state_widget.py", line 165, in state_set | 11:38 |
mrichez | self.set_label(action['rec_name']) - Key Error 'rec_name' | 11:38 |
pokoli | cedk: could you have a look at the empty file on our downloads cdn? | 11:40 |
pokoli | mrichez: which version? | 11:40 |
cedk | I forced the rsync to downloads-cdn, it should be fixed now | 11:41 |
mrichez | pokoli: tip version, seems linked with the new buttons which are doing relate on shipments, ... | 11:42 |
mrichez | pokoli: i'll do a test on a clean tryton version.... i just updated to tip my test version and i got this error | 11:43 |
mrichez | cedk: still same error when cloning tryton-env | 11:44 |
pokoli | mrichez: I can reproduce the issue latest trunk | 11:44 |
pokoli | mrichez: you should report it. Probably it's related to some change we did recently | 11:44 |
pokoli | mrichez: it affect tryton and sao | 11:45 |
mrichez | pokoli: ok , i thought first it was linked to my customizations... | 11:46 |
cedk | I think it was due to conflict between the two tasks: creation of bundle and rsync | 11:49 |
cedk | I changed to bundle.sh to create file in a temp directory before moving it | 11:49 |
mrichez | pokoli: https://bugs.tryton.org/issue9481 | 11:51 |
-!- springwurm(~Springwur@5.104.149.54) has joined #tryton | 11:54 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 12:03 | |
-!- springwurm(~Springwur@5.104.149.54) has joined #tryton | 12:08 | |
-!- nicoe(~nicoe@79.132.253.215) has joined #tryton | 12:42 | |
mrichez | cedk: cloning tryton-env is working now :-) | 13:05 |
-!- thaneor1(~ldlc6@179.26.35.193) has joined #tryton | 13:09 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 14:08 | |
-!- noosanon(~user@154.127.251.194) has joined #tryton | 15:36 | |
-!- noosanon(~user@154.127.251.194) has joined #tryton | 15:52 | |
-!- noosanon(~user@154.127.251.194) has joined #tryton | 15:57 | |
-!- mrichez(~Maxime@2a02:a03f:c2e9:5c00:2ab3:31da:79bd:2b9) has joined #tryton | 16:14 | |
-!- noosanon(~user@154.127.251.194) has joined #tryton | 16:43 | |
udono | Hi, how can I open many client applications with the same connection? | 17:25 |
nicoe | udono: you can not have multiple GTK clients running in parallel anymore | 17:38 |
udono | nicoe: I found a solution: Use different hostnames e.g. host 1: localhost:8000 host 2: *:8000 | 17:38 |
udono | I*ll put it into discuss | 17:39 |
-!- noosanon(~user@154.127.251.194) has joined #tryton | 17:46 | |
udono | https://discuss.tryton.org/t/how-to-connect-to-the-same-tryton-server-with-two-clients-on-the-same-computer/3022 | 17:50 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!