code-review
code-review copied to clipboard
can't add comment to PR
Describe the bug Got error:
eieio-oset--closql-oset: Wrong type argument: eieio-object, nil, obj
when trying to add single comment to PR
To Reproduce Steps to reproduce the behavior:
-
M-x code-review-start
, enter PR url - in Code Review buffer, press
r
thens c
- in the Code Review Comment buffer, typed comment, press
C-c C-c
got error
If I type r
followed by c
, then will get this error instead:
Errors: "Unprocessable Entity. You need to leave a comment indicating the requested changes."
Expected behavior A comment should be sent to the PR
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: MacOS
- Browser Chrome
- Version Emacs 28
Additional context I'm using enterprise github
This might be related to a bug I noticed that seemed to be because of either large sized comments with lots of code blocks and/or special characters.
I experience the same issue - I get the respective error messages in each of the two cases. How can I help trace the cause?
same issue here. Can reproduce on a public repo if needed, happy to join debugging efforts.
Getting this too. Has anyone had it work in some cases but not others? Example repos where it does and does not work would be helpful.
also hitting the same behavior