facebookarchive / stetho

Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
http://facebook.github.io/stetho/
MIT License
12.66k stars 1.13k forks source link

Unable to execute quey in Chrome DevTools #647

Open chirag-raval opened 5 years ago

chirag-raval commented 5 years ago

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 commented 5 years ago

+1

JanLoebel commented 5 years ago

I've downloaded chromium in version 71.x and that works perfectly. Also a duplicate of: https://github.com/facebook/stetho/issues/634

lxiin commented 5 years ago

+1

federicoalvarez-github commented 5 years ago

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

marosseleng commented 5 years ago

Any progress here?

mgursch commented 4 years ago

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

ubaierbhat commented 4 years ago

Has there been any progress on this?

robertosancsanz commented 4 years ago

+1

ilyamuromets commented 4 years ago

634

jayjayjay16 commented 4 years ago

+1

syrinx2012 commented 4 years ago

Still broken...

rahatshahzeb commented 4 years ago

Will this ever be fixed?

yuliskov commented 4 years ago

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 commented 4 years ago

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

dellylucas commented 4 years ago

any solution?

vincent-paing commented 4 years ago

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