We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i try to get blob and longblob data from MySQL database the following error occurs:
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: FormatException: Invalid UTF-8 byte (at offset 0) #0 MySQLConnection._executePreparedStmt.<anonymous closure> (package:mysql_client/src/mysql_client/connection.dart:1033:47) #1 MySQLConnection._processCommandResponse (package:mysql_client/src/mysql_client/connection.dart:433:23) #2 MySQLConnection._processSocketData (package:mysql_client/src/mysql_client/connection.dart:273:7) #3 MySQLConnection.connect.<anonymous closure> (package:mysql_client/src/mysql_client/connection.dart:125:9) #4 _RootZone.runUnaryGuarded (dart:async/zone.dart:1594:10) #5 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:365:11) #6 _BufferingStreamSubscription._add (dart:async/stream_impl.dart:297:7) #7 _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:784:19) #8 _StreamController._add (dart:async/stream_controller.dart:658:7) #9 _StreamController.add (dart:async/stream_controller.dart:606:5) #10 _Socket._onData (dart:io-patch/socket_patch.dart:2455:41) #11 _RootZone.runUnaryGuarded (dart:async/zone.dart:1594:10) #12 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:365:11) #13 _BufferingStreamSubscription._add (dart:async/stream_impl.dart:297:7) #14 _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:784:19) #15 _StreamController._add (dart:async/stream_controller.dart:658:7) #16 _StreamController.add (dart:async/stream_controller.dart:606:5) #17 new _RawSocket.<anonymous closure> (dart:io-patch/socket_patch.dart:1942:33) #18 _NativeSocket.issueReadEvent.issue (dart:io-patch/socket_patch.dart:1385:14) #19 _microtaskLoop (dart:async/schedule_microtask.dart:40:21) #20 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49:5)
The text was updated successfully, but these errors were encountered:
This problem is not with eloquent but with the mysql driver and should be reported in the driver repository
https://github.com/zim32/mysql.dart
Sorry, something went wrong.
This problem is not with eloquent but with the mysql driver and should be reported in the driver repository https://github.com/zim32/mysql.dart
This repository seems to no longer be updated, do you have any idea how to fix this ourselves?
No branches or pull requests
When i try to get blob and longblob data from MySQL database the following error occurs:
The text was updated successfully, but these errors were encountered: