Skip to content

Instantly share code, notes, and snippets.

Wed, 01 Sep 2021 04:59:46 GMT video:server screenshotCountDown { id: 'screenshotCountDown',
message: { capturedSelfie: true },
name: 'fgefgbjfdbfgjfdh' }
Wed, 01 Sep 2021 04:59:46 GMT video:server Sent: description from undefined to undefined with typeundefined
Wed, 01 Sep 2021 05:00:17 GMT video:server screenshotCountDown { id: 'hangUp', value: true, name: 'jcghegjaieaedbbe' }
Wed, 01 Sep 2021 05:00:17 GMT video:server Error: null
at /home/ubuntu/servers/Chatalyze-Video/server/one2one/index.js:681:25
at afterWrite (_stream_writable.js:361:3)
at onwrite (_stream_writable.js:352:7)
at TLSSocket.WritableState.onwrite (_stream_writable.js:89:5)
If you look through the logs, you can see halfway through where the logging changes.
vendor.v1.5.28.js:54 2021-09-01T05:14:24.804Z warn [TwilioConnection #33: wss://sg1.vss.twilio.com/signaling] Unexpected state "closed" for handling a "heartbeat" message from the TCMP server.
value @ vendor.v1.5.28.js:54
value @ vendor.v1.5.28.js:54
value @ vendor.v1.5.28.js:53
(anonymous) @ vendor.v1.5.28.js:53
socket.js:102 message Published w/ timetoken 16304732650340010
Verifying my Blockstack ID is secured with the address 136kquMKcytPsqxP4vVEZdt9oE6UdgghmW https://explorer.blockstack.org/address/136kquMKcytPsqxP4vVEZdt9oE6UdgghmW
Verifying my Blockstack ID is secured with the address 136kquMKcytPsqxP4vVEZdt9oE6UdgghmW https://explorer.blockstack.org/address/136kquMKcytPsqxP4vVEZdt9oE6UdgghmW
@nsipplswezey
nsipplswezey / # ffmpeg - 2017-11-14_17-36-19.txt
Created November 15, 2017 02:46
ffmpeg on macOS 10.13.1 - Homebrew build logs
Homebrew build logs for ffmpeg on macOS 10.13.1
Build date: 2017-11-14 17:36:19
@nsipplswezey
nsipplswezey / # ffmpeg - 2017-11-13_09-10-42.txt
Created November 13, 2017 17:14
ffmpeg on macOS 10.12.6 - Homebrew build logs
Homebrew build logs for ffmpeg on macOS 10.12.6
Build date: 2017-11-13 09:10:42
@nsipplswezey
nsipplswezey / 0-html-elements-to-update.html
Last active May 4, 2017 19:01 — forked from anonymous/output-from-pages.json
The basics of NYTs realtime updating vote count
<div class="g-item g-graphic g-summary-container">
<div class="g-item-ai2html" style="max-width:460px;">
<div class="g-vote-summary g-live">
<!DOCTYPE html>
<meta charset="utf-8">
Hello, world!!
gistup
@nsipplswezey
nsipplswezey / 1. Command Line
Created June 17, 2016 03:41
Nodal TL;DR Many-to-Many Relationship
npm install -g nodal
nodal new many-to-many
cd many-to-many
nodal g:model User name:string
nodal g:model Group name:string
nodal g:controller v1 --for Users
nodal g:controller v1 --for Groups
nodal g:model UserGroup user_id:int group_id:int
nodal g:controller v1 --for UserGroup
nodal db:create