Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TaskId overflows int #5

Closed
FlashPlayer13 opened this issue Feb 7, 2022 · 3 comments
Closed

TaskId overflows int #5

FlashPlayer13 opened this issue Feb 7, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@FlashPlayer13
Copy link

TaskId on client side need to be changed to long type

@workmail20
Copy link

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
Copy link
Contributor

jovargas commented Feb 8, 2022

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

@Zaczero
Copy link
Owner

Zaczero commented Feb 8, 2022

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

:)

@Zaczero Zaczero closed this as completed Feb 8, 2022
@Zaczero Zaczero added the bug Something isn't working label Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants