question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

iOS: Whammy / compile / Web worker / error

See original GitHub issue

Hi, I’m facing an issue on iOS (both Safari, Chrome and Firefox).

The Web worker located there is dispatching an error.

I added this snippet to have more details:

webWorker.onerror = function(e) {
	console.log('webWorker.onerror', e.message, e.filename, e.lineno, e.colno, e.error);
};

And I’m seeing different error messages, depending on the browser used:

  • Safari and Firefox: InvalidCharacterError (DOM Exception 5): The string contains invalid characters. blob:[BLOB] 318 48
  • Chrome : TypeError: undefined is not an object (evaluating 'riff.RIFF') blob:[BLOB] 260 27

Anyone experiencing this, too? Any help is appreciated 😺

I dont have this problem on desktop or Android browsers.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:2
  • Comments:7

github_iconTop GitHub Comments

2reactions
MrToxycommented, May 5, 2020

@quentint were you able to find a solution to this? In my case this is the error:

InvalidCharacterError (DOM Exception 5): The string contains invalid characters.

I have the exactly same error using whammy

1reaction
quentintcommented, Mar 15, 2018

Unfortunately no, but at least I don’t offer a feature that wouldn’t work anyway.

Read more comments on GitHub >

github_iconTop Results From Across the Web

HTML5 Web Worker does not work on Mobile Safari iPad 4.2
This is a very common and well-known HTML5 Web Worker demo: ... I try to run I get the error ReferenceError: Can't find...
Read more >
Untitled
Ufone t156 unlock, The simpsons season 12 episode 6 online, Turner plus 3 ... Madonna american life director's cut, Error recovery strategies in...
Read more >
UME - River Thames Conditions
Pondok hidayatullah batu malang, Illaoi mobafire build, Feng office tutorial, ... Tysk gotikk, Download music for iphone online, Vat senior manager jobs.
Read more >
432 startup failure post-mortems - CB Insights
A compilation of startup failure post-mortems by founders and investors. ... In a note discussing these pressures on the company website, ...
Read more >
Browser Rendering Optimization - James Priest CV
If you've taken web performance optimization with Ilya Gregorich and me, ... this.message = message; } throw new WorkerException('Worker error.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found