-
Notifications
You must be signed in to change notification settings - Fork 90
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
After login: not enough arguments for format string #288
Comments
Hi, I faced the same issue. It's because you're using python 3.8. The error shown is actually an error in formatting an error message. The root cause is actually an issue in defusedxml (which I could tell in debug mode locally with the full trace). I have successfully worked around this issue by updating defusedxml package from 0.5.0 to 0.6.0 in requirements.txt and then running
Would be good to get this PRed, but obviously further testing may be required. |
wow! thank you! |
…hen creating container
The PR above fixes this issue, if you want to merge it :) |
Hi,
this is the error after I send data to the login page:
There is a way to solve it?
Thank you!
The text was updated successfully, but these errors were encountered: