Zaczero / AntiCaptcha

🍬 Simple HTTP API wrapper for https://anti-captcha.com
MIT License
19 stars 4 forks source link

TaskId overflows int #5

Closed FlashPlayer13 closed 2 years ago

FlashPlayer13 commented 2 years ago

TaskId on client side need to be changed to long type

workmail20 commented 2 years ago

I also have this error Newtonsoft.Json.JsonReaderException: 'JSON integer 2151574698 is too large or small for an Int32. Path 'taskId', line 1, position 32.'

jovargas commented 2 years ago

+1 here I've made a pull request changing TaskId to long type.

Zaczero commented 2 years ago

Fixed in v1.4.2. Thank you all for reporting and @jovargas for a quick fix.

https://github.com/Zaczero/AntiCaptcha/releases/tag/v1.4.2

:)