-
Notifications
You must be signed in to change notification settings - Fork 679
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
Result length not requested length #226
Comments
can you share the pymysql verion and the version of pymysqlreplication? |
I just got the same issue with WriteRowsEvent.
I tried with older versions of PyMySQL but had the same errors. |
I got the same error with
|
…onchelle#298 In case of large JSON documents leteral values should be retrieved with `read_uint32` instead of `read_uint32` to avoid further AssertionError
Got the same with
After some investigation found that it doesn't depend on the library version and caused by wrong value retrieving for I've raised PR to fix this - #307 |
In case of large JSON documents leteral values should be retrieved with `read_uint32` instead of `read_uint32` to avoid further AssertionError
Dear all,
Today, i've got a exception:
Result length not requested length:
Expected=8643. Actual=6. Position: 595. Data Length: 601
When i remove the update rows event, the problem is gone away.
My configuration:
I don't know the reason. Please help to figure out the solution for this solution
The text was updated successfully, but these errors were encountered: