[Bug 211933] Re: apport-gtk crashed with IndexError in find_version_number()

2008-09-23 Thread Markus Korn
This should not be a issue anymore, the code generating the http-header changed 
with the current version of python-launchpad-bugs.
However if this changes result in a similar issue, please open a new bugreport.

Markus

** Changed in: python-launchpad-bugs (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
apport-gtk crashed with IndexError in find_version_number()
https://bugs.launchpad.net/bugs/211933
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211933] Re: apport-gtk crashed with IndexError in find_version_number()

2008-04-10 Thread Markus Korn
Hi Qchacho,
can also please attach the output of

python -c "import subprocess; import string; print repr(subprocess.Popen
(['dpkg-query','-W','python-launchpad-bugs'],
stdout=subprocess.PIPE).communicate()[0]); print
repr(string.whitespace)"

Thanks,
Markus

-- 
apport-gtk crashed with IndexError in find_version_number()
https://bugs.launchpad.net/bugs/211933
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211933] Re: apport-gtk crashed with IndexError in find_version_number()

2008-04-10 Thread Brian Murray
** Changed in: python-launchpad-bugs (Ubuntu)
   Status: Triaged => Incomplete

-- 
apport-gtk crashed with IndexError in find_version_number()
https://bugs.launchpad.net/bugs/211933
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211933] Re: apport-gtk crashed with IndexError in find_version_number()

2008-04-10 Thread Daniel Hahler
Qchacho, can you please post the output of the following commands, run in a 
terminal/shell:
1. dpkg-query -W python-launchpad-bugs
2. dpkg -l | grep python-launchpad-bugs

Thank you.

-- 
apport-gtk crashed with IndexError in find_version_number()
https://bugs.launchpad.net/bugs/211933
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211933] Re: apport-gtk crashed with IndexError in find_version_number()

2008-04-10 Thread Daniel Hahler
Thank you for your bug report.
I'm assigning it to python-launchpad-bugs, where the crash happened.
It's similar to bug 130484, which was claimed to be fixed in Hardy in March 
already, but apparently isn't.

** Changed in: python-launchpad-bugs (Ubuntu)
Sourcepackagename: apport => python-launchpad-bugs
   Importance: Undecided => Medium
   Status: New => Triaged

-- 
apport-gtk crashed with IndexError in find_version_number()
https://bugs.launchpad.net/bugs/211933
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211933] Re: apport-gtk crashed with IndexError in find_version_number()

2008-04-10 Thread Daniel Hahler
** Description changed:

  Binary package hint: apport
  
  Error ocurred when start session in Xfce post upgraded
  
  ProblemType: Crash
  ApportLog:
   apport (pid 8484) Fri Apr  4 13:44:07 2008: called for pid 7480, signal 11
   apport (pid 8484) Fri Apr  4 13:44:07 2008: executable: /usr/bin/nautilus 
(command line "nautilus --no-default-window --sm-client-id default2")
   modinfo: could not open cdrom: No such device
   apport (pid 8484) Fri Apr  4 13:44:35 2008: wrote report 
/var/crash/_usr_bin_nautilus.1000.crash
  Architecture: i386
  Date: Fri Apr  4 11:32:43 2008
  DistroRelease: Ubuntu 8.04
  ExecutablePath: /usr/share/apport/apport-gtk
  InterpreterPath: /usr/bin/python2.5
  Package: apport-gtk 0.106
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/share/apport/apport-gtk
  ProcEnviron:
   
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
   LANG=es_CO.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/share/apport/apport-gtk']
  SourcePackage: apport
  Title: apport-gtk crashed with IndexError in find_version_number()
  Uname: Linux 2.6.24-12-generic i686
  UserGroups:
+ 
+ 
+ ERROR:
+ Traceback (most recent call last):
+   File "/usr/share/apport/apport-gtk", line 251, in 
+ app = GTKUserInterface()
+   File "/usr/share/apport/apport-gtk", line 34, in __init__
+ apport.ui.UserInterface.__init__(self)
+   File "/usr/lib/python2.5/site-packages/apport/ui.py", line 86, in __init__
+ self.crashdb = get_crashdb(None)
+   File "/usr/lib/python2.5/site-packages/apport/crashdb.py", line 436, in 
get_crashdb
+ m = __import__('apport.crashdb_impl.' + db['impl'], globals(), locals(), 
['CrashDatabase'])
+   File "/usr/lib/python2.5/site-packages/apport/crashdb_impl/launchpad.py", 
line 22, in 
+ Bug = Connector.ConnectBug()
+   File "/usr/lib/python2.5/site-packages/launchpadbugs/connector.py", line 
59, in __init__
+ LaunchpadConnector.__init__(self, "Bug", method)
+   File "/usr/lib/python2.5/site-packages/launchpadbugs/connector.py", line 
44, in __init__
+ self.connection = getattr(self.__mod_connection, 
__connections[__module]["connection"][1])()
+   File "/usr/lib/python2.5/site-packages/launchpadbugs/http_connection.py", 
line 29, in __init__
+ __version = "bughelper/%s (Python-urllib2/%s)" 
%(utils.find_version_number(),urllib2.__version__)
+   File "/usr/lib/python2.5/site-packages/launchpadbugs/utils.py", line 24, in 
find_version_number
+ return output.split()[1]
+ IndexError: list index out of range

** Visibility changed to: Public

-- 
apport-gtk crashed with IndexError in find_version_number()
https://bugs.launchpad.net/bugs/211933
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs