You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`WrongAPIKeyExceptionException`| Incorrect API Key for captcha solving site|
64
72
|`WrongSitekeyException`| Incorrect sitekey |
65
73
|`NoHarvesterException`| When the user did not / incorrectly chose a captcha harvester. Refer to the [guide](https://github.com/Matthew17-21/Captcha-Tools#how-to-use)|
74
+
|`CaptchaIMGTooBig`| The size of the captcha image is too big for the solving service. |
75
+
| `FailedToGetCapIMG`| Failed to get the captcha image from the URL. <br />**Tries 3 times before getting thrown.**<br />
66
76
67
77
```python
68
78
from captchatools import captcha_harvesters, exceptions as captchaExceptions
0 commit comments