You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fisheyegl.js:176 Uncaught DOMException: Failed to execute 'texImage2D' on 'WebGLRenderingContext': The image element contains cross-origin data, and may not be loaded.
The text was updated successfully, but these errors were encountered:
Hi! Hm, i believe this is because you're pointing it at an image with a different origin hostname than where it's being run. Are you using the github demo?
Ah - the cross-origin data thing -- locally that can be a problem. So if you have Python, you can start a local server with python -m SimpleHTTPServer 8000 in the commandline/terminal, and go to http://localhost:8000/examples/ and it will work! If you have JavaScript there is a similar one-line server command i can look up for you?
fisheyegl.js:176 Uncaught DOMException: Failed to execute 'texImage2D' on 'WebGLRenderingContext': The image element contains cross-origin data, and may not be loaded.
The text was updated successfully, but these errors were encountered: