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

    Trying to import a whole YT channel via CLI

    PeerTube
    7
    25
    814
    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.
    • jordanurbs
      jordanurbs last edited by jordanurbs

      Two ways I am trying to do this. The cloudron documentation way gives me this error in the CLI:

      bash: q2: Read-only file system
      

      The way as outlined by PeerTube documentation:

      $ node {dist/server/tools/peertube-import-videos.js \
          -u 'PEERTUBE_URL' \
          -U 'PEERTUBE_USER' \
          --password 'PEERTUBE_PASSWORD' \
          --target-url 'TARGET_URL'
      

      where TARGET_URL is the video, channel, playlist or users.

      The error I receive in Cloudron peertube CLI:

      internal/modules/cjs/loader.js:983
        throw err;
        ^
      
      Error: Cannot find module '/app/code/server/tools/peertube-import-videos.js'
          at Function.Module._resolveFilename (internal/modules/cjs/loader.js:980:15)
          at Function.Module._load (internal/modules/cjs/loader.js:862:27)
          at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12)
          at internal/main/run_main_module.js:18:47 {
        code: 'MODULE_NOT_FOUND',
        requireStack: []
      }
      
      I am assuming /app/code/server/  is the Cloudron equivalent to dist/server/ ... Any ideas?
      
      robi 1 Reply Last reply Reply Quote 0
      • robi
        robi @jordanurbs last edited by

        @jordanurbs where does the internal/ dir live?

        try to run the command from it's parent dir.

        Life of Advanced Technology

        jordanurbs 1 Reply Last reply Reply Quote 0
        • jordanurbs
          jordanurbs @robi last edited by

          @robi I'm afraid I don't understand. The cloudron app CLI puts me into /app/code/server by default so I am assuming that is where the app lives.

          1 Reply Last reply Reply Quote 0
          • jordanurbs
            jordanurbs last edited by jordanurbs

            Solved it, this is where the js file lives

            node dist/scripts/create-import-video-file-job.js 
            

            It doesn't seem to use "-u" though so there may be updated documentation I have not stumbled upon yet

            robi girish 2 Replies Last reply Reply Quote 1
            • robi
              robi @jordanurbs last edited by

              @jordanurbs is this new in the latest release vs the older release?

              Life of Advanced Technology

              jordanurbs 1 Reply Last reply Reply Quote 0
              • jordanurbs
                jordanurbs @robi last edited by

                @robi I am using the latest release however this is functionality that has been around since at least the previous version..

                robi 1 Reply Last reply Reply Quote 0
                • robi
                  robi @jordanurbs last edited by

                  @jordanurbs odd that there are two different scripts for it.

                  Life of Advanced Technology

                  1 Reply Last reply Reply Quote 0
                  • girish
                    girish Staff @jordanurbs last edited by

                    @jordanurbs Ah thanks, I will fix the docs accordingly.

                    jordanurbs 1 Reply Last reply Reply Quote 0
                    • jordanurbs
                      jordanurbs @girish last edited by

                      @girish thanks.. is the 'peertube' cli command only for the cloudron CLI or is that what I would also use in the app's own terminal on the cloudron interface? Aside from the missing script file, I should be able to run commands in the app terminal using the same commands as the peertube documentation, right?

                      girish 1 Reply Last reply Reply Quote 0
                      • girish
                        girish Staff @jordanurbs last edited by

                        @jordanurbs Cloudron CLI terminal (via exec) and app's terminal on the web ui are one and the same. You should be able to run commands as per the peertube docs.

                        rmdes 1 Reply Last reply Reply Quote 1
                        • rmdes
                          rmdes @girish last edited by

                          With the latest version, it seems there is now an 'official' YT plugin to import entire channels from the UI but the plugin crash at install because node is trying to install inside the app/code/server read-only file system.

                          Do you think this is something that could be fixed in the cloudron package ?

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

                            @rmdes Where is this plugin ? https://github.com/Chocobozzz/PeerTube/projects/8#card-74498056 says it is still not implemented.

                            rmdes 1 Reply Last reply Reply Quote 0
                            • rmdes
                              rmdes @girish last edited by

                              @girish on the Administration plugin/theme view
                              b3870022-2723-44e9-a150-38ff31d5ca12-image.png

                              Using default Peertube cloudron package.

                              imc67 1 Reply Last reply Reply Quote 1
                              • imc67
                                imc67 translator @rmdes last edited by

                                @rmdes @girish install still fails 😞

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

                                  Just testing this out now.. Classic warning:

                                  d888241a-e553-4924-ba05-60390469ebfe-image.png

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

                                    I have pushed a fix, the plugin installs now. But I don't know if the plugin itself works, please test. The plugin hasn't been updated in a while, so YMMV.

                                    imc67 1 Reply Last reply Reply Quote 2
                                    • imc67
                                      imc67 translator @girish last edited by imc67

                                      @girish tried the plugin but alas it doesn't work, maybe it's too old and/or doesn't work with LDAP and/or I'm doing something wrong....

                                      I guess we have to wait for native support as you wrote earlier.

                                      Tried with LDAP user:

                                      May 12 21:27:53 [videos.domain.tv:443] 2022-05-12 19:27:53.656 info: Login success with auth method ldap of plugin peertube-plugin-auth-ldap for ***admin user ldap***.
                                      May 12 21:27:53 [videos.domain.tv:443] 2022-05-12 19:27:53.659 info: Bypassing oauth login by plugin peertube-plugin-auth-ldap.
                                      May 12 21:27:53 [videos.domain.tv:443] 2022-05-12 19:27:53.671 warn: Login error {
                                      May 12 21:27:53 "err": {
                                      May 12 21:27:53 "statusCode": 400,
                                      May 12 21:27:53 "status": 400,
                                      May 12 21:27:53 "code": 400,
                                      May 12 21:27:53 "message": "Invalid grant: user credentials are invalid",
                                      May 12 21:27:53 "name": "invalid_grant",
                                      May 12 21:27:53 "stack": "invalid_grant: Invalid grant: user credentials are invalid\n at new InvalidGrantError (/app/code/server/node_modules/oauth2-server/lib/errors/invalid-grant-error.js:27:14)\n at /app/code/server/dist/server/lib/auth/oauth.js:77:19\n at Generator.next (<anonymous>)\n at fulfilled (/app/code/server/node_modules/tslib/tslib.js:114:62)\n at runMicrotasks (<anonymous>)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)"
                                      May 12 21:27:53 }
                                      May 12 21:27:53 }
                                      

                                      Tried with local admin:

                                      May 12 21:28:42 [videos.domain.tv:443 peertube-plugin-auto-import-ytb] 2022-05-12 19:28:42.639 warn: Error during the credential validation : Error: Cannot get access Token : Bad Request
                                      May 12 21:29:14 [videos.domain.tv:443] 2022-05-12 19:29:14.003 info: 172.18.16.14 - - [12/May/2022:19:29:14 +0000] "GET /api/v1/oauth-clients/local HTTP/1.1" 200 99 "-" "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)"
                                      May 12 21:29:14 [videos.domain.tv:443] 2022-05-12 19:29:14.015 info: 62.238.0.0 - - [12/May/2022:19:29:14 +0000] "PUT /api/v1/plugins/peertube-plugin-auto-import-ytb/settings HTTP/1.1" 204 - "https://videos.domain.tv/admin/plugins/show/peertube-plugin-auto-import-ytb" "Firefox"
                                      May 12 21:29:14 [videos.domain.tv:443 peertube-plugin-auth-ldap] 2022-05-12 19:29:14.119 warn: Cannot login ***local admin*** in LDAP plugin. {
                                      May 12 21:29:14 "err": "no such user: \"***local admin***\""
                                      May 12 21:29:14 }
                                      
                                      girish 1 Reply Last reply Reply Quote 0
                                      • girish
                                        girish Staff @imc67 last edited by

                                        @imc67 thought as much 😕 PeerTube has seen a lot of changes since the plugin was last published.

                                        rmdes 1 Reply Last reply Reply Quote 0
                                        • rmdes
                                          rmdes @girish last edited by rmdes

                                          @girish

                                          I can't get it to install but something totally weird is happening on my instance, since last month, since I the last time I came here, my instance is auto uploading the target channel I initially managed to configure but it does not make sense because the plugin is not installed...??.?☝ 🙃

                                          log file : https://paste.armada.digital/cageyixumu.md

                                          I don't have any LDAP errors, I'm wondering if this is even related?

                                          rmdes 1 Reply Last reply Reply Quote 1
                                          • rmdes
                                            rmdes @rmdes last edited by

                                            I restarted the app, tried to install again, it works ! 🤘
                                            a172d5f3-c32c-4121-93e8-1a51497c88a3-image.png

                                            rmdes 1 Reply Last reply Reply Quote 1
                                            • rmdes
                                              rmdes @rmdes last edited by

                                              Trying to understand what's the purpose of the admin/pass login for this feature, anyone knows ?

                                              doodlemania2 1 Reply Last reply Reply Quote 0
                                              • doodlemania2
                                                doodlemania2 App Dev @rmdes last edited by

                                                @rmdes That seems suspect - if this is a test instance, feed in your peertube admin u/p to see if that's what it is looking for.
                                                I'd be cautious of giving a plugin prod creds like that.

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

                                                  Might be best to investigate the code at https://zeteo.me/gitea/Outils-PeerTube/peertube-plugin-auto-import-ytb . I think maybe because it's the only way to call peertube's api (with username/password).

                                                  1 Reply Last reply Reply Quote 2
                                                  • jdaviescoates
                                                    jdaviescoates last edited by

                                                    So, @jordanurbs @rmdes have either of you now successfully imported a YouTube channel into a Cloudron instance of PeerTube (either using CLI or a plugin)? If so, how did you do it? thanks!

                                                    I use Cloudron with Gandi & Hetzner

                                                    rmdes 1 Reply Last reply Reply Quote 0
                                                    • rmdes
                                                      rmdes @jdaviescoates last edited by

                                                      @jdaviescoates Yes the plugin works just fine for me !
                                                      you can see it at work here : ukrainewararchive.eu/

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