-
edit: I opened emacs 29.1 compiled with gnutls on the system that worked for 29.1.50 (SLES15.4), and it also worked. System 1 is SLES15.4 and system 2 is SLES12.5)
Though I am using a github enterprise instance I don't think this issue applies: #174 because I am able to make the request on my other emacs version. And we are using
global git config
If you look in the traces, the 29.1.50 uses Here is backtrace for emacs 29.1 w/ gnutls
Here is backtrace for emacs 29.1.50* without backtrace
My (use-package magit
:custom
(magit-refresh-verbose t)
(magit-auto-revert-mode t))
(use-package forge
:after magit
:config
(add-to-list 'forge-alist
'("github.host.com"
"github.host.com/api/v3"
"github.host.com"
forge-github-repository))) Any thoughts? I will continue to debug this. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 16 replies
-
Ok so trying to do the request manually on my own i am able to get a response back:
So I think there is something wrong with the syntax of the request. Possibly it's the fact that my work is sadly using GitHub 3.7 and forge supports only newer graphql syntax? |
Beta Was this translation helpful? Give feedback.
-
I don't really see a syntax query difference between the 3.12 and 3.7 github enterprise graphql, so I wonder if this is an actual issue with |
Beta Was this translation helpful? Give feedback.
-
I've tried checking out older versions of |
Beta Was this translation helpful? Give feedback.
-
There appear to be two problems:
|
Beta Was this translation helpful? Give feedback.
-
With the "unsecured instance" thing out of the way, I can start looking at the actual problem you are having. What Emacs version are you currently using? |
Beta Was this translation helpful? Give feedback.
Sorry for my delay. I thought I responded to this. I am now currently using 29.3 that I compiled myself. It works as expected now. I can use
forge
andorg-jira
. I am not sure if it could be the--with-json
requirement (as i had that in my other 29.1.50 version that i compiled)The other emacs I was using was 29.1 compiled by my work (i mentioned it above)