-
Notifications
You must be signed in to change notification settings - Fork 293
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
UserManager __init__ error #221
Comments
Whats in your File "prodserver.py" - show code |
Someone else will have to help you here. I just don't know. All I see is this error:
|
Maybe check this:
|
Yes you are right. Now it says 5 given, whereas before was 4 given. You need to find where that extra input is coming from. I think somewhere, its giving 4 inputs, instead of 3. What's line 95? File "/home/brucewayne/peak/peak/init.py", line 95, in create_app Also, have you tried just getting the basic working first? Then migrate across? What are you migrating from? Maybe since you're migrating, you need to run migration code then when it's migrated, you run the running code. Maybe there's a conflict between migration and running code. Hopefully somebody that's a pro will come and see you and help you. |
I recently migrated to V1.0 and have been running into this error. I use application factory set up and use with app.app_context() statement (don't know if this is relevant to the error or not). I was wondering if anyone has experienced this or if anyone could help figure out how to debug this one. Any help would be appreciated as I have been stuck on this one for a while.
The text was updated successfully, but these errors were encountered: