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

Error TwoCaptcha Is name Space and you are using like a type . #2

Closed
topforce opened this issue Nov 24, 2020 · 3 comments
Closed

Error TwoCaptcha Is name Space and you are using like a type . #2

topforce opened this issue Nov 24, 2020 · 3 comments

Comments

@topforce
Copy link

topforce commented Nov 24, 2020

Hello
When instanciate twocaptcha class like this

TwoCaptcha solver = new TwoCaptcha("my key");

Error TwoCaptcha Is name Space and you are using like a type .

so i solved this error by using like this :

TwoCaptcha.Twocaptcha solver = new Twocaptcha.TwoCaptcha("Mykey");

Thank you to fix it next Version .

@mehmetarslann
Copy link

I was getting the same error. Thank you for feedback.

@topforce
Copy link
Author

topforce commented Jun 5, 2021

I was getting the same error. Thank you for feedback.

You are welcome , Did you try my solutions ?

@peterchen145
Copy link

Got the same issue. Thanks for sharing.

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

5 participants
@peterchen145 @kratzky @topforce @mehmetarslann and others