Quote:
Originally Posted by kovidgoyal
HBR should be fixed now. As for Barrons that looks like a login faliure. Have you checked your username/password.
|
Found the problem (at least for me). Commenting out the part below fixes it.
# if b'>Logout<' not in raw:
# raise ValueError(
# 'Failed to login (auth URL failed), check username and password')
Barron's for me at least doesn't have a Logout link from their page. You have to click on your profile which brings up a logout page.