-
Notifications
You must be signed in to change notification settings - Fork 0
AuthenticationError
adasThePrime edited this page Apr 13, 2026
·
1 revision
Raised when session or crumb authentication fails. This typically happens when Yahoo changes their authentication mechanism or blocks the request.
from pyahoo import AuthenticationError
# or
from pyahoo.exceptions import AuthenticationErrorPyahooError
├── AuthenticationError <- You are here
├── APIError
│ ├── RateLimitError
│ └── NotFoundError
└── StreamingError