Closed alexander01202 closed 4 months ago
Hi! Please contact our support team using this form: https://2captcha.com/support/tickets/new The issue is not related to cookies or User-Agent, it's in pageurl, our engineers will guide you how to find the valid value.
Hello. I am trying to solve captcha on Instagram, however it doesn't work. I keep getting
ERROR_CAPTCHA_UNSOLVABLE
. I believe I need to pass the cookies, user-agent and proxy I used so that the person on the other end can solve it because instagram requires login to see the captcha.2captcha defines multiple ways to define cookies which is very confusing. I do not know which one to use and what exactly is causing the error. I did open a ticket and was told this:
First Method Second Method involves passing the name and value of cookies as a string with a NAME:VALUE pair separated with a semicolon. Eg
"NAME1:VALUE1;NAME2:VALUE2;NAME3:VALUE3;NAME4:VALUE4;NAME5:VALUE5;"
Using the second method, this is what my Instagram cookies look like:
This is the sitekey I found on instagram: 6LdktRgnAAAAAFQ6icovYI2-masYLFjEFyzQzpix
PAGE_URL: https://www.instagram.com/challenge/?next=https%3A%2F%2Fwww.instagram.com%2Faccounts%2Fonetap%2F%3Fnext%3D%252F%26__coig_challenged%3D1
Here's my code:
I do not know if this is a cookies error or not, but I somehow believe so because you need to login to solve the captcha.