CyTube - Watch videos with friends
-
Site:
https://github.com/calzoneman/syncThe basic concept is that users register channels where connected viewers can watch videos from different video hosts (e.g., YouTube, Twitch) and the playback is synchronized for all the viewers in the channel.
I am currently trying to package this, however it actually crashes my cloudron instance. But once I get something working, I'll post a reply here
-
I couldn't replicate the issue for some reason. The install fails but it no longer crashes like it did the other night:
App is being installed. => Queued => Cleaning up old install => Registering subdomains . => Downloading image ........................ => Creating container ........... => Configuring reverse proxy /usr/lib/node_modules/cloudron/src/actions.js:422 if (response.body.installationState !== 'installed') return callback(new Error(`Installation failed: ${response.body.error.message}`)); ^ TypeError: Cannot read property 'message' of null at Request._callback (/usr/lib/node_modules/cloudron/src/actions.js:422:136) at Request.self.callback (/usr/lib/node_modules/cloudron/node_modules/request/request.js:185:22) at Request.emit (events.js:321:20) at Request.<anonymous> (/usr/lib/node_modules/cloudron/node_modules/request/request.js:1161:10) at Request.emit (events.js:321:20) at IncomingMessage.<anonymous> (/usr/lib/node_modules/cloudron/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:427:28) at IncomingMessage.emit (events.js:333:22) at endReadableNT (_stream_readable.js:1201:12) at processTicksAndRejections (internal/process/task_queues.js:84:21)
I'd like to point out that it says "Install failed" in the little bit of log there, but the container installed and started (though failed to start due to my own scripting issue unrelated to cloudron.