[Buildbot-commits] [Buildbot] #1054: sqlite3.ProgrammingError when starting a rebuild with non-ASCII chars in re-build reason
    Buildbot 
    nobody at buildbot.net
       
    Thu May 17 04:50:00 UTC 2012
    
    
  
#1054: sqlite3.ProgrammingError when starting a rebuild with non-ASCII chars in
re-build reason
-----------------------------+--------------------
Reporter:  andialbrecht      |       Owner:
    Type:  defect            |      Status:  new
Priority:  major             |   Milestone:  0.8.7
 Version:  0.8.1             |  Resolution:
Keywords:  database, sprint  |
-----------------------------+--------------------
Comment (by dustin):
 Ah, so the issue here is that the web status is feeding us bytestrings,
 and we're not decoding them properly.
 According to http://stackoverflow.com/questions/708915/detecting-the-
 character-encoding-of-an-http-post-request it's not quite right to assume
 utf-8 here.  Sadly.
-- 
Ticket URL: <http://trac.buildbot.net/ticket/1054#comment:6>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
    
    
More information about the Commits
mailing list