Skip to content
New issue

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: Failed to construct 'URL': Invalid URL #1200

Closed
vkaracic opened this issue Dec 21, 2016 · 3 comments
Closed

Extension Error: Failed to construct 'URL': Invalid URL #1200

vkaracic opened this issue Dec 21, 2016 · 3 comments

Comments

@vkaracic
Copy link

Lighthouse Version: 1.3.0
Chrome Version: 54.0.2840.100
Error Message: Failed to construct 'URL': Invalid URL
Stack Trace:

TypeError: Failed to construct 'URL': Invalid URL
   at artifacts.AnchorsWithNoRelNoopener.usages.filter.anchor (chrome-extension://blipmdconlkpinefehnmjammfjpmpbjk/scripts/lighthouse-background.js:689:25)
   at Array.filter (native)
   at Function.audit (chrome-extension://blipmdconlkpinefehnmjammfjpmpbjk/scripts/lighthouse-background.js:689:8)
   at Promise.resolve.then._ (chrome-extension://blipmdconlkpinefehnmjammfjpmpbjk/scripts/lighthouse-background.js:11365:20)

This happened when testing out the chrome plugin on http://developers.google.com

@wardpeet
Copy link
Collaborator

@vkaracic do you have any chrome plugins installed? Do you have any options deselected on the extension?

// dupe of #1194

@wardpeet
Copy link
Collaborator

Thanks for the feedback, error should be fixed in #1218

@ghost
Copy link

ghost commented Jan 30, 2018

First you need to remove ARC from your system.
After removing ARC just run the following command using terminal

$ sudo apt-get purge google-chrome-stable
$ rm ~/.config/google-chrome/ -rf

the first command removes the package while the second command will remove custom settings such as plugins, etc.
also run the following command in terminal

$ sudo apt-get -f autoremov

Now just make sure chrome completely remove or not.
go to terminal and run the following command

$ google-chrome --version

This should not give you the version of chrome

now you need to reinstall latest chrome version
google-chrome-stable is available on a 3rd Party Repository: Google Chrome (for Stable).

Follow the instruction for installation:

Add Key:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

Set repository:

echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list

Install package:

sudo apt-get update 
sudo apt-get install google-chrome-stable

now check the version of your chrome again

$ google-chrome --version

Now you just intsall ARC from google store

please write comment if found any bugs

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

No branches or pull requests

2 participants