-
Notifications
You must be signed in to change notification settings - Fork 51
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
Error: (wrong-type-argument sequencep listp)
on code-review-start
#222
Comments
I get this same error, although mine gets to 50%. I was trying to pass in a bitbucket URL. My emacs version string is
|
thank you for package. |
more light (deferred:default-cancel does get improper number of arguments?):
@gjnoonan, @anonimitoraf, please visit deferred:debug variable definition, change it to t, make sure deferred.elc has been recompiled. restart emacs and observe deferred-debug buffer @wandersoncferreira, can I enlarge limit of diffs size somehow (as a workaround..) regards, |
Maybe try updating Magit and Forge to the latest versions, that fixed a similar issue for me. |
I've found what caused this error in my case. I had to set the following variables like so to fix it: (setq code-review-auth-login-marker 'forge)
(setq code-review-gitlab-base-url "<gitlab-instance>")
(setq code-review-gitlab-host "<gitlab-instance>/api")
(setq code-review-gitlab-graphql-host "<gitlab-instance>/api") Unfortunately, this error can be caused in many different ways, which all look the same because of deferred.el. In my case, essentially any error in "code-review--build-buffer" looks like this. |
Hi, I'm really keen on using this package for my day job workflow but I get an error when I run
code-review-start
Describe the bug
On
code-review-start
, I get this error:To Reproduce
Steps to reproduce the behavior:
code-review-start
debug-on-error
but it doesn't give me a stacktrace on error which I guess is due to it being deferredDesktop (please complete the following information):
The text was updated successfully, but these errors were encountered: