[Desktop-packages] [Bug 1190575] Re: Twitter doesn't work anymore after retirement of v1 api on 12.04
*** This bug is a duplicate of bug 1190479 *** https://bugs.launchpad.net/bugs/1190479 @Eemil Lagerspetz @Khurshid Alam: It works! Thank both of you! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gwibber in Ubuntu. https://bugs.launchpad.net/bugs/1190575 Title: Twitter doesn't work anymore after retirement of v1 api on 12.04 Status in Gwibber: New Status in “gwibber” package in Ubuntu: Confirmed Status in “gwibber” source package in Precise: Triaged Bug description: Gwibber does NOT work with twitter anymore as Twitter abandoned their v1 api. On Ubuntu 12.04 gwibber (3.4.2) still uses twitter api v1. This can be confirmed by running following commands: cat /usr/share/gwibber/plugins/twitter/__init__.py | grep 'API_PREFIX =' API_PREFIX = "https://api.twitter.com/1"; On twitter developer page it says: "Authenticated & unauthenticated requests to api.twitter.com/1/* will receive HTTP 410 Gone. Use API v1.1 instead." Hence it is unable to receive any tweets. To manage notifications about this bug go to: https://bugs.launchpad.net/gwibber/+bug/1190575/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1190575] Re: Twitter doesn't work anymore after retirement of v1 api on 12.04
*** This bug is a duplicate of bug 1190479 *** https://bugs.launchpad.net/bugs/1190479 The workaround works for me, but I need to also change line 144 of /usr/share/gwibber/plugins/twitter/gtk/twitter/__init__.py to http_url="http://api.twitter.com/1.1/account/verify_credentials.json";, parameters=None) Thanks! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gwibber in Ubuntu. https://bugs.launchpad.net/bugs/1190575 Title: Twitter doesn't work anymore after retirement of v1 api on 12.04 Status in Gwibber: New Status in “gwibber” package in Ubuntu: Confirmed Status in “gwibber” source package in Precise: Triaged Bug description: Gwibber does NOT work with twitter anymore as Twitter abandoned their v1 api. On Ubuntu 12.04 gwibber (3.4.2) still uses twitter api v1. This can be confirmed by running following commands: cat /usr/share/gwibber/plugins/twitter/__init__.py | grep 'API_PREFIX =' API_PREFIX = "https://api.twitter.com/1"; On twitter developer page it says: "Authenticated & unauthenticated requests to api.twitter.com/1/* will receive HTTP 410 Gone. Use API v1.1 instead." Hence it is unable to receive any tweets. To manage notifications about this bug go to: https://bugs.launchpad.net/gwibber/+bug/1190575/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1190575] Re: Twitter doesn't work anymore after retirement of v1 api on 12.04
*** This bug is a duplicate of bug 1190479 *** https://bugs.launchpad.net/bugs/1190479 ** This bug is no longer a duplicate of bug 1190359 gwibber authentication fail ** This bug has been marked a duplicate of bug 1190479 Twitter auth does not work. API Change. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gwibber in Ubuntu. https://bugs.launchpad.net/bugs/1190575 Title: Twitter doesn't work anymore after retirement of v1 api on 12.04 Status in Gwibber: New Status in “gwibber” package in Ubuntu: Confirmed Status in “gwibber” source package in Precise: Triaged Bug description: Gwibber does NOT work with twitter anymore as Twitter abandoned their v1 api. On Ubuntu 12.04 gwibber (3.4.2) still uses twitter api v1. This can be confirmed by running following commands: cat /usr/share/gwibber/plugins/twitter/__init__.py | grep 'API_PREFIX =' API_PREFIX = "https://api.twitter.com/1"; On twitter developer page it says: "Authenticated & unauthenticated requests to api.twitter.com/1/* will receive HTTP 410 Gone. Use API v1.1 instead." Hence it is unable to receive any tweets. To manage notifications about this bug go to: https://bugs.launchpad.net/gwibber/+bug/1190575/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1190575] Re: Twitter doesn't work anymore after retirement of v1 api on 12.04
*** This bug is a duplicate of bug 1190479 *** https://bugs.launchpad.net/bugs/1190479 Workaround: On Quantal (Gwibber 3.6): pkill gwibber Open "/usr/share/gwibber/plugins/twitter/__init__.py" in gedit as root & change `API_PREFIX = "https://api.twitter.com/1"` to `API_PREFIX = "https://api.twitter.com/1.1"` On Precise (Gwibber 3.4.2): Same changes will work. But time to time it tends to throw "sorry that page is not found". However I couldn't able to reproduce it.Unfortunately I am no expert in python, hence I have a hard time to figure out what API change on twitter part causing this. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gwibber in Ubuntu. https://bugs.launchpad.net/bugs/1190575 Title: Twitter doesn't work anymore after retirement of v1 api on 12.04 Status in Gwibber: New Status in “gwibber” package in Ubuntu: Confirmed Status in “gwibber” source package in Precise: Triaged Bug description: Gwibber does NOT work with twitter anymore as Twitter abandoned their v1 api. On Ubuntu 12.04 gwibber (3.4.2) still uses twitter api v1. This can be confirmed by running following commands: cat /usr/share/gwibber/plugins/twitter/__init__.py | grep 'API_PREFIX =' API_PREFIX = "https://api.twitter.com/1"; On twitter developer page it says: "Authenticated & unauthenticated requests to api.twitter.com/1/* will receive HTTP 410 Gone. Use API v1.1 instead." Hence it is unable to receive any tweets. To manage notifications about this bug go to: https://bugs.launchpad.net/gwibber/+bug/1190575/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1190575] Re: Twitter doesn't work anymore after retirement of v1 api on 12.04
*** This bug is a duplicate of bug 1190359 *** https://bugs.launchpad.net/bugs/1190359 Yes, it's my problem Turpial & hotot = bug -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gwibber in Ubuntu. https://bugs.launchpad.net/bugs/1190575 Title: Twitter doesn't work anymore after retirement of v1 api on 12.04 Status in Gwibber: New Status in “gwibber” package in Ubuntu: Confirmed Status in “gwibber” source package in Precise: Triaged Bug description: Gwibber does NOT work with twitter anymore as Twitter abandoned their v1 api. On Ubuntu 12.04 gwibber (3.4.2) still uses twitter api v1. This can be confirmed by running following commands: cat /usr/share/gwibber/plugins/twitter/__init__.py | grep 'API_PREFIX =' API_PREFIX = "https://api.twitter.com/1"; On twitter developer page it says: "Authenticated & unauthenticated requests to api.twitter.com/1/* will receive HTTP 410 Gone. Use API v1.1 instead." Hence it is unable to receive any tweets. To manage notifications about this bug go to: https://bugs.launchpad.net/gwibber/+bug/1190575/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1190575] Re: Twitter doesn't work anymore after retirement of v1 api on 12.04
*** This bug is a duplicate of bug 1190359 *** https://bugs.launchpad.net/bugs/1190359 ** This bug has been marked a duplicate of bug 1190359 gwibber authentication fail -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gwibber in Ubuntu. https://bugs.launchpad.net/bugs/1190575 Title: Twitter doesn't work anymore after retirement of v1 api on 12.04 Status in Gwibber: New Status in “gwibber” package in Ubuntu: Confirmed Status in “gwibber” source package in Precise: Triaged Bug description: Gwibber does NOT work with twitter anymore as Twitter abandoned their v1 api. On Ubuntu 12.04 gwibber (3.4.2) still uses twitter api v1. This can be confirmed by running following commands: cat /usr/share/gwibber/plugins/twitter/__init__.py | grep 'API_PREFIX =' API_PREFIX = "https://api.twitter.com/1"; On twitter developer page it says: "Authenticated & unauthenticated requests to api.twitter.com/1/* will receive HTTP 410 Gone. Use API v1.1 instead." Hence it is unable to receive any tweets. To manage notifications about this bug go to: https://bugs.launchpad.net/gwibber/+bug/1190575/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1190575] Re: Twitter doesn't work anymore after retirement of v1 api on 12.04
Yeah, this is not exactly my top priority right now. Ken, do you know offhand if 1.1 is implemented in later versions of gwibber? Can I just SRU a newer version or do I actually have to implement twitter 1.1 from scratch here? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gwibber in Ubuntu. https://bugs.launchpad.net/bugs/1190575 Title: Twitter doesn't work anymore after retirement of v1 api on 12.04 Status in Gwibber: New Status in “gwibber” package in Ubuntu: Confirmed Status in “gwibber” source package in Precise: Triaged Bug description: Gwibber does NOT work with twitter anymore as Twitter abandoned their v1 api. On Ubuntu 12.04 gwibber (3.4.2) still uses twitter api v1. This can be confirmed by running following commands: cat /usr/share/gwibber/plugins/twitter/__init__.py | grep 'API_PREFIX =' API_PREFIX = "https://api.twitter.com/1"; On twitter developer page it says: "Authenticated & unauthenticated requests to api.twitter.com/1/* will receive HTTP 410 Gone. Use API v1.1 instead." Hence it is unable to receive any tweets. To manage notifications about this bug go to: https://bugs.launchpad.net/gwibber/+bug/1190575/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1190575] Re: Twitter doesn't work anymore after retirement of v1 api on 12.04
Robert, can you see how long it will take you to fix that? If you need more than a few days to fix this I've to swap the client for the meantime. :( -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gwibber in Ubuntu. https://bugs.launchpad.net/bugs/1190575 Title: Twitter doesn't work anymore after retirement of v1 api on 12.04 Status in Gwibber: New Status in “gwibber” package in Ubuntu: Confirmed Status in “gwibber” source package in Precise: Triaged Bug description: Gwibber does NOT work with twitter anymore as Twitter abandoned their v1 api. On Ubuntu 12.04 gwibber (3.4.2) still uses twitter api v1. This can be confirmed by running following commands: cat /usr/share/gwibber/plugins/twitter/__init__.py | grep 'API_PREFIX =' API_PREFIX = "https://api.twitter.com/1"; On twitter developer page it says: "Authenticated & unauthenticated requests to api.twitter.com/1/* will receive HTTP 410 Gone. Use API v1.1 instead." Hence it is unable to receive any tweets. To manage notifications about this bug go to: https://bugs.launchpad.net/gwibber/+bug/1190575/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1190575] Re: Twitter doesn't work anymore after retirement of v1 api on 12.04
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gwibber (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gwibber in Ubuntu. https://bugs.launchpad.net/bugs/1190575 Title: Twitter doesn't work anymore after retirement of v1 api on 12.04 Status in Gwibber: New Status in “gwibber” package in Ubuntu: Confirmed Status in “gwibber” source package in Precise: Triaged Bug description: Gwibber does NOT work with twitter anymore as Twitter abandoned their v1 api. On Ubuntu 12.04 gwibber (3.4.2) still uses twitter api v1. This can be confirmed by running following commands: cat /usr/share/gwibber/plugins/twitter/__init__.py | grep 'API_PREFIX =' API_PREFIX = "https://api.twitter.com/1"; On twitter developer page it says: "Authenticated & unauthenticated requests to api.twitter.com/1/* will receive HTTP 410 Gone. Use API v1.1 instead." Hence it is unable to receive any tweets. To manage notifications about this bug go to: https://bugs.launchpad.net/gwibber/+bug/1190575/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1190575] Re: Twitter doesn't work anymore after retirement of v1 api on 12.04
Robert, can you look at this? The maintenance branch is lp:gwibber/3.4 ** Also affects: gwibber (Ubuntu) Importance: Undecided Status: New ** Also affects: gwibber (Ubuntu Precise) Importance: Undecided Status: New ** Changed in: gwibber (Ubuntu Precise) Assignee: (unassigned) => Robert Bruce Park (robru) ** Changed in: gwibber (Ubuntu Precise) Status: New => Triaged ** Changed in: gwibber (Ubuntu Precise) Importance: Undecided => High -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gwibber in Ubuntu. https://bugs.launchpad.net/bugs/1190575 Title: Twitter doesn't work anymore after retirement of v1 api on 12.04 Status in Gwibber: New Status in “gwibber” package in Ubuntu: New Status in “gwibber” source package in Precise: Triaged Bug description: Gwibber does NOT work with twitter anymore as Twitter abandoned their v1 api. On Ubuntu 12.04 gwibber (3.4.2) still uses twitter api v1. This can be confirmed by running following commands: cat /usr/share/gwibber/plugins/twitter/__init__.py | grep 'API_PREFIX =' API_PREFIX = "https://api.twitter.com/1"; On twitter developer page it says: "Authenticated & unauthenticated requests to api.twitter.com/1/* will receive HTTP 410 Gone. Use API v1.1 instead." Hence it is unable to receive any tweets. To manage notifications about this bug go to: https://bugs.launchpad.net/gwibber/+bug/1190575/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp