-
Notifications
You must be signed in to change notification settings - Fork 2
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
VSCode-Bard DOES NOT WORK... Cookie errors for plugins and API wrapper... still reporting cookie problems #11
Comments
What does mean 'reset cookie', How can I do it. Should I reset cookie in browser or in VS code. Can you provide instructions. Thank very much. |
Today I try to solution 2 and it works. |
I try Solution 1&2,Both failed in Firefox,But solution 2 OK in new edge. |
Hi to all, for accessing to Google Bard service more cookies are required in general. If following cookies are used it is not needed to have opened session to bard.google.com in any of web browser, but keep in mind that related __Secure cookies might be regenerated after re-login to Google services). No changes on the side of VSCode plugin are needed, plugin has sufficient support in codebase to proceed all related cookies, just need to be provided as string consist of separated cookies like following pattern: __Secure-<cookie_1_key>=<cookie_1_value>;__Secure-<cookie_2_key>=<cookie_2_value>; Recommendation for extracting of cookies - Firefox users (feel free to align to your case/preference): Firefox ESR: Firefox Release: Note for Firefox data gathering: Note for other browsers When needed just update plugin settings - provide up-to-data cookie data. Suggestion for plugin owner/developer: Thank you. Stefan |
The solution for me was to use ONLY THE COOKIE VALUE. So don't try to add the prefix. This DOES NOT WORK, try to paste => THIS WORKS!!!! paste only the cookie value => Maybe update the instructions to be specific about this. UPDATE: Well this had been working but today it's not. I tried copying cookies from two different browsers, both failed to work. 🤦🏻♂️ |
Hi to all, cookies are working as expected, implementation of this plugin regarding handling of cookies is really sufficient Quick summary for better understanding about required data set to be provided for this plugin Note for <data_part_{01,02,03}>:
Above described is highly recommended to be able to use of Google Bard service in general. What is also important to keep in mind:
Summary Thank you for understanding and cooperation in advance, Have a nice day. |
Solution 2 work fine. :) you need to copy and paste all cookies. The first solution is just only one. |
The solution posted by V1x0r worked for me. Thanks! |
I added the cookie as instructed.
Here's my prompt.
You
What is the os module in the Python Standard Library?
Bard ERROR MESSAGE:
"Failed to get bard params SNlM0e, pls retry or check your cookies. You can get your cookie by following the instructions provided in this link."
Google is blocking this VSCode extension, the same way it blocks Bard-API and other wrappers around the Bard Chat interface in a browser.
It looks like Google is forcing everyone to use their PALM API package.
dsdanielpark/Bard-API#155
Too bad. Great idea. Not working though.
Big Tech, Cloud Monopoly Sledge Hammer comes down on developers again!!!
The text was updated successfully, but these errors were encountered: