Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lazy require of extension.binding did not set the binding field

I have a photos.html that is running on a local php server with a bunch of javascript and html. Whenever I load the page, I get a (CONTENT_SCRIPT context for elkanacmmmdgbnhdjopfdeafchmhecbf) Lazy require of extension.binding did not set the binding field. On line one of the file.

Through my research, All the similar questions seem to be related towards working with chrome extensions, so they haven't been helpful. Even if I take out all of the content and run the page, I still get the error.

What is causing this?

I ran my server on my mac with php -S 127.0.0.1:8080 if that's of any use

like image 819
Rafa Avatar asked Jan 11 '17 19:01

Rafa


1 Answers

Googling the id given gives me a link to that app in the chrome store. Deleting the extension from chrome gets rid of the error.

like image 149
Rafa Avatar answered Oct 23 '22 20:10

Rafa