Texture Dump

Texture Dump

23.4k Downloads

Uncaught TypeError: Cannot read property 'push' of undefined

mezz opened this issue · 1 comments

commented

When I open the texture_0 html page, it says loading and is unresponsive to hovering.

The dev console shows an error and some other things:

Uncaught TypeError: Cannot read property 'push' of undefined
Dynamic background not available in the current context
DOMException: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported.(…)

The type error happens here:
https://github.com/mezz/TextureDump/blob/master/src/main/resources/assets/texturedump/page.html#L53

I have no idea what any of this means so I'm assigning you Atomic :D
This occurred with the "Explorational fun" pack I linked in the other issue.

commented

Ah figured it out sorta