-
Notifications
You must be signed in to change notification settings - Fork 186
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
main
fails due to NoMethodError
when calling competition.country.iso2
#10586
Comments
do you mean main? we haven't had master in like 2 years |
uhh, yes. Sorry, I was working with something with But eb7f694 is definitely tip-of-tree for |
master
fails due to NoMethodError
when calling competition.country.iso2
main
fails due to NoMethodError
when calling competition.country.iso2
What happens if you load the dev export instead? |
Given that But I can try this in a high-spec codespace some time later. |
Okay, I ended up trying this in an 8-core codespace (32GB RAM). It got this far and then didn't print anything else for over an hour:
Here's the stack trace from aborting with
|
do you have control over how much ram is allocated for docker? To speed it up we configured the mycnf
to need at least 4GB of RAM able to be allocated to the Mysql process |
I'm not sure. I tried looking it up, and I don't see an obvious flag I can pass to To be very blunt, this whole situations sets off my "trying to debug this will lead me to a dozen hours of yak shaving" red flags, so I'd rather put this off in favor of something like getting things working in codespaces without Docker (which is something Gregor and I have started talking about). If that leads to codespace prebuilds, that would make it much, much easier for someone like me to make contributions to the codebase. |
Describe the bug
main
fails due toNoMethodError
when callingcompetition.country.iso2
To Reproduce
# In one shell docker-compose up
Expected behavior
The site is served.
Screenshots
Desktop (please complete the following information):
eb7f6943db242ec1c7a309f192d3baef88b9ab94
(tip-of-tree onmain
)If I comment out the failing line, this reveals that it's caused by a multi-location comp:
This is similar to #1853 , but it's reproduced for me on
main
(and a few other commits) in multiple codespaces. So it's quite reproducible.The text was updated successfully, but these errors were encountered: