OOPS When filing a bug on launchpad

Bug #31650 reported by Guilherme Salgado
4
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
Medium
Stuart Bishop

Bug Description

I entered the summary and description to file a bug agains launchpad, and then got OOPS-47B428 when the form was submitted.

Revision history for this message
Guilherme Salgado (salgado) wrote :

After that I went back and submitted it again and everything went fine

Changed in launchpad:
status: Unconfirmed → Confirmed
Revision history for this message
Björn Tillenius (bjornt) wrote :

I'm not sure exactly what went wrong here, I can see that the message got inserted into the db correctly, and that the message got linked to the bug properly.

The last statement, which failed, was practically self.messages[0], which correctly generated the SQL query:

  SELECT message FROM BugMessage WHERE bug = 31648

By looking at the generated SQL statements, this should have returned the id of the newly created message, and self.messages would be a list containing that message, but something failed. Either the query above didn't return any rows, or something went wrong when sqlobject tried to get the message from the cache, when creating the list of messages.

Revision history for this message
Björn Tillenius (bjornt) wrote :

Stuart, could you take a look at this and see if you can find out what's wrong?

Changed in launchpad:
assignee: nobody → stub
Revision history for this message
Christian Reis (kiko) wrote :

Could this be related to bug 30823?

Revision history for this message
Stuart Bishop (stub) wrote :

Most likely this is a dupe of bug 30823

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.