Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Update README_FAQ.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark authored Oct 18, 2023
1 parent 4ee8903 commit 25b3fe6
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions documents/README_FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Development Status :: 5 - Production/Stable

# FAQ

# Troubleshooting Google Account-Related Issues with Bard API
## Troubleshooting Google Account-Related Issues with Bard API

```python
Response Error: b')]}\\'\\n\\n38\\n[[\"wrb.fr\",null,null,null,null,[8]]]\\n54\\n[[\"di\",59],
Expand All @@ -22,4 +22,16 @@ Please let me know if you need further assistance.



# QnA
## Before using the Bard API
- Google Bard can return different responses based on various factors such as account, country, region, IP, etc., following Google's policies. This means that even well-functioning methods, especially the `ask_about_image` method, can encounter Response Errors, which are caused by various reasons related to Google's policies, not package errors. It cannot be resolved at the package level. (e.g., CAPTCHA or HTTP 429 error)
- The API token(__Secure-1PSID cookie value) for this service is unofficial. Additionally, exposing it can allow others to easily use the Bard service with your Google ID, so never expose it.
- This service has very limited and variable call limits per unit of time, and exceeding rate limiting temporarily prevents obtaining normal response results.
- Sending the same question multiple times in requests can also temporarily prevent obtaining normal response results.
- Some regions may require additional cookie values besides __Secure-1PSID; refer to the issue page.
- The __Secure-1PSID cookie value may change frequently. Logout, restart your web browser, and enter the new __Secure-1PSID cookie value.
- Using this package for real-world applications is highly inappropriate. Due to rate limiting and variable API policies, it will only function temporarily.
- If the time interval between requests is very short, the Google API process may interpret it as performing a large number of requests and may not return normal responses.
- All these policies are subject to change, and the interface is also variable.


<br>

0 comments on commit 25b3fe6

Please sign in to comment.