Skip to content
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

"maximum recursion depth exceeded" when trying to be obstinate and go to the bottom of things #1

Open
jjst opened this issue Jul 15, 2016 · 5 comments

Comments

@jjst
Copy link

jjst commented Jul 15, 2016

I admit it. I was obstinate. I didn't want to open my eyes. I wanted to see what it was like. Or rather not see, in a way, for the world seemed too dull and depressing.

So yes, I was obstinate, but I then decided to go straight to the bottom of things, because hey, I'm obstinate, but also lazy. But then this happened:

  File "/home/jjst/dev/youarearock/questionnode.py", line 177, in spasm
    self.spasm(standardscreen)
  File "/home/jjst/dev/youarearock/questionnode.py", line 177, in spasm
    self.spasm(standardscreen)
  File "/home/jjst/dev/youarearock/questionnode.py", line 177, in spasm
    self.spasm(standardscreen)
  File "/home/jjst/dev/youarearock/questionnode.py", line 177, in spasm
    self.spasm(standardscreen)
  File "/home/jjst/dev/youarearock/questionnode.py", line 177, in spasm
    self.spasm(standardscreen)
  File "/home/jjst/dev/youarearock/questionnode.py", line 177, in spasm
    self.spasm(standardscreen)
  File "/home/jjst/dev/youarearock/questionnode.py", line 177, in spasm
    self.spasm(standardscreen)
  File "/home/jjst/dev/youarearock/questionnode.py", line 177, in spasm
    self.spasm(standardscreen)
  File "/home/jjst/dev/youarearock/questionnode.py", line 177, in spasm
    self.spasm(standardscreen)
  File "/home/jjst/dev/youarearock/questionnode.py", line 175, in spasm
    standardscreen.addstr("     " + str(self.eternity))
RuntimeError: maximum recursion depth exceeded while getting the str of an object

TL;DR: The following series of actions 1 -> 2 -> 1 -> smash enter until next screen -> 1 leads to a maximum recursion depth exceeded.

@ana0
Copy link
Owner

ana0 commented Jul 15, 2016

Haha, hi Jeremie! Thanks for confessing to being obstinate :)

This is how the game ends. You went to the very bottom of things and it was the maximum recursion depth.

DON'T TELL ANYONE NO SPOILERS

@jjst
Copy link
Author

jjst commented Jul 15, 2016

Mind = 💥

@pjf
Copy link

pjf commented Sep 30, 2016

DON'T TELL ANYONE NO SPOILERS

Too late (for me). :)

@ana0
Copy link
Owner

ana0 commented Sep 30, 2016

Haha! Spoiler risk aside, I love this issue - it must remain!!

@makew0rld
Copy link

"It's not a bug, it's a feature!" - WONTFIX 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants