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

in authorize': undefined method captures' for nil:NilClass #454

Open
emerikaji opened this issue Dec 25, 2021 · 2 comments
Open

in authorize': undefined method captures' for nil:NilClass #454

emerikaji opened this issue Dec 25, 2021 · 2 comments

Comments

@emerikaji
Copy link

I just installed t, and was authorizing it the usual way. This error comes up right after I enter the pin.

I saw that this issue already came up, but it was for a bug in Metasearch, and it doesn't seem to be the case here, since Metasearch isn't mentioned in the error...

Traceback (most recent call last):
    7: from /usr/local/bin/t:23:in `<main>'
    6: from /usr/local/bin/t:23:in `load'
    5: from /var/lib/gems/2.7.0/gems/t-3.1.0/bin/t:20:in `<top (required)>'
    4: from /var/lib/gems/2.7.0/gems/thor-1.1.0/lib/thor/base.rb:485:in `start'
    3: from /var/lib/gems/2.7.0/gems/thor-1.1.0/lib/thor.rb:392:in `dispatch'
    2: from /var/lib/gems/2.7.0/gems/thor-1.1.0/lib/thor/invocation.rb:127:in `invoke_command'
    1: from /var/lib/gems/2.7.0/gems/thor-1.1.0/lib/thor/command.rb:27:in `run'
/var/lib/gems/2.7.0/gems/t-3.1.0/lib/t/cli.rb:98:in `authorize': undefined method `captures' for nil:NilClass (NoMethodError)
@raaghav-t
Copy link

I have an identical error with the only difference being 2.7.4 rather than 2.7.0

@maxlit
Copy link

maxlit commented Nov 8, 2022

I have the same error:

/Library/Ruby/Gems/2.6.0/gems/t-3.1.0/lib/t/cli.rb:98:in authorize': undefined method captures' for nil:NilClass (NoMethodError)
from /Library/Ruby/Gems/2.6.0/gems/thor-1.2.1/lib/thor/command.rb:27:in run' from /Library/Ruby/Gems/2.6.0/gems/thor-1.2.1/lib/thor/invocation.rb:127:in invoke_command'
from /Library/Ruby/Gems/2.6.0/gems/thor-1.2.1/lib/thor.rb:392:in dispatch' from /Library/Ruby/Gems/2.6.0/gems/thor-1.2.1/lib/thor/base.rb:485:in start'
from /Library/Ruby/Gems/2.6.0/gems/t-3.1.0/bin/t:20:in <top (required)>' from /usr/local/bin/t:23:in load'
from /usr/local/bin/t:23:in `

'

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

3 participants