quinone / password-manager

Password management application developed as a group project for college.
0 stars 0 forks source link

Login action not working - TypeError #16

Closed quinone closed 1 month ago

quinone commented 2 months ago

Successfully created a valid test account and was redirected to login. Tried to login and got this error:

TypeError: argument 'hashed_password': 'str' object cannot be converted to 'PyBytes' 127.0.0.1 - - [27/Apr/2024 17:44:45] "POST /loginAction HTTP/1.1" 500 -

quinone commented 2 months ago

Working for me now. Can you check if its working for you?