I am trying to debug my ionic app, running on android device. I tried out google chromee chrome://inspect url. But it doesn't give me access to my app. It just shows as given below :-
It doesn't give any more information. Can anyone plese help me in figuring out, how to counter this problem.
Thanks in advance.
I had a similar problem.
Running adb server solved my problem.
I found the solution here: Chrome remote debugging, the device is not showing up
I had the same problem when trying apps directly from the Play Store. When tried their debug version they appeared fine for me.
Related
I been having this issue for awhile that I posted on github and some of the posts say that it is a google chrome issue.
I followed the stackoverflow post but I don't know where to go. I am running google chrome on windows 7.
This is really annoying. Microsoft needs to grow up and fix such silly issues.
I already have a developer unlocked device in which I was able to debug until now. All of sudden it started showing device is not unlocked for developer. Now when I am trying to register it is showing iPOverUsbSvc is not running. I restarted the service. Stop and start the service. Phone and system both restarted. Nothing working for me.
I tried this but nothing seems to be working
Okay finally go the solution. I needed to change the name of device from File explorer and it worked
But the error message we get of no use.
Thanks
I am trying to run UI tests on Selenium. The website runs on SSL. When using Chromedriver, after login, the page keeps on loading and shows "Establishing secure connection" and then eventually times out. Chrome also shows the yellow triangle before the URL in the browser. However, I don't see the yellow triangle when I log into the website using Chrome outside of this. I further noticed that the standard settings in Chrome are not the same as the Chrome instance that opens up when Chromedriver fires it, not sure why.
Can someone tell me what might be going on here and how I can fix the issue?
It may be chromedriver issue. Try to downgrade it. Version 2.12 helped us with similar problem.
https://sites.google.com/a/chromium.org/chromedriver/downloads
I have a windows phone 8 application. All goes well app published on app store but when i download app from app store it starts and crashed after few seconds.
I deployed the "XAP" file which was uploaded to app store on my device, it worked fine.
Am i missing something? Please need Help
EDIT:
"CLR_EXCEPTION_SQLite.SQLiteException" exception was causing the issue. Can anybody help abut this exception i don't know what is causing this.
Regards.
I was working on a html5 file which uses geolocation. It was working fine in Chrome version 38.0.2125.111m from both loading the file locally and from a host server. Now, Chrome does not work for geolocation from either resource. I understand the security issue when running the file locally, but it still happens from any website that is running geolocation. I get the error message of "geocode service failed". BUT runs fine from both resources using Firefox. I have a windows 7 x64 laptop. The code that I am using is right off of Google geolocation example...
I've also went to the chrome's privacy-security-location settings and checked to use allow all sites to check location and still the problem continues... Help!
I think I found a clue. I copied the geolocaton file to another website and ran fine using the same chrome version which makes me believe that it is the google api keys that was causing the problem. I deleted the keys for both local and web host and will see in a few days if indeed this was the case. If it is, then I suggest not to establish api keys during development until app is ready for production.