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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. Mastodon
  3. Sidekiq Errors

Sidekiq Errors

Scheduled Pinned Locked Moved Solved Mastodon
5 Posts 2 Posters 1.8k Views 2 Watching
  • 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.
  • doodlemania2D Offline
    doodlemania2D Offline
    doodlemania2
    App Dev
    wrote on last edited by
    #1

    I have a lot of jobs failing on Mastodon of late. I think the relay I was using (mastodon.host) went offline. However, the error I'm seeing in a lot of places points to another issue that appears to be unrelated:

    Errno::ENOENT: No such file or directory - the ffprobe binary could not be found in /app/code/vendor/bundle/ruby/2.5.0/bin:/usr/local/node-12.16.2/bin:/usr/local/go-1.14.2/bin:/usr/local/sbin:/usr/loca...

    girishG 1 Reply Last reply
    0
    • doodlemania2D doodlemania2

      I have a lot of jobs failing on Mastodon of late. I think the relay I was using (mastodon.host) went offline. However, the error I'm seeing in a lot of places points to another issue that appears to be unrelated:

      Errno::ENOENT: No such file or directory - the ffprobe binary could not be found in /app/code/vendor/bundle/ruby/2.5.0/bin:/usr/local/node-12.16.2/bin:/usr/local/go-1.14.2/bin:/usr/local/sbin:/usr/loca...

      girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #2

      @doodlemania2 The closest I could find upstream is https://github.com/tootsuite/mastodon/pull/8500 . Looks like the mastodon package requires ffmpeg ?

      1 Reply Last reply
      0
      • girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #3

        @doodlemania2 Indeed. https://docs.joinmastodon.org/admin/install/ says ffmpeg. I will add it to the Cloudron package.

        1 Reply Last reply
        0
        • girishG Offline
          girishG Offline
          girish
          Staff
          wrote on last edited by
          #4

          OK, ffprobe should work in the latest image.

          root@abc606c8-1c26-4d4a-adb5-818a089aa4b2:/app/code# ffprobe 
          ffprobe version 3.4.8-0ubuntu0.2 Copyright (c) 2007-2020 the FFmpeg developers
            built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04)
            configuration: --prefix=/usr --extra-version=0ubuntu0.2 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
            libavutil      55. 78.100 / 55. 78.100
            libavcodec     57.107.100 / 57.107.100
            libavformat    57. 83.100 / 57. 83.100
            libavdevice    57. 10.100 / 57. 10.100
            libavfilter     6.107.100 /  6.107.100
            libavresample   3.  7.  0 /  3.  7.  0
            libswscale      4.  8.100 /  4.  8.100
            libswresample   2.  9.100 /  2.  9.100
            libpostproc    54.  7.100 / 54.  7.100
          Simple multimedia streams analyzer
          usage: ffprobe [OPTIONS] [INPUT_FILE]
          
          You have to specify one input file.
          Use -h to get full help or, even better, run 'man ffprobe'.
          
          doodlemania2D 1 Reply Last reply
          0
          • girishG girish

            OK, ffprobe should work in the latest image.

            root@abc606c8-1c26-4d4a-adb5-818a089aa4b2:/app/code# ffprobe 
            ffprobe version 3.4.8-0ubuntu0.2 Copyright (c) 2007-2020 the FFmpeg developers
              built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04)
              configuration: --prefix=/usr --extra-version=0ubuntu0.2 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
              libavutil      55. 78.100 / 55. 78.100
              libavcodec     57.107.100 / 57.107.100
              libavformat    57. 83.100 / 57. 83.100
              libavdevice    57. 10.100 / 57. 10.100
              libavfilter     6.107.100 /  6.107.100
              libavresample   3.  7.  0 /  3.  7.  0
              libswscale      4.  8.100 /  4.  8.100
              libswresample   2.  9.100 /  2.  9.100
              libpostproc    54.  7.100 / 54.  7.100
            Simple multimedia streams analyzer
            usage: ffprobe [OPTIONS] [INPUT_FILE]
            
            You have to specify one input file.
            Use -h to get full help or, even better, run 'man ffprobe'.
            
            doodlemania2D Offline
            doodlemania2D Offline
            doodlemania2
            App Dev
            wrote on last edited by
            #5

            @girish Wow you are amazing as always!

            1 Reply Last reply
            0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Bookmarks
            • Search