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

getting error got packets out of order.. #1

Open
mayur-16 opened this issue Jan 15, 2022 · 5 comments
Open

getting error got packets out of order.. #1

mayur-16 opened this issue Jan 15, 2022 · 5 comments

Comments

@mayur-16
Copy link

am using your package for standalone desktop application with mysql as localhost database.

[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: Error 1156 (08S01): Got packets out of order
#0 Handler.checkResponse (package:dart_mysql/src/handlers/handler.dart:77:7)
#1 QueryStreamHandler.processResponse (package:dart_mysql/src/query/query_stream_handler.dart:50:18)
#2 ReqRespConnection._handleData (package:dart_mysql/src/single_connection.dart:349:32)
#3 ReqRespConnection._handleHeader (package:dart_mysql/src/single_connection.dart:318:13)

#4 ReqRespConnection._readPacket (package:dart_mysql/src/single_connection.dart:303:7)

am getting this error in other flutter packages also like mysql_utils.
I dont know whether i have to configure anything extra in MySql.

@billcoding
Copy link
Owner

Hi, thanks for submitting this issue.
Can you provide your MySQL Server version, and then i can try.

@mayur-16
Copy link
Author

Hi, thanks for submitting this issue. Can you provide your MySQL Server version, and then i can try.

version 8.0.27(Mysql community server -GPL)

@billcoding
Copy link
Owner

Hi, pleases sumbit your Dart code and DDL sqls.

@Pencab
Copy link

Pencab commented Jan 24, 2022

paketinizi localhost veritabanı olarak mysql ile bağımsız masaüstü uygulaması için kullanıyorum.

[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] İşlenmeyen Özel Durum: Hata 1156 (08S01): Paketler bozuk #0 Handler.checkResponse (paket:dart_mysql/src/handlers/handler.dart:77: 7) #1 QueryStreamHandler.processResponse (paket:dart_mysql/src/query/query_stream_handler.dart:50:18) #2 ReqRespConnection._handleData (paket:dart_mysql/src/single_connection.dart:349:32) #3 ReqRespConnection. paket:dart_mysql/src/single_connection.dart:318:13) #4 ReqRespConnection._readPacket (paket:dart_mysql/src/single_connection.dart:303:7)

mysql_utils gibi diğer çarpıntı paketlerinde de bu hatayı alıyorum. MySql'de ekstra bir şey yapılandırmam gerekip gerekmediğini bilmiyorum.

@billcoding
Copy link
Owner

paketinizi localhost veritabanı olarak mysql ile bağımsız masaüstü uygulaması için kullanıyorum.
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] İşlenmeyen Özel Durum: Hata 1156 (08S01): Paketler bozuk #0 Handler.checkResponse (paket:dart_mysql/src/handlers/handler.dart:77: 7) #1 QueryStreamHandler.processResponse (paket:dart_mysql/src/query/query_stream_handler.dart:50:18) #2 ReqRespConnection._handleData (paket:dart_mysql/src/single_connection.dart:349:32) #3 ReqRespConnection. paket:dart_mysql/src/single_connection.dart:318:13) #4 ReqRespConnection._readPacket (paket:dart_mysql/src/single_connection.dart:303:7)
mysql_utils gibi diğer çarpıntı paketlerinde de bu hatayı alıyorum. MySql'de ekstra bir şey yapılandırmam gerekip gerekmediğini bilmiyorum.

Can you submit your source code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants