Results 1 to 8 of 8

Thread: Problem running minitube

  1. #1
    Join Date
    Aug 2007
    Location
    I live in the universe.
    Beans
    195
    Distro
    Ubuntu 11.04 Natty Narwhal

    Problem running minitube

    hi,
    I installed minitube http://flavio.tordini.org/minitube and all the codecs neccessary but when I am trying to run it the error pops up:

    Code:
    (<unknown>:17544): libsoup-CRITICAL **: soup_message_queue_destroy: assertion `queue->head == NULL' failed
    "http://www.youtube.com/get_video?video_id=NCPDiEz-GcE&t=vjVQa1PpcFO_wZnazyZ0Oo3T0jMfmGNtVqs_eY1Opr0=&eurl=&el=detailpage&ps=default&fmt=18" 
    GET "http://gdata.youtube.com/feeds/api/videos?q=hi&max-results=1&start-index=19" 
    Phonon error: "A required codec is missing. You need to install the following codec(s) to play this content: text/html" 2
    How do I install text/html!!!?
    I am behind proxy if that might cause the error.
    Anybody here have any idea where is minitube installed?
    How to know where any app in ubuntu installs itself?(the apps in linux never asks for the place to get installed!!!)
    Thank You
    -shankhs

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Problem running minitube

    I'm not sure about the missing codec, but all properly packaged programs are located in /usr/bin. To find where all the files are located open an Applications-->Accessories-->Termianl and type:

    Code:
    locate <packagename>
    where <packagename> is the name of the package you are looking for. If you were looking for minitube the command would be:

    Code:
    locate minitube

  3. #3
    Join Date
    Oct 2009
    Beans
    Hidden!

    Re: Problem running minitube

    Code:
    sudo apt-get install html2text

  4. #4
    Join Date
    Apr 2008
    Location
    Phoenix
    Beans
    991
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Problem running minitube

    shankhs,

    You can install minitube with a .deb, if you'd prefer: http://www.getdeb.net/search.php?keywords=MINITUBE .

  5. #5
    Join Date
    Aug 2007
    Location
    I live in the universe.
    Beans
    195
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Problem running minitube

    Quote Originally Posted by OpenGuard View Post
    Code:
    sudo apt-get install html2text
    html2text is already installed.

    and

    Quote Originally Posted by cariboo907 View Post
    I'm not sure about the missing codec, but all properly packaged programs are located in /usr/bin. To find where all the files are located open an Applications-->Accessories-->Termianl and type:

    Code:
    locate <packagename>
    where <packagename> is the name of the package you are looking for. If you were looking for minitube the command would be:

    Code:
    locate minitube
    Code:
    shankhs@shankhs-desktop:~$ locate minitube
    shankhs@shankhs-desktop:~$
    locate mintube isnt giving anything.I am completely lost its installed and can open minitube then why locate isnt returning anything?
    Anyways /usr/bin does contain the minitube exe but there might be some config file to let me enter the http proxy stuffs,I couldn't find those files.

    Quote Originally Posted by jmszr View Post
    shankhs,

    You can install minitube with a .deb, if you'd prefer: http://www.getdeb.net/search.php?keywords=MINITUBE .
    I have installed minitube using .deb only.

    Than You for your time and useful advices.

  6. #6
    Join Date
    Feb 2009
    Location
    Hellas
    Beans
    9
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Problem running minitube

    I'm trying minitube 0.8 but I can't watch any video.
    For some reason, playback is not starting.

  7. #7
    Join Date
    Nov 2009
    Beans
    6
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Problem running minitube

    same problem text/html error

  8. #8
    Join Date
    Dec 2007
    Location
    Middle of Nowhere
    Beans
    82
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Problem running minitube

    I installed minitube like this.

    sudo apt-get install qt4-dev-tools

    sudo apt-get install phonon-backend-gstreamer gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad

    sudo ln -s /usr/lib/kde4/plugins/phonon_backend /usr/lib/qt4/plugins

    grab the deb and install it.

    https://launchpad.net/~neversfelde/+...~ppa2_i386.deb (for x86 pc's)

    https://launchpad.net/~neversfelde/+...ppa2_amd64.deb (fo x64 pc's

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •