- Saved searches
- Use saved searches to filter your results more quickly
- Extension Error: Cannot access contents of the page. Extension manifest mu. #1863
- Extension Error: Cannot access contents of the page. Extension manifest mu. #1863
- Comments
- data:text/html,chromewebdata
- Android Open Source Project (AOSP)
- Chromium
- Saved searches
- Use saved searches to filter your results more quickly
- data:text/html,chromewebdata in task manager upon startup without have chrom installed and will not close #1556
- data:text/html,chromewebdata in task manager upon startup without have chrom installed and will not close #1556
- Comments
- Saved searches
- Use saved searches to filter your results more quickly
- Sometimes randomly test fails at first page only with URl: data:text/html,chromewebdata and does not execute driver.get(«URL») #882
- Sometimes randomly test fails at first page only with URl: data:text/html,chromewebdata and does not execute driver.get(«URL») #882
- Comments
- Why does my browser think that it’s Chrome?
- 1 Answer 1
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
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
Extension Error: Cannot access contents of the page. Extension manifest mu. #1863
Extension Error: Cannot access contents of the page. Extension manifest mu. #1863
Comments
Lighthouse Version: 1.6.0
Chrome Version: 56.0.2924.110
URL: data:text/html,chromewebdata
Error Message: Cannot access contents of the page. Extension manifest must request permission to access the respective host.
Stack Trace:
at Object.chrome.debugger.attach._ [as callback] (chrome-extension://blipmdconlkpinefehnmjammfjpmpbjk/scripts/lighthouse-background.js:9244:15) at safeCallbackApply (extensions::sendRequest:21:15) at handleResponse (extensions::sendRequest:74:7)```
The text was updated successfully, but these errors were encountered:
data:text/html,chromewebdata
The «data:text/html,chromewebdata» URL value (called kUnreachableWebDataURL in Chromium) is loaded whenever a URL fails to load in a frame (for example, via RenderFrameImpl::didFailProvisionalLoad and LoadNavigationErrorPage). The issue you explained is kind of a bug where Android WebView built on chromium fails to loads the page in question due unmapped ssl error. Chromium is an open-source Web browser project started by Google, to provide the source code for the proprietary Google Chrome browser . The core of older versions of Android Open Source Project (AOSP) browser is still Chromium. Android Kit kat WebView component built on chromium is unable to open web page due to an unmapped ssl error! It is usually occurring on secure login pages presented by captive portals.
Android Open Source Project (AOSP)
Android is developed by Google until the latest changes and updates are ready to be released, at which point the source code is made available to the Android Open Source Project (AOSP). The Android Open Source Project (AOSP) is an initiative created to guide development of the Android mobile platform. The Android platform consists of the operating system (OS), middleware and integral mobile applications.
Chromium
Chromium is an open-source project licensed under a BSD license. It includes third-party software licensed under terms ranging from public domain to one-off licenses. Google Chrome is a custom build of Chromium distributed by Google. Chrome includes additional software components licensed by Google that are not granted to the Chromium project.
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
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
data:text/html,chromewebdata in task manager upon startup without have chrom installed and will not close #1556
data:text/html,chromewebdata in task manager upon startup without have chrom installed and will not close #1556
Comments
What steps will reproduce the problem? 1.Start PC 2.That's it 3. What is the expected output? What do you see instead? I should see nothing in the task manager, but I see that process and it won't close at all. It won't let me access any web page or online videogame. What version of the product are you using? On what operating system? I do not have chrome installed and I am on Windows 7 32 bit Please provide any additional information below. I have never had chrome installed to my PC then after downloading some mods for World of Tanks this appeared. I have no way of being able to see the root of the process nor am I able to close it. I cannot play any game online, or access any web page on all of my internet browsers. I do not know what to do, but I am not sure if this is some sort of malware. Please help anybody.
Original issue reported on code.google.com by aceabomi. @gmail.com on 28 Feb 2015 at 7:17
The text was updated successfully, but these errors were encountered:
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
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
Sometimes randomly test fails at first page only with URl: data:text/html,chromewebdata and does not execute driver.get(«URL») #882
Sometimes randomly test fails at first page only with URl: data:text/html,chromewebdata and does not execute driver.get(«URL») #882
Comments
What steps will reproduce the problem? 1.Start the test. 2.Chrome browser is launched. 3.driver.get does not work and crashes sometime with initial URL data:text/html,chromewebdata. What is the expected output? What do you see instead? Expected Output: URL mentioned in driver.get("xxx") should always open. Actual: Sometimes browser closes at "data:text/html,chromewebdata" page only randomly. Selenium version: selenium-java-2.42.1 OS: Windows 7 Browser: Chrome Browser version: 36.0.1985.125 m
Original issue reported on code.google.com by vaibha. @gmail.com on 8 Aug 2014 at 11:45
The text was updated successfully, but these errors were encountered:
Why does my browser think that it’s Chrome?
While browsing the web from my phone, I currently use the stock browser. However, I’ve encountered a curious problem. If I go to a page, and then switch to another tab, it will often take the tab that I was on and turn it into this: It puts data:text/html,chromewebdata into the URL, so it shows a page with chromewebdata . In addition, for a while, every time I Googled something, it would show me ‘We’ve detected that you’re using an older version of Chrome’ blah blah blah. It also switched itself to the desktop view. (When going to get a screenshot for this question, however, that magically fixed itself, so. ) Why was this happening?
The core of older versions of AOSP browser is still Chromium. That’s not why the problem is happening, though.
1 Answer 1
As Andy commented, some Android stock browsers are based on chromium.
The issue you explained is kind of a bug where Android WebView built on chromium fails to loads the page in question due unmapped ssl error.
Android Kit kat WebView component built on chromium is unable to open web page due to an unmapped ssl error! It is usually occurring on secure login pages presented by captive portals.
Here is their extracted log entries
04-09 12:49:49.215: W/chromium(24516): [WARNING:ssl_client_socket_openssl.cc(182)] Unmapped error reason: 261 04-09 12:49:49.215: E/chromium(24516): [ERROR:ssl_client_socket_openssl.cc(870)] handshake failed; returned -1, SSL error code 1, net_error -2 04-09 12:49:49.245: E/WiFiWebLogin(24516): ExtWebViewClient - ExtWebBrowser-veiw-1 - onReceivedError: errorCode=-1, failingUrl=https://1.1.1.1/login.html?redirect=syslynxservices.com/ description=net::ERR_FAILED 04-09 12:49:49.265: I/chromium(24516): [INFO:CONSOLE(12)] "Not allowed to load local resource: file:///android_asset/webkit/android-weberror.png", source: data:text/html,chromewebdata (12)
Had the same issue, and what stuck me is that they sugested it usually occurs on secure login pages by captive portals which is right where I saw that funny message telling me «we have detected a you are using an older version of chrome».
Could’nt come up with a solution but had to switch browsers but like you noted the issue vanished away eventually.