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
'GET /api/notifications': 'NotificationController.show', | |
'PUT /api/notifications/:id': 'NotificationController.see', | |
'DELETE /api/notifications/:id': 'NotificationController.destroy', |
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
2014-07-16T06:21:51.213301+00:00 heroku[router]: at=error code=H13 desc="Connection closed without response" method=GET path="/api/hacks/5371b1348b433c2c1fc36921" host=hackerbracket-api.herokuapp.com request_id=65bc67a5-fe5d-4549-ab40-ab0bce4be666 fwd="24.153.51.175" dyno=web.1 connect=1ms service=39ms status=503 bytes=0 | |
2014-07-16T06:21:51.194646+00:00 app[web.1]: throw message; | |
2014-07-16T06:21:51.194658+00:00 app[web.1]: at foundHack (/app/api/controllers/HacksController.js:231:22) | |
2014-07-16T06:21:51.194662+00:00 app[web.1]: at wrappedCallback (/app/node_modules/sails/node_modules/waterline/lib/waterline/utils/normalize.js:261:18) | |
2014-07-16T06:21:51.192231+00:00 app[web.1]: | |
2014-07-16T06:21:51.192310+00:00 app[web.1]: /app/node_modules/sails-mongo/node_modules/mongodb/lib/mongodb/connection/base.js:242 | |
2014-07-16T06:21:51.194655+00:00 app[web.1]: ^ | |
2014-07-16T06:21:51.194656+00:00 app[web.1]: ReferenceError: likeMessage is not defined | |
2014-07-16T06:21:51.194659+00:00 |
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
"outputs": [ | |
{ | |
"url": "s3://my-bucket/output-file-name.mp4", | |
// ^^ Change me! | |
"size": "1920x1080", | |
"audio_bitrate": 160, | |
"max_video_bitrate": 5000, | |
"h264_profile": "high", | |
"max_frame_rate": 30 | |
} |
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
{ | |
"label": "mp4 high", | |
// Change this to your server: "url": "s3://output-bucket/output-file-name.mp4", | |
"h264_profile": "high" | |
} |
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
'id':hacks[i].id},{'ownerUsername': displayInfo.username, 'ownerGravatar': displayInfo.gravatar, 'ownerName': displayInfo.name |
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
{ | |
"url": "s3://" + bucketName + "/" + key + "-low" ".mp4", | |
"label": "mp4 low" | |
} |
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
{ | |
"url": "s3://my-bucket/output-file-name.mp4", | |
// ^^ Change me! | |
"size": "640x480", | |
"audio_bitrate": 160, | |
"max_video_bitrate": 1500, | |
"h264_profile": "baseline", | |
"h264_reference_frames": 1, | |
"max_frame_rate": 30 | |
} |
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
[2014-07-22 13:40:48] 162.243.173.113 [web]: this one | |
[2014-07-22 13:40:48] 162.243.173.113 [web]: this one | |
[2014-07-22 13:43:14] 162.243.173.113 [web]: config of Middleware is called 2 | |
[2014-07-22 13:43:16] 162.243.173.113 [web]: ** Grunt :: Warning ** | |
[2014-07-22 13:43:16] 162.243.173.113 [web]: #033[4mRunning "clean:dev" (clean) task#033[24m | |
[2014-07-22 13:43:16] 162.243.173.113 [web]: Cleaning ".tmp/public"...#033[31mERROR#033[39m | |
[2014-07-22 13:43:16] 162.243.173.113 [web]: #033[33mWarning: Clean operation failed.#007 Use --force to continue.#033[39m | |
[2014-07-22 13:43:16] 162.243.173.113 [web]: |
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
[2014-07-26 08:26:33] 162.243.173.113 [web]: Error rendering view at :: /fortheon/source/views/hacks/show | |
[2014-07-26 08:26:33] 162.243.173.113 [web]: with layout located at :: /fortheon/source/views/layout | |
[2014-07-26 08:26:33] 162.243.173.113 [web]: TypeError: /fortheon/source/views/hacks/show.ejs:16 | |
[2014-07-26 08:26:33] 162.243.173.113 [web]: 14| | |
[2014-07-26 08:26:33] 162.243.173.113 [web]: 15| | |
[2014-07-26 08:26:33] 162.243.173.113 [web]: >> 16| | |
[2014-07-26 08:26:33] 162.243.173.113 [web]: 17| | |
[2014-07-26 08:26:33] 162.243.173.113 [web]: 18| | |
[2014-07-26 08:26:33] 162.243.173.113 [web]: 19| | |
[2014-07-26 08:26:33] 162.243.173.113 [web]: |
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
'GET /api/notifications': 'NotificationController.show', | |
'GET /hacks/isEncoded/:id': 'HacksController.isEncoded', | |
'POST /api/notifications': 'APNSUserController.subscribe', | |
'PUT /api/notifications/:id': 'NotificationController.see', | |
'DELETE /api/notifications/:id': 'NotificationController.destroy', | |