Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Unable to execute quey in Chrome DevTools #647

Open
chirag-raval opened this issue Mar 19, 2019 · 16 comments
Open

Unable to execute quey in Chrome DevTools #647

chirag-raval opened this issue Mar 19, 2019 · 16 comments

Comments

@chirag-raval
Copy link

Steps to reproduce the problem:

  1. Open Chrome and hit chrome://inspect/#devices in URL section, it will open DevTools
  2. Connect your device (which has application and it use "com.facebook.stetho:stetho:version" library and have implemented database with various tables) via USB cable to system , in short you have an application which has offline database.
  3. After connecting device to system, we can see our device under DevTools, click on inspect
  4. Click Resources from DevTools and enter a query and try to execute
  5. It cant be executed in case of correct query and not showing any error in case of incorrect command or query

What is the expected behavior?
On pressing enter, output of query in table form should be displayed in case of correct query command.
Or Error should be displayed in case of wrong query command.

What went wrong?
Nothing is happened. I press Enter, It moves to the next line and query cant be executed.

Did this work before? Yes

Chrome version: 72.0.3626.96 Channel: stable
OS Version: 10.0

ss1
ss2
ss3

@rlazar
Copy link

rlazar commented Mar 19, 2019

+1

@JanLoebel
Copy link

I've downloaded chromium in version 71.x and that works perfectly. Also a duplicate of: #634

@lxiin
Copy link

lxiin commented Mar 27, 2019

+1

@federicoalvarez-github
Copy link

federicoalvarez-github commented Mar 28, 2019

Same here, it is not working with latest Chrome browser on W10. Stetho 1.5.1.

@marosseleng
Copy link

Any progress here?

@mgursch
Copy link

mgursch commented Jul 15, 2019

I am also not able to execute the query
Chrome Version: 75.0.3770.100

@ubaierbhat
Copy link

Has there been any progress on this?

@robertosancsanz
Copy link

+1

@ilyamuromets
Copy link

#634

@jayjayjay16
Copy link

+1

@syrinx2012
Copy link

Still broken...

@rahatshahzeb
Copy link

Will this ever be fixed?

@yuliskov
Copy link

yuliskov commented Sep 6, 2019

I've solved this problem by using portable version of Chrome.
https://sourceforge.net/projects/thumbapps/files/Internet/Google%20Chrome/GoogleChromePortable_70.0.3538.77.paf.exe/download

@vincent-paing
Copy link

Stetho is deprecated so sadly this will never be fixed :'(

@dellylucas
Copy link

any solution?

@vincent-paing
Copy link

@dellylucas Stetho is deprecated now, you can move over to Flipper or use Android Studio DB Inspector

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

No branches or pull requests