For questions specific to the Captcha recognition service named "2Captcha". When using this tag also include the more generic [captcha] tag. Please also provide a tag for the language that you are coding in.
Questions tagged [2captcha]
107 questions
0
votes
2 answers
How do I submit the token in the FunCaptcha callback function?
Trying to bypass FunCaptcha using Selenium Python. I saw this question was asked before here but there were no answers. After I get the token, how do I submit it in the callback function? What should I execute? I'm able to change fc-token to the new…

zjavas
- 23
- 2
0
votes
1 answer
Making POST request to put a token on discord server in nodejs
I have 2captcha and I can't use it because I don't know where to put the captcha token
I am trying to make a post request to the following endpoint:
https://discord.com/api/v9/invites/${link}\
But, i keep getting the following response:
{
…

octopi
- 1
0
votes
0 answers
bypass Quora captcha in python selenium with 2capthca api
so, i was trying to bypass Quora captcha everything works fine until the token is out and when i send it to the captcha textbox the captcha doesn't get solved or anything
here is the code:
from undetected_chromedriver import Chrome
from…
0
votes
0 answers
Problem with the payload of captcha-submit request when creating newsession to login to Ebay
Problem with the payload of captcha-submit request when creating newsession to login to Ebay
I'm trying to build a bot to check whether an email is registered or not on Ebay. You may know that if I try to send indentifier request so many times, then…

Đường Minh Quân
- 1
- 3
0
votes
0 answers
Selenium and 2captcha projects encountering 'g-recaptcha-response' problem
I have a simple program that uses Selenium to log into a website, solves the reCAPTCHA using 2captcha, and completes the login process. However, after solving the reCAPTCHA and loading it into the textarea with the 'g-recaptcha-response' ID, when I…

bberkay
- 3
- 3
0
votes
0 answers
Need code to click "OK" in "Are you sure?" prompt for automating form submission using 2Captcha extension on chrome
I want to automate form submission. To submit the form, I need to first complete a recaptcha, for which I use 2Captcha chrome extension.
I am trying to use 2captcha AutoSubmit feature, but it unfortunately is getting stuck because when it completes…
0
votes
1 answer
i am trying to pass outlook funcaptcha using Twocaptcha but not working
I am trying to bypass funcaptcha throug twocaptcha using python. But could not
here is my code also
solver = CaptchaSolver(CaptchaSolvingService.TWOCAPTCHA, api_key='')
solver.get_balance()
solver =…

Sorker Limon
- 1
- 1
0
votes
0 answers
PHP Curl need help - 2Captcha
We are writing a bot with Curl but we are stuck at a point. There is a v3 captcha for 2Captcha, but access to the page it needs to reach is only possible with cookies, so a session needs to be opened.
2Captcha is trying to access that URL as a…

Volkan
- 11
0
votes
0 answers
Is it possible to increase the speed of 2captcha in Python?
I'm trying to automate this:
Fill a form
Solve the captcha
Get data from results
I thought the best way is to use 2captcha service but the problem is that it takes about 20 seconds to solve the captcha.
The captcha from the form it's just an image…

Alex Güemez
- 19
- 2
0
votes
0 answers
Solving a Recaptcha V2 with a callback function
I try using python with selenium to solve this. My targeting site is: https://visa.vfsglobal.com/ind/en/ltu/login
But I did not find callback function
How can I pass value to this function?
Here console what I found
Console…

A S M Saief
- 300
- 2
- 13
0
votes
0 answers
Python + Selenium + 2Captcha + Error Normal Captcha
I'm trying to using 2Captcha to solve a normal captcha. I run my code, but it's seems like TwoCaptcha objetc has no attribute 'normal'.
from datetime import datetime
import os
from selenium import webdriver
from selenium.webdriver.common.by import…

Arthur Dantas
- 1
- 1
0
votes
1 answer
2capctha solver.NetworkException
I have the following problem. I wrote a program that solves captcha.
If I run it locally, it works without problems, but when I upload it to the vps server, the following error pops up:
Traceback (most recent call last):
File…

Heniu
- 13
- 3
0
votes
1 answer
Python Selenium 2captcha bypass funcaptcha
I would like to bypass the funcaptchas on the Outlook login page. At the moment it is solved and I get the code, but I don't know how to change the HTML with Python to get further.
Hope you know what I mean and can help me. Thanks :)
Thats the…

Yoko Abi
- 3
- 3
0
votes
0 answers
Puppeteer extra plugin recaptcha fails to enter recaptcha solution
I am trying to solve a captcha with puppeteer-extra-plugin-recaptcha.
When I run chrome with headless = false I can see that the recaptcha appears and gets solved.
The problem is, that after the captcha field disappears, nothing happens.
The logs of…

Christian
- 834
- 7
- 18
0
votes
1 answer
How to integrate captcha bypass using 2captcha api in Python Selenium
I'm making a reddit account auto-generator. I want to ask how can I use 2captcha's api to bypass recaptcha. Because after entering the username and password, the new captcha box appears, I have researched on the 2captcha page, the video tutorials on…

Kira
- 19
- 5