ScreamZ / anti-captcha

A modern JS/TS wrapper around anti-captcha API (Captcha Breaker Software)
21 stars 13 forks source link

module "anticaptcha" has no exported member 'Error Types' #27

Closed AnthonyLzq closed 1 year ago

AnthonyLzq commented 2 years ago

I was following the example in the docs:

import {
  AntiCaptcha,
  AntiCaptchaError,
  ErrorTypes,
  INoCaptchaTaskProxyless,
  INoCaptchaTaskProxylessResult,
  QueueTypes,
  TaskTypes
} from "anticaptcha"

But then that error show up.

ScreamZ commented 2 years ago

Which error ?

AnthonyLzq commented 2 years ago

Module '"anticaptcha"' has no exported member 'ErrorTypes'.

image

ShufflePerson commented 1 year ago

late reply but docs are outdated, the new type name is ErrorCodes,

ScreamZ commented 1 year ago

@ShufflePerson Fixed readme