-
Notifications
You must be signed in to change notification settings - Fork 32
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
Local error after updating to 1.0.2 #660
Comments
@GoFroggyRun interesting. How did you get this error? Is this a file upload? |
@hdoupe Nope. I just run the calculator without any reform. It seem that this has something to do with my environment setting, since the tests are failing as well. |
@hdoupe do you mind copy your environment here? |
Maybe, did you re-run |
Try re-running
|
@hdoupe Thanks for the tips. It looks like there're problems with my |
Okay. Problem solved after reseting the environment. Thanks @hdoupe. Closing. |
Which |
|
A list of my env:
|
Did you run |
@hdoupe Yup. |
@GoFroggyRun do you know where it's failing? You can check the log file in |
@GoFroggyRun new variables were added to the models. You may need to run
|
@hdoupe, I have already ran these two. Here's a copy of my most recent log:
|
Ok, it looks like everything submitted and you got results. So something went wrong between getting the results and submitting to the results page. I'm not really sure what's going on here. Most of the work from #641 was on processing the parameters and sending them to |
I tried to reset everything, but the same error persists: regardlessly, TaxBrain is not showing the result page. There's an error message reads: "Sorry! Your calculation failed. Please re-enter parameters and try again :(." @brittainhard, do you have output on this? |
@GoFroggyRun what error message is showing below the part with "Sorry your calculation failed"? |
@GoFroggyRun did you get the following error message at the end of your
|
@brittainhard: nothing. That's all what I got. |
@hdoupe Nope:
|
@GoFroggyRun did you migrate your database? |
@brittainhard Yup. |
@GoFroggyRun what is the output from flask server when that happens? |
@brittainhard Flask keeps repeating the following message, with a different pid each cycle:
|
@GoFroggyRun try running all the services separately and see what is causing flask to do that. |
Restart my laptop solves the problem. Closing. Thanks @hdoupe @brittainhard . |
@brittainhard Very funny. Restarting the computer--the gut reaction of every good computer scientist when an inexplicable bug is encountered. |
After updating to 1.0.2 version, I wasn't able to run TaxBrain locally. See:
py.test
is also failing. Investigating.The text was updated successfully, but these errors were encountered: