chat.freenode.net #tryton log beginning Wed Jun 29 00:00:04 CEST 2016 | ||
2016-06-29 01:01 -!- miknotauro(~miknotaur@187.207.59.241) has joined #tryton | ||
2016-06-29 01:24 -!- meigallodixital(~meigallod@91.116.135.249) has joined #tryton | ||
2016-06-29 01:26 -!- JosDzG(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton | ||
2016-06-29 01:53 -!- miknotauro(~miknotaur@187.207.59.241) has joined #tryton | ||
2016-06-29 01:59 -!- meigallodixital_(~meigallod@249.135.116.91.static.reverse-mundo-r.com) has joined #tryton | ||
2016-06-29 02:39 -!- JosDzG(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton | ||
2016-06-29 03:27 -!- JosDzG(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton | ||
2016-06-29 03:29 -!- pelox(~rail@gusl/staff/risturiz) has joined #tryton | ||
2016-06-29 03:43 -!- kstenger(~karla@r190-133-89-235.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-06-29 05:23 -!- frispete_(~frispete@p54A91153.dip0.t-ipconnect.de) has joined #tryton | ||
2016-06-29 06:21 -!- miknotauro(~miknotaur@187.207.59.241) has joined #tryton | ||
2016-06-29 06:39 -!- zodman(~zodman@178.62.7.89) has joined #tryton | ||
2016-06-29 07:23 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton | ||
2016-06-29 07:58 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton | ||
2016-06-29 08:07 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton | ||
2016-06-29 08:19 -!- rpit(~rpit@2a02:908:e672:9420:56ee:75ff:fe0d:d3c7) has joined #tryton | ||
2016-06-29 08:20 -!- sehgalayush(7ab199c3@gateway/web/freenode/ip.122.177.153.195) has joined #tryton | ||
2016-06-29 08:22 <sehgalayush> Hi, I am trying to run tryton on my mac, but after the installation when I go to the manage profile section, I am gettting the response of "Could not connect to the server". On the server I am seeing a POST request but no response. I am using postgresapp of mac for DB. Please help! | ||
2016-06-29 08:50 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton | ||
2016-06-29 09:02 -!- aasnan(~angel@48.red-83-45-194.dynamicip.rima-tde.net) has joined #tryton | ||
2016-06-29 09:08 <pokoli> sehgalayush: where do you have the server installed? on the same machine? | ||
2016-06-29 09:09 <pokoli> sehgalayush: could you post the server log (using some paste service like pastebin) ? | ||
2016-06-29 09:10 <sehgalayush> yes I have installed both the client and server from mercurial to my local machine. | ||
2016-06-29 09:15 <pokoli> sehgalayush: so are sure the server is listening on the port you are conecting? | ||
2016-06-29 09:15 <sehgalayush> yes, you can check my server logs at http://pastebin.com/raw/ue3BFYWJ | ||
2016-06-29 09:21 <pokoli> sehgalayush: have you created a database? | ||
2016-06-29 09:22 <sehgalayush> no I have created a user in psql, which I also did when I was running tryton in ubuntu and that worked fine | ||
2016-06-29 09:25 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2016-06-29 09:28 <pokoli> sehgalayush: the post requests sems to be the one to list the databases and the server is responding ok | ||
2016-06-29 09:28 <pokoli> sehgalayush: i will create a database and explained on http://doc.tryton.org/4.0/trytond/doc/topics/setup_database.html#topics-setup-database | ||
2016-06-29 09:34 <sehgalayush> i ran the command and it gave this error http://pastebin.com/raw/TaXb29qZ | ||
2016-06-29 09:35 <pokoli> sehgalayush: it seems that the postgresql driver for tryton misses some library | ||
2016-06-29 09:35 <pokoli> sehgalayush: I seems that misses the SSL support | ||
2016-06-29 09:37 <sehgalayush> so what should i do now? | ||
2016-06-29 09:40 -!- udono(~udono@tmo-107-54.customers.d1-online.com) has joined #tryton | ||
2016-06-29 09:42 <cedk> sehgalayush: I guess you have to reinstall psycopg2 with ssl support | ||
2016-06-29 10:09 <prayashm> I am working on custom delimiter support, was wondering how should we allow users to enter tab character into the html input form | ||
2016-06-29 10:10 <prayashm> Easiest would be having a link/button next to the <input> tag to insert it. | ||
2016-06-29 10:10 <prayashm> like demo here http://papaparse.com/demo has | ||
2016-06-29 10:13 <pokoli> prayashm: which is the current behaviour using the gtk client? have you tested? I think we should preserve the same behaviour (if possible) | ||
2016-06-29 10:13 <pokoli> prayashm: we use \t to represent a tab in a python string | ||
2016-06-29 10:15 <prayashm> pokoli: In GTK Client | ||
2016-06-29 10:15 <prayashm> pokoli: one has to press Ctrl+Shift u9 and then leave Ctrl+Shift to insert a tab character | ||
2016-06-29 10:16 <prayashm> pokoli: It doesn't accept \t though | ||
2016-06-29 10:18 <pokoli> prayashm: and the same sequence does not work in browser? | ||
2016-06-29 10:19 <prayashm> pokoli: it does, but behaves bit differently | ||
2016-06-29 10:19 <prayashm> pokoli: tested on chrome and firefox, it worked only on the numberpad, that too when I turned off the num-lock | ||
2016-06-29 10:20 <prayashm> pokoli: Yes, it does work on the browser with same sequences | ||
2016-06-29 10:21 <pokoli> prayashm: so if it works, i will leave the same behaviour | ||
2016-06-29 10:21 <prayashm> pokoli: Okay :) | ||
2016-06-29 10:21 <pokoli> prayashm: and latter, we can improve both clients to ease the introduction of tabs in this screen :) | ||
2016-06-29 10:22 <prayashm> pokoli: right! | ||
2016-06-29 11:38 -!- meigallodixital(~meigallod@249.135.116.91.static.reverse-mundo-r.com) has joined #tryton | ||
2016-06-29 12:14 -!- udono(~udono@tmo-107-54.customers.d1-online.com) has joined #tryton | ||
2016-06-29 12:47 -!- mariomop(~quassel@181.92.6.48) has joined #tryton | ||
2016-06-29 14:40 -!- udono(~udono@ip-37-201-245-214.hsi13.unitymediagroup.de) has joined #tryton | ||
2016-06-29 14:41 -!- kstenger(~karla@r186-54-44-57.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-06-29 14:43 -!- niki(~niki@0x3e2c87ad.mobile.telia.dk) has joined #tryton | ||
2016-06-29 16:20 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2016-06-29 16:24 -!- bvillasanti(~bvillasan@138.117.21.154) has joined #tryton | ||
2016-06-29 16:44 -!- zodman(~zodman@fixed-188-105-187-188-105-56.iusacell.net) has joined #tryton | ||
2016-06-29 17:11 -!- JosDzG(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton | ||
2016-06-29 17:30 -!- bvillasanti1(~bvillasan@138.117.21.154) has joined #tryton | ||
2016-06-29 17:35 -!- JosDzGx(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton | ||
2016-06-29 17:43 -!- JosDzGx(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton | ||
2016-06-29 17:46 -!- JosDzG(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton | ||
2016-06-29 17:56 <sisalp> hello, for those if ever who would be be interested in getting a "populated" trytond archive (trytond+all core modules), I have to maintain one here : http://download.sisalp.net/tryton-server-4.0.uptodate.tar.gz | ||
2016-06-29 17:57 <sisalp> is there any documentation about trytond-admin, why it was separated, how it will evolve over time etc... | ||
2016-06-29 18:01 <pokoli> sisalp: there are currently two in progress issues about trytond-admin | ||
2016-06-29 18:01 <pokoli> sisalp: see https://bugs.tryton.org/issue5385 and https://bugs.tryton.org/issue2638 | ||
2016-06-29 18:08 -!- JosDzGx(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton | ||
2016-06-29 18:10 <cedk> sisalp: it was separated because it makes no sense to have the same command to launch the server and to perform tasks | ||
2016-06-29 18:11 <sisalp> pokoli: cedk: I suppose trytond should be stop when using tryton-admin, shouldn't it ? | ||
2016-06-29 18:13 <cedk> sisalp: it depends | ||
2016-06-29 18:14 <cedk> sisalp: it you install new module, yes | ||
2016-06-29 18:14 <pokoli> sisalp: I usually update the data defined on xml without stoping nor restarting trytond | ||
2016-06-29 18:14 <sisalp> cedk: in which case trytond-admin is used if no module changed ? | ||
2016-06-29 18:15 <sisalp> pokoli: I see. it is not a newmodule, but an updated module | ||
2016-06-29 18:17 <cedk> sisalp: but to make it simple, always restart trytond after using trytond-admin | ||
2016-06-29 18:24 -!- JosDzGx(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton | ||
2016-06-29 18:30 -!- JosDzGx(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton | ||
2016-06-29 18:30 -!- miknotauro(~miknotaur@187.207.59.241) has joined #tryton | ||
2016-06-29 18:39 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton | ||
2016-06-29 18:51 -!- nicoe(~nicoe@2a02:a03f:302d:1400:ee55:f9ff:fe7b:f7ac) has joined #tryton | ||
2016-06-29 18:55 -!- zodman(~zodman@178.62.7.89) has joined #tryton | ||
2016-06-29 19:15 -!- JosDzGx(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton | ||
2016-06-29 19:37 -!- JosDzGx(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton | ||
2016-06-29 19:40 -!- mrechte(~Thunderbi@2001:41d0:fe43:7f00:fad1:11ff:fe10:a118) has joined #tryton | ||
2016-06-29 20:07 -!- EdbO(5065932f@gateway/web/freenode/ip.80.101.147.47) has joined #tryton | ||
2016-06-29 20:07 <EdbO> Hello all | ||
2016-06-29 20:08 <EdbO> I'm working to get Tryton working with websockets | ||
2016-06-29 20:09 <EdbO> Using this library https://pypi.python.org/pypi/websockets | ||
2016-06-29 20:09 <EdbO> It needs python3 | ||
2016-06-29 20:09 <EdbO> Is anybody else interested? | ||
2016-06-29 20:10 <EdbO> And can we discuss this on the mailinglist or is discourse better? | ||
2016-06-29 20:16 -!- JosDzGx(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton | ||
2016-06-29 20:28 -!- kstenger1(~karla@r186-54-31-79.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-06-29 20:50 <cedk> EdbO: what is the goal? | ||
2016-06-29 20:57 <cedk> EdbO: trytond is not designed to be asynchrone | ||
2016-06-29 21:15 -!- yangoon_rm(~mathiasb@137.158.23.34) has joined #tryton | ||
2016-06-29 22:08 <EdbO> cedk: For me the goal is that the server can update clients, so long running tasks can be put into Tryton via Celery and when the task is done the server can notify the client | ||
2016-06-29 22:09 -!- JosDzG(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton | ||
2016-06-29 22:09 <EdbO> cedk: also when another client updates a product, the server can send the changes to the other clients (when needed) | ||
2016-06-29 22:10 <EdbO> cedk: clients then puts the data into the cache | ||
2016-06-29 22:36 -!- miknotauro(~miknotaur@187.207.59.241) has joined #tryton | ||
2016-06-29 22:43 <cedk> EdbO: what is excatly the goal? | ||
2016-06-29 22:44 <cedk> EdbO: the client can not reload a for like that if the user ha modified it | ||
2016-06-29 22:46 <cedk> EdbO: also a clien can have thousands of records in cache, I don't think it can scale to push update all over | ||
2016-06-29 22:48 <cedk> EdbO: about task notification, for me an email is largely more efficient | ||
2016-06-29 22:51 <EdbO> cedk: my client(s) are daemons running in the background. | ||
2016-06-29 22:51 <EdbO> cedk: When they are started, they connect with Tryton, get their specific data and moves into the background | ||
2016-06-29 22:51 <EdbO> cedk: They gather data from different sources / sensors | ||
2016-06-29 22:52 <cedk> EdbO: I don't understand, if they get data from Tryton there is not need to wait | ||
2016-06-29 22:52 <EdbO> cedk: When I make a change, the client(s) should be notified of a change, so they can take action | ||
2016-06-29 22:52 <EdbO> Example: A client gathers data from a sensor every minute | ||
2016-06-29 22:53 <EdbO> cedk: I change that into 30 seconds | ||
2016-06-29 22:53 <EdbO> cedk: the "background"-client doesn't know that, until it get notified | ||
2016-06-29 22:54 <EdbO> cedk: when de "background"-client is notified is can change the interval from 1 minute to 30 seconds | ||
2016-06-29 22:56 <cedk> EdbO: I think you can do that with a long polling and pg listen/notify | ||
2016-06-29 22:57 <cedk> EdbO: this can be an interresting module with a generic subscribtion mechanism | ||
2016-06-29 23:04 <cedk> EdbO: I think you can start a generic proposal on discourse | ||
2016-06-29 23:04 <cedk> but I don't think you need websocket nor asyncio etc. | ||
2016-06-29 23:34 -!- perilla(~perilla@corp-190-57-169-210-cue.puntonet.ec) has joined #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!