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: You must provide a url to the runner #1834

Closed
pjutard opened this issue Mar 8, 2017 · 13 comments
Closed

Extension Error: You must provide a url to the runner #1834

pjutard opened this issue Mar 8, 2017 · 13 comments

Comments

@pjutard
Copy link

pjutard commented Mar 8, 2017

Lighthouse Version: 1.6.0
Chrome Version: 56.0.2924.87
URL: https://app.mural.ly/
Error Message: You must provide a url to the runner
Stack Trace:

   at Function.run (chrome-extension://blipmdconlkpinefehnmjammfjpmpbjk/scripts/lighthouse-background.js:13600:23)
   at window.runLighthouseForConnection (chrome-extension://blipmdconlkpinefehnmjammfjpmpbjk/scripts/lighthouse-background.js:14685:15)
   at connection.getCurrentTabURL.then.url (chrome-extension://blipmdconlkpinefehnmjammfjpmpbjk/scripts/lighthouse-background.js:14711:18)```
@ebidel
Copy link
Contributor

ebidel commented Mar 8, 2017

Looks like #1214 may not have been fixed after all. As Paul mentioned, it's a hard one to repro and debug.

@awebdeveloper
Copy link

another duplicate bug #1819

@patrickhulce
Copy link
Collaborator

@centinel3 As a workaround are you able to successfully run against your site using the CLI?

@patrickhulce
Copy link
Collaborator

huge insight from @ev1stensberg in #2657 (comment)

FYI this happens if your initial URL fails and you try to rerun the extension straight away.

@patrickhulce
Copy link
Collaborator

more info from #2684

Always gets stuck on the HTTP Redirect test

@evenstensberg
Copy link
Contributor

Could I fix this @patrickhulce ?

@patrickhulce
Copy link
Collaborator

@ev1stensberg yeah that'd be awesome thanks!

@brendankenny
Copy link
Member

@ev1stensberg would you mind writing up a few notes on what you plan to do before you start?

It's not clear to me, at least, what the root cause is or how best to fix it :) e.g. #1834 (comment) from above seems helpful for tracking it down, but doesn't give a lot of insight on its own into what needs fixing

@evenstensberg
Copy link
Contributor

Sure. I was planning to begin with this on monday, if that's fine? I've got an hypothesis now and that is that whenever the initial run fails ( first time you run the extension ) , the second time won't run properly, as it got stuck somewhere in the first instance. Doing a repro, which will give me more information. I get this pretty bug pretty often on my computer, so it's pretty easy to track down for me.

@evenstensberg
Copy link
Contributor

@evenstensberg
Copy link
Contributor

evenstensberg commented Jul 15, 2017

Makes my hypothesis wrong, it's stuck on HTTP Redirect.

Edit: Possible that we do a comparison somewhere in Redirect that is dependent on initialURL, which is wrong or throws, because page automatically redirected. A note is that the extension runs properly if we do not run all categories. 3 or fewer is fine, but all throws the error.

@sambokai
Copy link

running into this issue as well..

@paulirish
Copy link
Member

tracked by #5668 now.

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

8 participants