Questions tagged [vorlon]

Vorlon.js is a remote inspector and testing/debugging tool for use on any device with a web browser.

Vorlon.js is a remote inspector and testing/debugging tool for use on any device with a web browser.

Documentation can be found here: http://vorlonjs.com/documentation/#vorlonjs-client-advanced-topics

7 questions
3
votes
0 answers

Install vorlon throws "if not defined npm_config_node_gyp" error

I have a major problem - installation of vorlon is driving me nuts. I get thins error: C:\Users\[myProfile]\AppData\Roaming\npm\node_modules\vorlon\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\utf-8-validate>if not…
Sobis
  • 1,385
  • 4
  • 20
  • 29
3
votes
1 answer

Vorlon.js is asking for Socket.io, but it's config is already set to include socket.io

I can see the server, but when I load the app I get a red div across the front that says: Vorlon.js: please load socket.io before referencing vorlon.js or use includeSocketIO = true in your catalog.json file. my terminal gives me the following…
Jester
  • 261
  • 2
  • 7
2
votes
2 answers

Unable to connect remotely from other devices + Vorlon

Vorlon dashboard is not showing all connected devices. I have desktop and installed a Vorlon, I am using localhost of this desktop from laptop or ipad its displays webpage but it is not showing devices in vorlon, but it show if i open from the same…
Naresh217
  • 410
  • 1
  • 6
  • 19
1
vote
1 answer

Debugging iPad Safari with Vorlon

I am trying to debug my javascript application while running on iPad Safari using Vorlon. In the application HTML-code I have implemented the script link: The IP is the IP of the Vorlon…
FvEldijk
  • 107
  • 8
1
vote
1 answer

Genymotion + Vorlon not working, but iOS SIm + Vorlon is fine

I have vorlon up and running in a webview successfully and can connect/debug the iOS sim. However, I can't get it to connect with Genymotion running the same code. I'm guessing it has something to do with Genymotion using VBox for the Android…
easement
  • 6,119
  • 3
  • 29
  • 36
0
votes
1 answer

debug office 365 taskpane app on Mac?

I am trying to debug task pane app on a Mac. Already tried https://dev.office.com/docs/add-ins/testing/debug-office-add-ins-on-ipad-and-mac. I can see it detects browser instances but it CANNOT detect task pane app. I followed all steps properly.…
0
votes
1 answer

Vorlonjs on https

I am trying to use vorlonjs inside a angular app. I installed and followed all the steps in the documentation as they were presented, but in chrome dev-tools I get a connection refused error( http://localhost:1337/vorlon.js…