octokat.js icon indicating copy to clipboard operation
octokat.js copied to clipboard

Another Invalid Path bug

Open RichardLitt opened this issue 9 years ago • 2 comments
trafficstars

Relevant code.

To reproduce: Download repo, then:

$ node cli.js test
BUG: Invalid Path. If this is actually a valid path then please update the URL_VALIDATOR. path=/users/
[@diasdavid](//github.com/diasdavid) (David Dias)
[@jbenet](//github.com/jbenet) (Juan Benet)
[@RichardLitt](//github.com/RichardLitt) (Richard Littauer)

Not sure why test is an invalid path.

RichardLitt avatar Apr 27 '16 14:04 RichardLitt

Found another one:

image

Via:

https://api.github.com/organizations/10092752/repos?page=2

By calling:

octocat.orgs(org).repos.fetchAll()

natew avatar Sep 21 '17 18:09 natew

I can confirm and replicate @natew's above.

RichardLitt avatar Sep 26 '17 19:09 RichardLitt