facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.36k stars 955 forks source link

Error on Database plugin qeury {"code":3,"message":"Unsupported method"} #3962

Open edenmeshulam opened 2 years ago

edenmeshulam commented 2 years ago

🐛 Bug Report

Error on Database plugin query {"code":3,"message":"Unsupported method"}

To Reproduce

image

Environment

FLIPPER VERSION: 0.156.0 React Native Version: 0.66.1 MAC M1 PRO

LukeDefeo commented 2 years ago

Please give details about the native side, what os etc. A repository with a reproduction would be extremely useful to look into this

edenmeshulam commented 2 years ago

image

@LukeDefeo Unfortunately currently i cant share the repo.

LukeDefeo commented 2 years ago

I need more information about the app you are debugging. is it ios or android, what os version. What is the underlying db you are connecting to, what is the driver etc

edenmeshulam commented 2 years ago

@LukeDefeo i use iOS 15.5 in iPhone simulator Its a very simply sqlite db with only one table ( i can see the raws at the table and the structure, just the sql query not working )

i used this library react-native-sqlite-storage in latest version

minhchienwikipedia commented 1 year ago

Any update about this issue?