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
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) |
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
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 |
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
Verifying my Blockstack ID is secured with the address 136kquMKcytPsqxP4vVEZdt9oE6UdgghmW https://explorer.blockstack.org/address/136kquMKcytPsqxP4vVEZdt9oE6UdgghmW |
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
Verifying my Blockstack ID is secured with the address 136kquMKcytPsqxP4vVEZdt9oE6UdgghmW https://explorer.blockstack.org/address/136kquMKcytPsqxP4vVEZdt9oE6UdgghmW |
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
Homebrew build logs for ffmpeg on macOS 10.13.1 | |
Build date: 2017-11-14 17:36:19 |
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
Homebrew build logs for ffmpeg on macOS 10.12.6 | |
Build date: 2017-11-13 09:10:42 |
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
<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"> |
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
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
Hello, world!! |
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
gistup |
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
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 |
NewerOlder