Announcement

Collapse
No announcement yet.

Buggy bug-reporting system

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Buggy bug-reporting system

    I've been trying to report a bug: microphone not working. (Several others report the same problem.) But when I call ubuntu-bug, it quits with this:
    Code:
    wa@Asus-laptop:~$ ubuntu-bug
    1890
    symptom script /usr/share/apport/symptoms/audio.py crashed:
    Traceback (most recent call last):
     File "/usr/lib/python2.6/dist-packages/apport/ui.py", line 54, in thread_collect_info
      package = symb['run'](report, ui)
     File "/usr/share/apport/symptoms/audio.py", line 33, in run
      package, channelcount = check_pulseaudio_profile(report, ui, card, problem)
     File "/usr/share/apport/symptoms/audio.py", line 194, in check_pulseaudio_profile
      cc = int(cc)/10 + int(cc) % 10
    ValueError: invalid literal for int() with base 10: 'stereo'
    So where do I go from here?

Working...
X