Script continue guessing even it already found the correct password

Also, there is an error shows up every time:
[15640:4116:0530/223056.116:ERROR:device_event_log_impl.cc(214)] [22:30:56.120] USB: usb_device_handle_win.cc:1058 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F) [15640:4116:0530/223056.116:ERROR:device_event_log_impl.cc(214)] [22:30:56.120] USB: usb_device_handle_win.cc:1058 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F) [15640:4116:0530/223056.116:ERROR:device_event_log_impl.cc(214)] [22:30:56.121] USB: usb_device_handle_win.cc:1058 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F)
What does the error means and how can I fix it?
The chrome window that pop-ups redirected to the User Dashboard when it enters 1234 as the password (which is in the password list). It means it is successfully logged in and found the password, but it will go back to login form and continue to guess the password without prompting what is the correct password...
I am using the Following: Chrome Version 91.0.4472.77 Python 3.9 Windows 10 Pro chromedriver is installed in directory as set in PATH variable, and I also copied it into the directory where the callow.py is located
Please help
The password input selector is wrong. It is trying to input the password somewhere that doesn't log you in
Use the following selectors:
#username
#password
https://maximousblk.me/posts/callow-bruteforce-tool
That is what I get when I right click on Password Field, Select Inspect, then Right click on the inspect window->Copy->Copy Selector....
I noticed the Password Field doesn't have an ID. I tried using #password and I get this error.

Perhaps, if the textbox for username and password don't have an ID, it maybe fail?
sorry, I just noticed you are not targeting my sandbox site, but rather some other site.
manually trying test1:1234 on https://payzhoppe.com/members-portal/login says its wrong password.
the test site is https://payzhoppe.com/dashboard/login