Jump to content

If chrome is the device mode, web clipper reblogged output js error on the console.


hokuto

Recommended Posts

os : windows7

browser : google chrome 40.0.2214.91 m

web clipper : 6.2.6 (5e9ac9e/1.1.0.926)

--------------------------------------------------------------------------------------------------------------------------------------------

 

If  chrome is the device mode, web clipper reblogged output js error on the console.
 
-----------------------------------------------------------------------
gmail_tooltip_check.js:1 Uncaught TypeError: undefined is not a function
frame_loader.js:3 Uncaught TypeError: undefined is not a function
PdfTooltipCheck.js:2 Uncaught TypeError: undefined is not a function
nudge_inactive.js:1 Uncaught TypeError: undefined is not a function
scriptsInjected.js:2 Uncaught TypeError: undefined is not a function
-----------------------------------------------------------------------
 
Could I so that the error is not output?

post-245763-0-32019900-1421990992_thumb.

Link to comment
  • 3 weeks later...

I uninstalled web clipper for this reason. I can't afford to use something that causes so many errors in my browser.

 

frame_loader.js:3 Uncaught TypeError: undefined is not a function

 

this occurs here:

 

 

  Browser.addMessageHandlers({startSerialize: function(a, c, B) {
      script = document.createElement("script");
      script.type = "text/javascript";
      script.textContent = "serializeFrame();";
      document.head.appendChild(script)
    }}, !0);
Link to comment
  • 1 month later...
  • 2 weeks later...

Same for me.

 

OSX 10.10.3, Chrome 42.0.2311.90 (64-bit), Evernote Webclipper 6.3

 

I'm a developer too so its frustrating to see errors in the console every time I go into Device mode of the Dev Tools. 

Link to comment

Thanks mate, that works for me, shame it's not a fix by Evernote but it'll do for now.

 

For everyone else to get this to work you just have to right click on the error message and choose Filter from the dropdown menu that appears.

 

The messages will be hidden by a small message that says "5 messages are hidden by filters. Show all messages." - If you click Show all messages then it will show them again.

Link to comment
  • 2 months later...

I had the same problem. No need to install the webclipper for this.

Chrome developer tools has a filter option, so you can hide any messages not related to your project.

 

I did not know that a filter function existed.

thank you for this information !

 

 

Thanks mate, that works for me, shame it's not a fix by Evernote but it'll do for now.

 

For everyone else to get this to work you just have to right click on the error message and choose Filter from the dropdown menu that appears.

 

The messages will be hidden by a small message that says "5 messages are hidden by filters. Show all messages." - If you click Show all messages then it will show them again.

 

I agree with your opinion.

That doesn't become a solution to the root of the problem.

Link to comment
  • 11 months later...
  • 3 weeks later...
  • 1 month later...
  • 2 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...