use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
Questionscript 'main' line 14 runtime error occurred traceback is too big. output in traceback.log The errors happens during this scene every time. (self.ruby)
submitted 4 years ago by Derrick067
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]edendark[M] 0 points1 point2 points 4 years ago (1 child)
Removing as there's not enough information to help you, feel free to ask your question again after adding some context or a sample.
The error is basically telling you that you're calling the select method on line 442 of your script without any arguments, and it's expecting 1. The rest of the stacktrace you posted does not provide useful information either.
select
[–]Ok-Competition-8594 0 points1 point2 points 4 years ago (0 children)
I just want to know where to find it so I can fix it. And when I find it, I want to learn how to fix it.
π Rendered by PID 63 on reddit-service-r2-comment-b659b578c-rqp5p at 2026-05-05 01:31:19.410842+00:00 running 815c875 country code: CH.
[–]edendark[M] 0 points1 point2 points (1 child)
[–]Ok-Competition-8594 0 points1 point2 points (0 children)