travis-ci / travis.rb

Travis CI Client (CLI and Ruby library)
MIT License
1.59k stars 409 forks source link

`raw` command fails for no apparent reason #833

Open john-h-k opened 1 year ago

john-h-k commented 1 year ago

Running travis raw fails for no apparent reason, even though the endpoint explorer works fine for me

❯ travis version
1.11.1
❯ travis whoami
You are john-h-k (John Kelly)

❯ travis raw  'repo/<my_repo_id>' # also tried repo slug
resource not found

I have tried specifying --pro and having it as the default endpoint. I have tried manually passing the correct travis token, and still no luck.

For context, this is a repository that is not mine but is an organisation which I have read and write access to