Skip to content

Api2Captcha::Client methods do not work with Ruby 3.1 #9

@JasonBarnabe

Description

@JasonBarnabe

e.g. #turnstile calls #solve like so:

solve("turnstile", params)

but #solve's signature is

def solve(method, file_path = nil, return_id: false, **params)

So file_path gets the params, and params is an empty Hash. Looks like this was caused by #8.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions