gwibber-bugs team mailing list archive
-
gwibber-bugs team
-
Mailing list archive
-
Message #00423
[Bug 722881] [NEW] authorization fails with "AttributeError: 'webkit.WebView' object has no attribute 'load_uri'"
Public bug reported:
Running Gwibber 2.91.3 on Ubuntu 9.10, I've lost Facebook and Identi.ca
authentication. If I go into account settings and click the Authorize
button, the following gets logged to the console:
Loading plugin for twitter
Loading plugin for facebook
Loading plugin for identica
Traceback (most recent call last):
File "/usr/share/gwibber/plugins/facebook/gtk/facebook/__init__.py", line 103, in on_facebook_auth_clicked
web.load_uri("https://graph.facebook.com/oauth/authorize?" + url)
AttributeError: 'webkit.WebView' object has no attribute 'load_uri'
or:
Traceback (most recent call last):
File "/usr/share/gwibber/plugins/identica/gtk/identica/__init__.py", line 78, in on_statusnet_auth_clicked
web.load_uri(url)
AttributeError: 'webkit.WebView' object has no attribute 'load_uri'
Seems like the problem is an incompatibility between Gwibber and the installed Python libraries. Googling for the error message didn't turn up any generic non-Gwibber solutions.
Looks like I have v. 1.1.5-1 python-webkit installed.
Are the Gwibber backports no longer viable on Ubuntu 9.10?
** Affects: gwibber
Importance: Undecided
Status: New
** Tags: python-webkit
--
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/722881
Title:
authorization fails with "AttributeError: 'webkit.WebView' object has
no attribute 'load_uri'"
Status in Gwibber:
New
Bug description:
Running Gwibber 2.91.3 on Ubuntu 9.10, I've lost Facebook and
Identi.ca authentication. If I go into account settings and click the
Authorize button, the following gets logged to the console:
Loading plugin for twitter
Loading plugin for facebook
Loading plugin for identica
Traceback (most recent call last):
File "/usr/share/gwibber/plugins/facebook/gtk/facebook/__init__.py", line 103, in on_facebook_auth_clicked
web.load_uri("https://graph.facebook.com/oauth/authorize?" + url)
AttributeError: 'webkit.WebView' object has no attribute 'load_uri'
or:
Traceback (most recent call last):
File "/usr/share/gwibber/plugins/identica/gtk/identica/__init__.py", line 78, in on_statusnet_auth_clicked
web.load_uri(url)
AttributeError: 'webkit.WebView' object has no attribute 'load_uri'
Seems like the problem is an incompatibility between Gwibber and the installed Python libraries. Googling for the error message didn't turn up any generic non-Gwibber solutions.
Looks like I have v. 1.1.5-1 python-webkit installed.
Are the Gwibber backports no longer viable on Ubuntu 9.10?
Follow ups
References