Get Started
Base Class
References
Filters
Miscellaneous
This page contains all the Exceptions raised by the different methods
Bases : Exception
Exception
This Exception is raised when you use a method which required the user to be authenticated.
tweety.exceptions_.AuthenticationRequired
Main Exception Message
Exception Error Code
Twitter Internal Error Name
Raw Response returned by the Twitter
tweety.exceptions_.UserNotFound
This Exception is raised when the tweet which is begin queried is not Found / Invalid.
tweety.exceptions_.InvalidTweetIdentifier
This Exception is raised when guest token couldn’t be obtained.
tweety.exceptions_.GuestTokenNotFound
This Exception is raised when the user which is begin queried has private profile.This can be fixed by authenticating the request using cookies
tweety.exceptions_.UserProtected
This Exception is raised when the cookies provided for authentication are invalid
tweety.exceptions_.InvalidCredentials
This Exception is raised when you have exceeded the Twitter Rate Limit
tweety.exceptions_.RateLimitReached
Exception Raised when the Twitter deny the login request , could be due to multiple login attempts (or failed attempts)
tweety.exceptions_.DeniedLogin
This Exception is raised when a error unknown to Tweety occurs
tweety.exceptions_.UnknownError
This Exception is raised when an additional step is required for Logging-in
tweety.exceptions_.ActionRequired
Main Exception Message / Description of the Action to be performed
This Exception is raised when List queried is not Found
tweety.exceptions_.ListNotFound
This Exception is raised when queried Tweet is protected, and you need authorization to access it
tweety.exceptions_.ProtectedTweet
This Exception is raised when Proxy Format is Irregular
tweety.exceptions_.ProxyParseError