discord-spam-bots icon indicating copy to clipboard operation
discord-spam-bots copied to clipboard

2Captcha ZERO_BALANCE ERROR

Open nicolas1410 opened this issue 2 years ago • 1 comments

Describe the bug When I launch the Account Creator, here is the issue I get:

Starting account creation for: [email protected] Traceback (most recent call last): File "C:\Users\nicod\Desktop\RAIDTOOLBOX\discord-spam-bots-master\discord-spam-bots-master\bots\misc\account-creator\account_creator.py", line 81, in create() File "C:\Users\nicod\Desktop\RAIDTOOLBOX\discord-spam-bots-master\discord-spam-bots-master\bots\misc\account-creator\account_creator.py", line 44, in create recaptcha_answer = solver.hcaptcha(sitekey=site_key,url=discordUrl) File "C:\Python310\lib\site-packages\twocaptcha\solver.py", line 198, in hcaptcha result = self.solve(sitekey=sitekey, File "C:\Python310\lib\site-packages\twocaptcha\solver.py", line 403, in solve id_ = self.send(**kwargs) File "C:\Python310\lib\site-packages\twocaptcha\solver.py", line 457, in send response = self.api_client.in_(files=files, **params) File "C:\Python310\lib\site-packages\twocaptcha\api.py", line 76, in in_ raise ApiException(resp) twocaptcha.api.ApiException: ERROR_ZERO_BALANCE

I'm on masterfork and windows 11

nicolas1410 avatar Aug 19 '22 11:08 nicolas1410

I received that too:

com.twocaptcha.exceptions.ApiException: ERROR_ZERO_BALANCE

raphaelpalhano avatar Oct 07 '23 03:10 raphaelpalhano