-
Notifications
You must be signed in to change notification settings - Fork 74
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
(wrong-type-argument number-or-marker-p nil) in gh-url-response-init because url-http-end-of-headers does not seem to be properly available #102
Comments
Possibly related to magit/ghub#81 |
Wow, this is really strange. When I use edebug to break in |
Ahh, magit/ghub#81 (comment) seems to explain why this is the case. "Adding sleeps before the point where we send the http request consisntently fixes the issue for me" |
Okay, so here is the bug report we should look at: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34341 |
For now setting
fixes the issue. This should get fixed in newer versions of emacs though. |
Thank You @IvanMalison , this was not easy to find. |
Here is a full traceback:
Can't say I fully understand what is going on, but it seems that gh is expecting the url-http-end-of-headers variable to be populated, but this isn't happening for some reason.
The text was updated successfully, but these errors were encountered: