grammarly
grammarly copied to clipboard
Peculiar error: 401
I have a free account on Grammarly, and configured it this way
(setq grammarly-username "[email protected]")
(setq grammarly-password "myverysecretpassthatIwontshare")
Then when running
(grammarly-check-text "Hello Wrld")
I get this peculiar error
[nil 24509 5243 324811 nil grammarly--reset-timer (grammarly--after-got-cookie (lambda nil (null grammarly--start-checking-p))) nil 664000]
connecting as [email protected]
[error] request--callback: peculiar error: 401
Not sure if this is a user error or a bug though.
Thanks for reporting this issue!
This is probably related to this #3.
mee to
Is it ever fixed?
The next step is to use official api, this issue should be resolved after that!
okay, cool, looking forward to! Is it being actively worked on though?
Is it being actively worked on though?
I think Grammarly dev teams has made through their beta in grammarly-for-developers. It seems like it's still impossible for the REST API, but that's our goal. See https://github.com/grammarly/grammarly-for-developers/discussions/214.
Since only I work on the whole emacs-grammarly, it would be nice if experienced people would like to be one of the core developers. ;)
Cool, thanks for the quick reply @jcs090218 .
I added watch to https://github.com/grammarly/grammarly-for-developers/discussions/214, and I did a +1

I had a look, this a project has current 300 LoC of elisp code. I can't promise, but since I'd be interested in having grammarly on in my emacs, so I'd definitely be itchy to get it done when RESTFUL api is ready...