Comment 6 for bug 1154275

Revision history for this message
Brian Murray (brian-murray) wrote :

I'm pretty sure I fixed this yesterday with the following change:

------------------------------------------------------------
revno: 453
committer: Brian Murray <email address hidden>
branch nick: errors
timestamp: Wed 2014-02-19 15:04:45 -0800
message:
  urlencode and dequote bucketid so characters like + and probably \n work properly in bucketids

characters like + were not being urlencoded when being passed to the api so nothing was being returned. An example of this fix can be found here:

https://errors.ubuntu.com/problem/f95da5ec05ef4763b40272b088053a769aafece5

Notice the '+'s in the bucket id and that the version table is not empty nor is the instances table.