-
Notifications
You must be signed in to change notification settings - Fork 56
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
Cannot paste text to enter cookie #95
Comments
Have you tried pasting and pressing enter? Sometimes the prompt behaves weirdly and doesn't show that the text is pasted yet it's there |
Yes. |
Then you can try creating the cookie file manually. Create a file named |
Same problem with me.
I tried creating the cookie file at that file, now show notification "http error 499" |
@Deshdeepak1 what is your nvim version? |
Until MunifTanjim/nui.nvim#362 is not merged, creating the cookie file manually should work now without any errors now. |
0.9.5 |
it gives "http error 499" |
After updating? Make sure you are using graphql requests |
Okay, I updated leetcode.nvim , and it works now. Thanks. |
Just a little addition, if you use |
You also need to manually trim out |
just in case you are a newbie like me and don't know how to use |
I select
Sign in (By Cookie)
which takes me to theEnter cookie
prompt. I then go to my browser and find the cookie from the graphql requests. I copy it to my clipboard. Then, when I move back to neovim to paste in the text, it simply enters nothing. I have tried ctrl-shift-v (this is what i usually use with neovim, and works fine everywhere else), shift-insert and the neovim command"*
. None of these are working for pasting text into the prompt. I am on neovim 0.9.5 and have the latest version of leetcode.nvim installed.The text was updated successfully, but these errors were encountered: