-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when trying to log in. #27
Comments
My guess is that the ID has changed for whatever that element is on the Investopedia site so BeautifulSoup isn't able to grab it since it's hard-coded with a potentially stale value. I'd investigate that first if I were you, could be a quick and easy PR |
Ok, I think i fixed the problem, but I don't have the slightest clue on how to test the module locally. :( |
Also experiencing this issue :/ |
I have the same issue as Bulmenisaurus. Nothing worked. How can I fix it. I have Python 3.9 |
Has anyone solved this yet? |
@SoggyWaffle27 try applying the changes in #28. |
I was trying to use this api, but encountered problems upon logging in. Here is the full error:
account_info[0]
andaccount_info[1]
is the login information. Seeing how old the commits are, I'll probably look for a more active API.The text was updated successfully, but these errors were encountered: