@Vampire
the fix
To replace
m["privacy"]["description"] = data["privacy"]["description"]
by
if data["privacy"].has_key("description"):
m["privacy"]["description"] = data["privacy"]["description"]
else:
m["privacy"]["description"] = "Unknown"
Worked,Much Appreciated
the line number in the default Gwibber version in the 12.04LTS was 210
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1088775
Title:
gwibber does not refresh Facebook feeds
To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/1088775/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs