Activity log for bug #522735

Date Who What changed Old value New value Message
2010-02-16 17:11:41 nsasherr bug added bug
2010-02-16 17:12:11 nsasherr description Arbitrarily, it seems, I am getting this message: Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner self.run() File "./fbfriendsgraph.py", line 149, in run iconnections = self.fb.friends.areFriends(ilist, myfriends) File "<string>", line 6, in areFriends File "/home/nathaniel/Desktop/fbfriendsgraph/facebook/__init__.py", line 517, in __call__ return self._client('%s.%s' % (self._name, method), args) File "/home/nathaniel/Desktop/fbfriendsgraph/facebook/__init__.py", line 1002, in __call__ return self._parse_response(response, method) File "/home/nathaniel/Desktop/fbfriendsgraph/facebook/__init__.py", line 939, in _parse_response self._check_error(result) File "/home/nathaniel/Desktop/fbfriendsgraph/facebook/__init__.py", line 890, in _check_error raise FacebookError(response['error_code'], response['error_msg'], response['request_args']) FacebookError: Error 4: Application request limit reached This has happened for me at 29%, 31% and 61%. My friends tree has not changed, and assuming that the programme walks a tree in a deterministic way, it seems like facebook is being somewhat arbitrary. Arbitrarily, it seems, I am getting this message: Exception in thread Thread-1: Traceback (most recent call last):   File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner     self.run()   File "./fbfriendsgraph.py", line 149, in run     iconnections = self.fb.friends.areFriends(ilist, myfriends)   File "<string>", line 6, in areFriends   File "/home/nathaniel/Desktop/fbfriendsgraph/facebook/__init__.py", line 517, in __call__     return self._client('%s.%s' % (self._name, method), args)   File "/home/nathaniel/Desktop/fbfriendsgraph/facebook/__init__.py", line 1002, in __call__     return self._parse_response(response, method)   File "/home/nathaniel/Desktop/fbfriendsgraph/facebook/__init__.py", line 939, in _parse_response     self._check_error(result)   File "/home/nathaniel/Desktop/fbfriendsgraph/facebook/__init__.py", line 890, in _check_error     raise FacebookError(response['error_code'], response['error_msg'], response['request_args']) FacebookError: Error 4: Application request limit reached This has happened for me at 29%, 31% and 61%. My friends graph has not changed, and assuming that the programme walks a graph in a deterministic way, it seems like facebook is being somewhat arbitrary.
2010-02-16 17:12:31 nsasherr description Arbitrarily, it seems, I am getting this message: Exception in thread Thread-1: Traceback (most recent call last):   File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner     self.run()   File "./fbfriendsgraph.py", line 149, in run     iconnections = self.fb.friends.areFriends(ilist, myfriends)   File "<string>", line 6, in areFriends   File "/home/nathaniel/Desktop/fbfriendsgraph/facebook/__init__.py", line 517, in __call__     return self._client('%s.%s' % (self._name, method), args)   File "/home/nathaniel/Desktop/fbfriendsgraph/facebook/__init__.py", line 1002, in __call__     return self._parse_response(response, method)   File "/home/nathaniel/Desktop/fbfriendsgraph/facebook/__init__.py", line 939, in _parse_response     self._check_error(result)   File "/home/nathaniel/Desktop/fbfriendsgraph/facebook/__init__.py", line 890, in _check_error     raise FacebookError(response['error_code'], response['error_msg'], response['request_args']) FacebookError: Error 4: Application request limit reached This has happened for me at 29%, 31% and 61%. My friends graph has not changed, and assuming that the programme walks a graph in a deterministic way, it seems like facebook is being somewhat arbitrary. Arbitrarily, it seems, I am getting this message: Exception in thread Thread-1: Traceback (most recent call last):   File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner     self.run()   File "./fbfriendsgraph.py", line 149, in run     iconnections = self.fb.friends.areFriends(ilist, myfriends)   File "<string>", line 6, in areFriends   File "/home/nathaniel/Desktop/fbfriendsgraph/facebook/__init__.py", line 517, in __call__     return self._client('%s.%s' % (self._name, method), args)   File "/home/nathaniel/Desktop/fbfriendsgraph/facebook/__init__.py", line 1002, in __call__     return self._parse_response(response, method)   File "/home/nathaniel/Desktop/fbfriendsgraph/facebook/__init__.py", line 939, in _parse_response     self._check_error(result)   File "/home/nathaniel/Desktop/fbfriendsgraph/facebook/__init__.py", line 890, in _check_error     raise FacebookError(response['error_code'], response['error_msg'], response['request_args']) FacebookError: Error 4: Application request limit reached This has happened for me at 29%, 31% and 61%. My friends list has not changed, and assuming that the programme walks a graph in a deterministic way, it seems like facebook is being somewhat arbitrary.
2010-02-18 18:28:08 Kamran Riaz Khan branch linked lp:~inspirated/fbfriendsgraph/testing
2010-02-18 18:28:24 Kamran Riaz Khan fbfriendsgraph: status New In Progress
2010-02-18 18:34:51 Kamran Riaz Khan fbfriendsgraph: assignee Kamran Riaz Khan (inspirated)
2010-02-18 18:34:55 Kamran Riaz Khan fbfriendsgraph: importance Undecided Medium
2010-02-20 14:31:18 Kamran Riaz Khan fbfriendsgraph: status In Progress Fix Committed
2010-02-21 16:18:08 Kamran Riaz Khan fbfriendsgraph: status Fix Committed Fix Released