Launchpad OOPS’es when reporting a bug against a not published package

Bug #1884714 reported by Paul Menzel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
Low
Unassigned

Bug Description

I am trying to submit a bug report for the package *qt5* since yesterday, but Launchpad always crashes: Error ID: OOPS-0a423fb2c0f90f86373b146178d67505.

Revision history for this message
Thiago F. Pappacena (pappacena) wrote :

Hi, Paul. You are seeing this OOPS because "qt5" is not a published package for Ubuntu.

Maybe you should report this bug against "qtbase-opensource-src" package (https://launchpad.net/ubuntu/+source/qtbase-opensource-src).

Anyway, I'll change change slightly the description of this bug so we can show a better error message when `IllegalTarget` exception is raised while creating a bug.

Revision history for this message
Thiago F. Pappacena (pappacena) wrote :

Relevant stacktrace bit:

  Module lp.bugs.browser.bugtarget, line 588, in submit_bug_action
    self.added_bug = bug = context.createBug(params)
  Module lp.bugs.model.bugtarget, line 127, in createBug
    return getUtility(IBugSet).createBug(params)
  Module lp.bugs.model.bug, line 2641, in createBug
    bug, params.owner, params.target, status=params.status)
  Module lp.bugs.model.bugtask, line 1637, in createTask
    milestone=milestone)
  Module lp.bugs.model.bugtask, line 1589, in createManyTasks
    validate_new_target(bug, target)
  Module lp.bugs.model.bugtask, line 408, in validate_new_target
    check_source_package=check_source_package)
  Module lp.bugs.model.bugtask, line 349, in validate_target
    raise IllegalTarget(e[0])
IllegalTarget: Package qt5 not published in Ubuntu

summary: - Launchpad oops’es reporting a bug against qt package
+ Launchpad OOPS’es when reporting a bug against a not published package
Changed in launchpad:
status: New → Triaged
importance: Undecided → Low
tags: added: bugtrackers lp-bugs ui
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.