gaim-url-handler defect

Asked by Markus Thielmann

XMPP links don't work. When running via terminal, gaim-url-handler outputs the following error messages:

thielmann@diabolus:~ $ gaim-url-handler "xmpp:<email address hidden>?message"
/usr/bin/gaim-url-handler:27: DeprecationWarning: raising a string exception is deprecated
  raise "Error: " + self.attr + " " + str(args) + " returned " + str(result)
Traceback (most recent call last):
  File "/usr/bin/gaim-url-handler", line 285, in <module>
    main()
  File "/usr/bin/gaim-url-handler", line 278, in main
    xmpp(uri)
  File "/usr/bin/gaim-url-handler", line 218, in xmpp
    account = findaccount(protocol, accountname)
  File "/usr/bin/gaim-url-handler", line 51, in findaccount
    account = cgaim.GaimAccountsFindAny(accountname, protocolname)
  File "/usr/bin/gaim-url-handler", line 27, in __call__
    raise "Error: " + self.attr + " " + str(args) + " returned " + str(result)
Error: GaimAccountsFindAny ('<email address hidden>', 'prpl-jabber') returned 0

Any idea on how to solve that problem?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gaim Edit question
Assignee:
No assignee Edit question
Solved by:
Hanusz leszek
Solved:
Last query:
Last reply:
Revision history for this message
Best Hanusz leszek (leszek-skynet) said :
#1

Thanks for your question.

It seems there is already a bug filed for this problem:
https://bugs.launchpad.net/ubuntu/+source/gaim/+bug/88901

Revision history for this message
Markus Thielmann (thielmann) said :
#2

Thanks Hanusz leszek, that solved my question.

Revision history for this message
Markus Thielmann (thielmann) said :
#3

Well, it does not really solve the problem, but thanks Hanusz anyway :-)