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

t does_follow <someone> returns t: User not found #445

Open
ishikawa000 opened this issue Mar 26, 2021 · 2 comments
Open

t does_follow <someone> returns t: User not found #445

ishikawa000 opened this issue Mar 26, 2021 · 2 comments

Comments

@ishikawa000
Copy link

Hi :)

I'm a macOS user.

I'm in a problem. It is simply

$ /Users/myname/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/t-3.1.0/bin/t does_follow public_ai000ya
/Users/myname/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/t-3.1.0/bin/t: User not found.

I tested the ruby versions:

  • 2.4.0 (rbenv)
  • 2.7.2p137 (system - macbrew)

Does anyone have an idea?
Help, please x(

@ishikawa000
Copy link
Author

NOTE:
t follow, t timelinte, t leaders, and another commands is working well...

@ishikawa000
Copy link
Author

ishikawa000 commented Mar 26, 2021

workaround:

  for who in $(t followings) ; do
    # NOTE: Change this on my name is changed.
    if [[ $who = 'senka_ai_vrchat' ]] ; then
      return 0
    fi
  done
  return 1

(but too heavy.)

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

1 participant