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

ERR_CONNECTION_REFUSED #568

Closed MartijnEisses closed 5 years ago

MartijnEisses commented 5 years ago

When I open the inspector in Chrome I get the error: Failed to load resource: net::ERR_CONNECTION_REFUSED and then the next error every 5 seconds or so: aframe-inspector.min.js:25 GET http://localhost:51234/ net::ERR_CONNECTION_REFUSED

Is there something I can do about this?

ngokevin commented 5 years ago

It's polling for the aframe-watcher utility to see if it's available to highlight the icon. Useful to see if the watcher is active or not without having to click the Save button.

Possible to just ignore during Inspector sessions? When I use Inspector, I don't have console open much since I'm focused on visuals, not code.