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
This is because the answermatch might be nil. I fixed it by placing that into an if block checking for nil answermatch and skipping if not - and then it works - but it doesn't.
Now it doesn't make ANY clues. It correctly gets categories, but never gets a single clue.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
When you attempt to get_clues, you get an error:
NoMethodError: undefined method `captures' for nil:NilClass
This is because the answermatch might be nil. I fixed it by placing that into an if block checking for nil answermatch and skipping if not - and then it works - but it doesn't.
Now it doesn't make ANY clues. It correctly gets categories, but never gets a single clue.
The text was updated successfully, but these errors were encountered: