Closed Joshimmor closed 2 years ago
I only get this when my login fails; otherwise I can't reproduce this. Can you verify your credentials, then run this small script and see what happens?
from kenpompy.utils import login
from kenpompy.summary import get_fourfactors
browser = login(r'<my_email>', r'<my_password>')
print(get_fourfactors(browser, 2022))
Yeah, I can't replicate this, likely due to not logging in. Closing, but feel free to re-open if it's still a problem.
When making a get_fourfactors call, a list index out of range error was returned. I used this library before, I don't know how to trace this bug.