aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
654 stars 201 forks source link

"uploadcare is not defined" error #439

Closed fernandojsg closed 7 years ago

fernandojsg commented 7 years ago

My fault, I forgot to include the code to inject the uploadcare js in case is not still injected, as in the example I was including it directly on the html.

It throws the following error if you try to use outside the example:

aframe-inspector.min.js:32 Uncaught ReferenceError: uploadcare is not defined
    at t.value (aframe-inspector.min.js:32)
    at e.notifyAll (aframe-inspector.min.js:2)
    at o.close (aframe-inspector.min.js:18)
    at o.closeAll (aframe-inspector.min.js:2)
    at o.perform (aframe-inspector.min.js:2)
    at r.perform (aframe-inspector.min.js:2)
    at r.perform (aframe-inspector.min.js:2)
    at Object._ [as flushBatchedUpdates] (aframe-inspector.min.js:2)
    at o.closeAll (aframe-inspector.min.js:2)
    at o.perform (aframe-inspector.min.js:2)