[Bug 383574] New: pidgin: purple-url-handler errors out with AttributeError : 'NoneType' object has no attribute 'replace'
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.
https://bugzilla.novell.com/show_bug.cgi?id=383574 User captain.magnus@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=383574#c1 --- Comment #1 from Magnus Boman <captain.magnus@opensuse.org> 2008-04-24 18:16:30 MST --- Also, it seems as if this format is required; "irc://irc.opensuse.org#opensuse" That would not work with the current openSUSE help page where the url is specified as "irc://irc.opensuse.org/opensuse" This is the only way to get pidgin to launch with an IRC url. If we don't fix this, we can't use pidgin as the default IRC client. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=383574 User captain.magnus@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=383574#c2 --- Comment #2 from Magnus Boman <captain.magnus@opensuse.org> 2008-04-24 18:24:23 MST --- Furthermore, in order for this to work, we would have to create a "dummy" irc account in ~/.purple/accounts.xml like this (and replace username with the logged in user I suppose or come up with something silly like "newbie"); <account> <protocol>prpl-irc</protocol> <name>username@irc.freenode.net</name> <statuses> <status type='available' name='Available' active='true'> <attributes/> </status> <status type='away' name='Away' active='false'> <attributes/> </status> <status type='offline' name='Offline' active='false'> <attributes/> </status> </statuses> <settings> <setting name='encoding' type='string'>UTF-8</setting> <setting name='port' type='int'>6667</setting> <setting name='ssl' type='bool'>0</setting> </settings> <settings ui='gtk-gaim'> <setting name='auto-login' type='bool'>0</setting> </settings> <current_error/> </account> -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=383574 User jpr@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=383574#c3 JP Rosevear <jpr@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #3 from JP Rosevear <jpr@novell.com> 2008-05-04 23:03:42 MST --- We are using xchat for irc urls -> WONTFIX -- 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.
participants (1)
-
bugzilla_noreply@novell.com