sigma / magit-gh-pulls

Magit plugin for dealing with GitHub pull requests
254 stars 48 forks source link

Wrong type argument: number-or-marker-p when creating PR #93

Open stig opened 8 years ago

stig commented 8 years ago

Recently, in the last few weeks, I'm getting the following error when trying to create PRs:

Contacting host: api.github.com:443
byte-code: Wrong type argument: number-or-marker-p, nil

I am using the latest Magit / gh-pulls versions available from Melpa. However, I am also using Emacs 25... Is that likely to be an issue? Magit itself works fine, as far as I can tell.

d12frosted commented 8 years ago

For me it happens not only when I create PR, but even when I try to update PR list. And to be honest, this happens not only with this packages. I wonder if it's related to Emacs 25. @stig what version of Emacs do you use?

alexander-yakushev commented 8 years ago

I'm pretty sure it's Emacs 25. I'm waiting to update when it hits the distros, meanwhile, I'm staying on a version most users have installed.

It'd be of great help if you could debug the issue and, perhaps, find a fix that doesn't break compatibility with 24.

d12frosted commented 8 years ago

That's funny because it's the first real issue with Emacs 25 I found. I can't promise, but if I find solution I'll let you know 😸

stig commented 8 years ago

GNU Emacs 25.0.94.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version 10.9.5 (Build 13F1603)) of 2016-05-17

yqrashawn commented 6 years ago

Same problem, any update?