Skip to content

Commit 3932ee8

Browse files
authored
Merge pull request #120 from rivajunior/patch-1
Add Known Limitation
2 parents e5acc23 + 8025a5f commit 3932ee8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ In addition, `translate()` and `trans()` methods will return `null` if there is
169169

170170
- `503 Service Unavailable` response:
171171
If you are getting this error, it is most likely that Google has banned your external IP address and/or [requires you to solve a CAPTCHA](https://github.com/Stichoza/google-translate-php/issues/18). This is not a bug in this package. Google has become stricter, and it seems like they keep lowering the number of allowed requests per IP per a certain amount of time. Try sending less requests to stay under the radar, or change your IP frequently ([for example using proxies](#http-client-configuration)). Please note that once an IP is banned, even if it's only temporary, the ban can last from a few minutes to more than 12-24 hours, as each case is different.
172+
- `429 Too Many Requests` response:
173+
This error is basically the same as explained above.
172174
- `413 Request Entity Too Large` response:
173175
This error means that your input string is too long. Google only allows a maximum of 5000 characters to be translated at once. If you want to translate a longer text, you can split it to shorter parts, and translate them one-by-one.
174176

@@ -182,4 +184,4 @@ If this package helped you reduce your time to develop something, or it solved a
182184

183185
- [Patreon](https://www.patreon.com/stichoza)
184186
- [PayPal](https://paypal.me/stichoza)
185-
187+

0 commit comments

Comments
 (0)