You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
TL;DR: The following series of actions
1 -> 2 -> 1 -> smash enter until next screen -> 1
leads to a maximum recursion depth exceeded.The text was updated successfully, but these errors were encountered: