Furry / 2captcha

A wrapper around the 2captcha api
71 stars 23 forks source link

ERROR_UPLOAD EVENT #14

Closed Burak35Smoke closed 2 years ago

Burak35Smoke commented 2 years ago

image giving this error,what is the reason my code : solver.imageCaptcha(message.attachments[0].url) .then((res) => { //my project codes. }) message.attachments[0].url = https://cdn.discordapp.com/attachments/873124455541522472/880081303473647656/captcha.png

Furry commented 2 years ago

The library does not accept raw URLs, it only accepts base64 encoded image data.