diff --git a/src/rest/CaptchaSolver.js b/src/rest/CaptchaSolver.js index 263833c..9aae32a 100644 --- a/src/rest/CaptchaSolver.js +++ b/src/rest/CaptchaSolver.js @@ -104,7 +104,7 @@ module.exports = class CaptchaSolver { new Promise((resolve, reject) => { if (userAgent) client.setUserAgent(userAgent); if (this.proxy !== null) { - client.setProxy( + client.setGlobalProxy( this.proxy.protocol, this.proxy.host, this.proxy.port,