Last active
August 29, 2015 13:57
-
-
Save AdamMagaluk/9512279 to your computer and use it in GitHub Desktop.
Crash with elroy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mar-12-2014 13:47:31 [fog-runtime] Device led transititon turn-on | |
<Buffer 48 54 54 50 2f 31 2e 31 20 35 30 33 20 53 65 72 76 69 63 65 20 55 6e 61 76 61 69 6c 61 62 6c 65 0d 0a 53 65 72 76 65 72 3a 20 4d 6f 63 68 69 57 65 62 2f ...> | |
HTTP/1.1 503 Service Unavailable | |
Server: MochiWeb/1.0 (Any of you quaids got a smint?) | |
Date: Wed, 12 Mar 2014 17:48:02 GMT | |
Content-Type: text/html; charset=utf-8 | |
Content-Length: 409 | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<style type="text/css"> | |
html, body, iframe { margin: 0; padding: 0; height: 100%; } | |
iframe { display: block; width: 100%; border: none; } | |
</style> | |
<title>Application Error</title> | |
</head> | |
<body> | |
<iframe src="//s3.amazonaws.com/heroku_pages/error.html"> | |
<p>Application Error</p> | |
</iframe> | |
</body> | |
</html> | |
<Buffer 48 54> 'HT' 64 | |
events.js:74 | |
throw TypeError('Uncaught, unspecified "error" event.'); | |
^ | |
TypeError: Uncaught, unspecified "error" event. | |
at TypeError (<anonymous>) | |
at WebSocket.EventEmitter.emit (events.js:74:15) | |
at Receiver.self._receiver.onerror (/Users/ApigeeCorporation/Software/elroy/elroy/node_modules/ws/lib/WebSocket.js:721:10) | |
at Receiver.error (/Users/ApigeeCorporation/Software/elroy/elroy/node_modules/ws/lib/Receiver.js:304:8) | |
at Receiver.processPacket (/Users/ApigeeCorporation/Software/elroy/elroy/node_modules/ws/lib/Receiver.js:190:10) | |
at Receiver.add (/Users/ApigeeCorporation/Software/elroy/elroy/node_modules/ws/lib/Receiver.js:93:24) | |
at Socket.firstHandler (/Users/ApigeeCorporation/Software/elroy/elroy/node_modules/ws/lib/WebSocket.js:680:22) | |
at Socket.EventEmitter.emit (events.js:95:17) | |
at Socket.<anonymous> (_stream_readable.js:746:14) | |
at Socket.EventEmitter.emit (events.js:92:17) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Buffer 81 7e 02 cb 50 4f 53 54 20 2f 68 65 6c 6c 6f 2f 6a 6f 65 73 2d 6f 66 66 69 63 65 2d 6c 65 64 20 48 54 54 50 2f 31 2e 31 0d 0a 78 2d 72 65 71 75 65 73 74 ...> | |
�~�POST /hello/joes-office-led HTTP/1.1 | |
x-request-start: 1394646452510 | |
x-request-id: e346a9f8-f1bd-453f-868f-b159f9006417 | |
x-forwarded-proto: http | |
x-forwarded-for: 68.42.104.188 | |
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36 | |
referer: http://siren-api-browser.herokuapp.com/ | |
origin: http://siren-api-browser.herokuapp.com | |
host: elroy-cloud.herokuapp.com | |
content-type: application/x-www-form-urlencoded | |
content-length: 14 | |
connection: close | |
accept-language: en-US,en;q=0.8 | |
accept-encoding: gzip,deflate,sdch | |
accept: application/vnd.siren+json, application/json, text/plain, */* | |
elroy-message-id: 231 | |
action=turn-on | |
<Buffer 81 7e> '�~' 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment