https://bugzilla.novell.com/show_bug.cgi?id=383574 Summary: pidgin: purple-url-handler errors out with AttributeError: 'NoneType' object has no attribute 'replace' Product: openSUSE 11.0 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: captain.magnus@opensuse.org QAContact: qa@suse.de Found By: --- mboman@mblxsrv01:~> purple-url-handler "irc://irc.opensuse.org#opensuse" /usr/lib64/python2.5/site-packages/dbus/_dbus.py:249: DeprecationWarning: The dbus_bindings module is not public API and will go away soon. Most uses of dbus_bindings are applications catching the exception dbus.dbus_bindings.DBusException. You should use dbus.DBusException instead (this is compatible with all dbus-python versions since 0.40.2). If you need additional public API, please contact the maintainers via <dbus@lists.freedesktop.org>. import dbus.dbus_bindings as m Traceback (most recent call last): File "/usr/bin/purple-url-handler", line 332, in <module> main() File "/usr/bin/purple-url-handler", line 314, in main irc(uri) File "/usr/bin/purple-url-handler", line 163, in irc server = urllib.unquote_plus(match.group(2)) or "" File "/usr/lib64/python2.5/urllib.py", line 1167, in unquote_plus s = s.replace('+', ' ') AttributeError: 'NoneType' object has no attribute 'replace' -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.