Skip to content
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

Issue closing error #397

Closed
mgcyung opened this issue Jan 18, 2019 · 8 comments
Closed

Issue closing error #397

mgcyung opened this issue Jan 18, 2019 · 8 comments

Comments

@mgcyung
Copy link
Contributor

mgcyung commented Jan 18, 2019

It says "user-error: Cannot close this issue: not the issue owner or an administrator of this repo" when I close a issue created by me.

@vermiculus
Copy link
Owner

What issue is it?

@mgcyung
Copy link
Contributor Author

mgcyung commented Jan 18, 2019

Can not close a issue by 'magithub-issue-close'. The error says
"user-error: Cannot close this issue: not the issue owner or an
administrator of this repo". The issue is created by myself such as
the one we are in.

@vermiculus
Copy link
Owner

Sorry if I was unclear – can you link to the issue that you cannot close?

@mgcyung
Copy link
Contributor Author

mgcyung commented Jan 18, 2019

Such as the current issue
#397.

@vermiculus
Copy link
Owner

What does (let-alist (magithub-user-me) .user.login) evaluate to for you? If that's nil, how about (let-alist (magithub-user-me) .login)?

@mgcyung
Copy link
Contributor Author

mgcyung commented Jan 19, 2019

What does (let-alist (magithub-user-me) .user.login) evaluate to for you? If that's nil, how about (let-alist (magithub-user-me) .login)?

(let-alist (magithub-user-me) .user.login) is evaluated to 'nil' and (let-alist (magithub-user-me) .login) is evaluat to 'mgcyung'

@vermiculus
Copy link
Owner

Should be fixed with the next MELPA update. Thanks for the report!

@mgcyung
Copy link
Contributor Author

mgcyung commented Jan 19, 2019

Yes, it works now. Thanks for the great work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants