Skip to content

Instantly share code, notes, and snippets.

View joshdickson's full-sized avatar

Joshua Dickson joshdickson

View GitHub Profile
[Log] safari (app.js, line 29)
[Log] 11 (app.js, line 30)
[Log] Initializing library (janus.js, line 101)
[Log] Library initialized: true (janus.js, line 209)
[Log] Using REST API to contact Janus: https://onecast.dev:2000/janus (janus.js, line 236)
[Debug] {janus: "success", transaction: "L8nMVX8xzrSp", data: {id: 3979660731309776}} (janus.js, line 602)
[Log] Created session: 3979660731309776 (janus.js, line 610)
[Debug] Long poll... (janus.js, line 288)
[Debug] {janus: "success", session_id: 3979660731309776, transaction: "1p0ZG4pOud2p", data: {id: 5890531942275862}} (janus.js, line 856)
[Log] Created handle: 5890531942275862 (janus.js, line 863)
@joshdickson
joshdickson / skylinkJS_debug.txt
Created December 20, 2015 21:23
Chrome to Firefox Call Failure
##Firefox trace
SkylinkJS - <<Log>> (DEBUG) Log level exists. Level is set skylink_0.6.5.js:7885:9
SkylinkJS - <<Event>> (incomingStream) Event is subscribed skylink_0.6.5.js:7885:9
SkylinkJS - <<Event>> (peerLeft) Event is subscribed skylink_0.6.5.js:7885:9
SkylinkJS - <<Event>> (mediaAccessSuccess) Event is subscribed skylink_0.6.5.js:7885:9
SkylinkJS - Provided init options: Object { apiKey: "1d7fca8a-456d-4d2c-81e9-3e2b41a776c4" } skylink_0.6.5.js:7883:9
SkylinkJS - Init configuration: Object { serverUrl: "//api.temasys.com.sg/api/1d7fca8a-4…", readyState: 0, appKey: "1d7fca8a-456d-4d2c-81e9-3e2b41a776c4", roomServer: "//api.temasys.com.sg", defaultRoom: "1d7fca8a-456d-4d2c-81e9-3e2b41a776c4", selectedRoom: "1d7fca8a-456d-4d2c-81e9-3e2b41a776c4", serverRegion: null, enableDataChannel: true, enableIceTrickle: true, enableTURNServer: true, 10 more… } skylink_0.6.5.js:7883:9
SkylinkJS - <<Event>> (readyStateChange) Event is triggered skylink_0.6.5.js:7885:9
SkylinkJS - <<Event>> (readyStateChange) Event is
@joshdickson
joshdickson / gist:db3caa8cc57e1bcd9140
Created July 1, 2015 14:25
ElasticSearch Map/Search Issue
/*
* This example uses the mongoosastic wrapper for ElasticSearch (https://github.com/mongoosastic/mongoosastic)
*
* The goal is v1.0 of a basic autocomplete search for users (for example, Twitter's user search). In the future
* we'd like to expand the complexity of the search, but the needs up front are very simple.
*
* We are querying against a User object that contains fields displayName and name. For example:
* User {
* name: 'Joshua Dickson',
* displayName: 'joshdickson40'