Skip to content
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

2Captcha ZERO_BALANCE ERROR #126

Open
nicolas1410 opened this issue Aug 19, 2022 · 1 comment
Open

2Captcha ZERO_BALANCE ERROR #126

nicolas1410 opened this issue Aug 19, 2022 · 1 comment

Comments

@nicolas1410
Copy link

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

Starting account creation for: jesusagomar@yahoo.es
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

@raphaelpalhano
Copy link

I received that too:

com.twocaptcha.exceptions.ApiException: ERROR_ZERO_BALANCE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants