ldelossa / gh.nvim

A fully featured GitHub integration for performing code reviews in Neovim.
MIT License
520 stars 24 forks source link

Error when opening a PR #94

Open bolt12 opened 8 months ago

bolt12 commented 8 months ago

When I try to open a PR I get the following error:

image

Interestingly, I tried opening other PRs and it worked. Don't know if there's anything wrong with the one I am trying to open

bolt12 commented 8 months ago

It seems this is related to #88

m42e commented 4 months ago

Could you add the output of GHOpenDebugBuffer with the config option set in the gh-cli config?

joestringer commented 1 week ago

In case anyone else stumbles on this and wants to debug further, the "config option set in the gh-cli config" is:

require('litee.gh').setup({debug_logging = true})