Issue appears to have come up a few times on stack overflow. http://stackoverflow.com/questions/9942594/unicodeencodeerror-ascii-codec-cant-encode-character-u-xa0-in-position-20/9942885
On Tuesday, December 20, 2016 at 2:08:00 PM UTC-5, Dave S wrote: > > > On Tuesday, December 20, 2016 at 10:33:18 AM UTC-8, Lisandro wrote: > > [...] > >> Does the ticket store info about the content of vars and args when the >> error triggered? >> I'm sending tickets2email, so I don't conserve the original ticket, but >> If I could find that info in the ticket, I guess I could disable >> tickets2email in scheduler and wait for the error to appear again. >> > > Generally, the vars are not shown in the ticket, but why not just call the > logger at that point? > > The error seems to be unicode (UTF-8, probably) leaking into a URL, and > aren't URLs supposed to be ASCII, and special characters are to be escaped > (usually as "%20" and the like)? > > /dps > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

