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

Trying to open a PR throws error #9

Closed
dlvhdr opened this issue May 14, 2022 · 3 comments
Closed

Trying to open a PR throws error #9

dlvhdr opened this issue May 14, 2022 · 3 comments

Comments

@dlvhdr
Copy link
Contributor

dlvhdr commented May 14, 2022

Not sure, but I think the plugin got stuck on fetching contributors (⣷ fetching repository contributors). It's my company's private repo, so maybe it times out because of too many contributors.
The error I get is:

Error executing luv callback:
...te/pack/packer/start/gh.nvim/lua/litee/gh/ghcli/init.lua:68: Expected the end but found T_ARR_BEGIN at character 100610
stack traceback:
        [C]: in function 'decode'
        ...te/pack/packer/start/gh.nvim/lua/litee/gh/ghcli/init.lua:68: in function <...te/pack/packer/start/gh.nvim/lua/litee/gh/ghcli/init.lua:59>
@ldelossa
Copy link
Owner

Are you using HEAD? At the least, we shouldn't see that error anymore, since json functions are wrapped in "pcall" and error checked. Hmm. Let me look into this a bit if you are.

@ldelossa
Copy link
Owner

Also, does it work with a public repo? Youre not the only one having issue with private repos.

@ldelossa
Copy link
Owner

@dlvhdr I think you hit the nail on the head with "too many collaborators". This is ultimately the same issue as: #8
Going to close this one and lets track at #8

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

2 participants