Bug 1521939 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

A console.trace shows this is how function `D` above is reached (I'm only getting the number 22 or 25 as the "error", not sure why it varies):
```
console.trace() 22 wasmworker.min.js:160:204
	D https://cvp.twitch.tv/2.8.3/wasmworker.min.js:160
	<anonymous> https://cvp.twitch.tv/2.8.3/wasmworker.min.wasm:11197
	<anonymous> https://cvp.twitch.tv/2.8.3/wasmworker.min.wasm:211476
	<anonymous> https://cvp.twitch.tv/2.8.3/wasmworker.min.wasm:634433
	<anonymous> https://cvp.twitch.tv/2.8.3/wasmworker.min.wasm:410958
	dynCall_viii_870873056 https://cvp.twitch.tv/2.8.3/wasmworker.min.js line 82 > Function:4
	write https://cvp.twitch.tv/2.8.3/wasmworker.min.js:122
	toWireType https://cvp.twitch.tv/2.8.3/wasmworker.min.js:122
	<anonymous> https://cvp.twitch.tv/2.8.3/wasmworker.min.js:126
	b https://cvp.twitch.tv/2.8.3/wasmworker.min.js:124
	WebMediaPlayer https://cvp.twitch.tv/2.8.3/wasmworker.min.js line 69 > Function:4
	d https://cvp.twitch.tv/2.8.3/wasmworker.min.js:34
	b https://cvp.twitch.tv/2.8.3/wasmworker.min.js:33
	onRuntimeInitialized https://cvp.twitch.tv/2.8.3/wasmworker.min.js:33
	a https://cvp.twitch.tv/2.8.3/wasmworker.min.js:159
	kd https://cvp.twitch.tv/2.8.3/wasmworker.min.js:160
	jd https://cvp.twitch.tv/2.8.3/wasmworker.min.js:158
	c https://cvp.twitch.tv/2.8.3/wasmworker.min.js:60
```

But unfortunately I'm not sure where to go from here. I've tried redirecting the requests to their 2.8.0 and 2.7.0 versions of the JS and wasm modules, but only received slightly different error numbers in response (it's still failing similarly).

Back to Bug 1521939 Comment 1