emacs-grammarly / grammarly

Grammarly API interface
GNU General Public License v3.0
123 stars 9 forks source link

Peculiar error: 401 #5

Open FrostyX opened 3 years ago

FrostyX commented 3 years ago

I have a free account on Grammarly, and configured it this way

(setq grammarly-username "XXX@email.cz")
(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 XXX@email.cz
[error] request--callback: peculiar error: 401

Not sure if this is a user error or a bug though.

jcs090218 commented 3 years ago

Thanks for reporting this issue!

This is probably related to this #3.

vzaliva commented 3 years ago

mee to

hellwolf commented 1 year ago

Is it ever fixed?

jcs090218 commented 1 year ago

The next step is to use official api, this issue should be resolved after that!

hellwolf commented 1 year ago

okay, cool, looking forward to! Is it being actively worked on though?

jcs090218 commented 1 year ago

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. ;)

hellwolf commented 1 year ago

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

image

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...