Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    CyTube - Watch videos with friends

    App Wishlist
    3
    5
    222
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • murgero
      murgero App Dev last edited by

      Site:
      https://github.com/calzoneman/sync

      The 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 🙂

      --
      https://urgero.org
      ~ Professional Nerd. Freelance Programmer. ~
      Matrix: @murgero:urgero.org

      1 Reply Last reply Reply Quote 3
      • girish
        girish Staff last edited by

        Ooh, crashing the cloudron instance seems something we should fix. Do you have backtrace? It should be in /home/yellowtent/platformdata/logs/box.log.

        murgero 1 Reply Last reply Reply Quote 0
        • murgero
          murgero App Dev @girish last edited by

          @girish once I get home, I’ll recreate the issue and then get you the logs. Essentially the server is up and working but cloudron services crash. I’d like to note, docket seems to fail too.

          --
          https://urgero.org
          ~ Professional Nerd. Freelance Programmer. ~
          Matrix: @murgero:urgero.org

          1 Reply Last reply Reply Quote 0
          • murgero
            murgero App Dev last edited by murgero

            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.

            --
            https://urgero.org
            ~ Professional Nerd. Freelance Programmer. ~
            Matrix: @murgero:urgero.org

            1 Reply Last reply Reply Quote 0
            • nebulon
              nebulon Staff last edited by

              Thanks for the trace. This is an issue on the client side only, apparently the error object is not correctly set here. Will try to reproduce this to fix it. This should not really impact the Cloudron server as such though.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Powered by NodeBB