rhiever / TwitterFollowBot

A Python bot that automates several actions on Twitter, such as following users and favoriting tweets.
GNU General Public License v3.0
1.31k stars 447 forks source link

Error with auto_unfollow_nonfollowers() #105

Open RubyByru opened 8 years ago

RubyByru commented 8 years ago

Hey guys, thank's for the bot! I have an error with auto_unfollow_nonfollowers()

Traceback (most recent call last): File "bot.py", line 5, in <module> my_bot.auto_unfollow_nonfollowers() File "build/bdist.macosx-10.11-intel/egg/TwitterFollowBot/__init__.py", line 404, in auto_unfollow_nonfollowers File "/Library/Python/2.7/site-packages/twitter/api.py", line 308, in __call__ return self._handle_response(req, uri, arg_data, _timeout) File "/Library/Python/2.7/site-packages/twitter/api.py", line 341, in _handle_response raise TwitterHTTPError(e, uri, self.format, arg_data) twitter.api.TwitterHTTPError: Twitter sent status 404 for URL: 1.1/friendships/destroy.json using parameters: (oauth_consumer_key=XXX&oauth_nonce=XXX&oauth_signature_method=HMAC-SHA1&oauth_timestamp=XXX&oauth_token=XXX&oauth_version=1.0&user_id=XXX&oauth_signature=XXX) details: {u'errors': [{u'message': u'Sorry, that page does not exist.', u'code': 34}]}

Someone can help me? Thanks