sferik/t-ruby

`t does_follow <someone>` returns `t: User not found`

ishikawa000 opened this issue · 2 comments

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(

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

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.)