gh.nvim icon indicating copy to clipboard operation
gh.nvim copied to clipboard

Error when opening a PR

Open bolt12 opened this issue 2 years ago • 3 comments

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 avatar Oct 24 '23 12:10 bolt12

It seems this is related to #88

bolt12 avatar Oct 24 '23 12:10 bolt12

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

m42e avatar Feb 24 '24 15:02 m42e

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

joestringer avatar Jul 10 '24 00:07 joestringer