[web2py] Re: Encoding and 'invalid argument'

2014-08-05 Thread Rémy Reche
/forum/#!msg/web2py/B_EOmprbjO0/kMEHiiCrmYEJ URLs get converted into punycode if they are not ascii, so that wouldn't be an issue. On Thursday, July 31, 2014 2:33:56 AM UTC-7, Rémy Reche wrote: I am using the decorator @request.restful() in order to implement a rest API. Unfortunatly, one

[web2py] Encoding and 'invalid argument'

2014-07-31 Thread Rémy Reche
I am using the decorator @request.restful() in order to implement a rest API. Unfortunatly, one on my function take an argument which can contain non-ascii character, for instance 'Gymnase Joseph Guétat'. Each request using this string returns a web2py error with the following comment: invalid

[web2py] Re: ticket2db is not working

2014-03-05 Thread Rémy Reche
Thanks for your help. But it is strange that this script expects .table files because, in the case of multiple web2py instances (with multiple servers), you do not have these files on each instance. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] Re: ticket2db is not working

2014-03-04 Thread Rémy Reche
No. I have several applications (and several computers): I run this script for each application on each computer. I have only an sql.log in the databases folder -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] ticket2db is not working

2014-03-03 Thread Rémy Reche
Hello, according to the documentation, I am trying to upload the error tickets in my database (MySQL) with this script: nohup python web2py.py -S myapp -M -R scripts/tickets2db.py But I always obtain this error: Created by Massimo Di Pierro, Copyright 2007-2014 Version

[web2py] Re: bug in dbnew part of ticket-system fixed

2014-02-28 Thread Rémy Reche
Hello, this bug still exists in the version 2.8.2 (line 1518 now). On Tuesday, August 21, 2012 3:06:37 PM UTC+2, Massimo Di Pierro wrote: This should already be fixed in trunk. Thanks for reporting it. On Tuesday, 21 August 2012 05:25:49 UTC-5, sunny wrote: hi, i came across a bug in

[web2py] Issue with scheduler documentation

2014-02-28 Thread Rémy Reche
Hello, There is an issue with the parameter prevent_drift from the method scheduler.queue_task. This paramater does not exist in the current version although it is mentionned in the doucmentation. According to the git repository, it was added in trunk after the release 2.8.2 (see