You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/Users/umairashraf/.local/share/virtualenvs/base/lib/python3.7/site-packages/loginform.py", line 105, in <module>
sys.exit(main())
File "/Users/umairashraf/.local/share/virtualenvs/base/lib/python3.7/site-packages/loginform.py", line 98, in main
values, action, method = fill_login_form(args.url, r.text, args.username, args.password)
File "/Users/umairashraf/.local/share/virtualenvs/base/lib/python3.7/site-packages/loginform.py", line 77, in fill_login_form
form = _pick_form(doc.xpath('//form'))
File "/Users/umairashraf/.local/share/virtualenvs/base/lib/python3.7/site-packages/loginform.py", line 42, in _pick_form
return sorted(forms, key=_form_score, reverse=True)[0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: