Closed (fixed)
Project:
Twitter
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Sep 2011 at 15:51 UTC
Updated:
26 Oct 2011 at 15:50 UTC
When using an unauthenticated request, API calls will fail if 150 calls have been made from the same IP address within an hour. The Twitter module doesn't show an error message or log anything to the watchdog, leading to epic confusion.
At the least, there should be a watchdog call, and some friendly error message for users.
Comments
Comment #1
juampynr commentedI have added watchdog calls when TwitterException is catched. Ported to 6.x-3-x and 7.x-3.x branches.
http://drupalcode.org/project/twitter.git/commitdiff/051f9e905bb8798b97b...
http://drupalcode.org/project/twitter.git/commitdiff/cabe42874d69994f425...