ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: smont <smont@mail.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] Freevo crash
Date: Fri, 25 Jan 2008 16:53:40 +0300
Message-ID: <200801251653.40969.smont@mail.ru> (raw)
In-Reply-To: <4799D4C9.30704@ukr.net>

В сообщении от Friday 25 January 2008 15:23:37 Serge написал(а):
> Доброго дня.
> Установил сабж.
> при запуске вываливается с поносом:
> $ freevo
>
> Error: TV_RECORD_DIR not set
            ^^^^^^^^^^^^^^^^^
> Please set TV_RECORD_DIR to the directory, where recordings should be
> stored or remove the tv plugin. Autoset variable to /home/alone.
>
> Error: VIDEO_SHOW_DATA_DIR not found
>           ^^^^^^^^^^^^^^^^^^^^^^^^^
> Error: can't find /tmp/TV.xml
> Use xmltv to create this file or when you don't want to use the tv
> module at all, add TV_CHANNELS = [] and plugin.remove('tv') to your
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> local_conf.py. TVguide is deactivated now.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
не  прописан конфиг ~/.freevo/local_conf.py
предлагается или прописать настройки или вообще отключить модуль tv
> Please run 'freevo cache'
и перечитать/почистить/обновить кеш
см. freevo cache --help
> WARNING: /etc/freevo/lircrc not found!
нет lirc или он не прописан (не смертельно)
> failed to load plugin tv.mplayer
> start 'freevo plugins -l' to get a list of plugins
не может найти mplayer (установить?прописать в /etc/freevo/freevo.conf? или 
отключить совсем
смотреть   freevo plugins --list  полныйго список плагинов и статус -активен 
или нет  
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/site-packages/freevo/plugin.py", line 556, in
> __load_plugin__
>     exec('import %s' % module)
>   File "<string>", line 1, in ?
>   File "/usr/lib/python2.4/site-packages/freevo/tv/plugins/mplayer.py",
> line 42, in ?
>     import tv.epg_xmltv as epg # The Electronic Program Guide
>   File "/usr/lib/python2.4/site-packages/freevo/tv/epg_xmltv.py", line
> 50, in ?
>     import tv.xmltv as xmltv
>   File "/usr/lib/python2.4/site-packages/freevo/tv/xmltv.py", line 27, in ?
>     from elementtree.ElementTree import ElementTree, Element,
> SubElement, tostring
> ImportError: No module named elementtree.ElementTree
> failed to load plugin tv.generic_record
  ^^^^^^^^^^^^^^^^^^^^^^^^
скорее всего не находит mencoder и mplayer  
> start 'freevo plugins -l' to get a list of plugins
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/site-packages/freevo/plugin.py", line 556, in
> __load_plugin__
>     exec('import %s' % module)
>   File "<string>", line 1, in ?
>   File
> "/usr/lib/python2.4/site-packages/freevo/tv/plugins/generic_record.py",
> line 42, in ?
>     import util.tv_util as tv_util
>   File "/usr/lib/python2.4/site-packages/freevo/util/tv_util.py", line
> 47, in ?
>     import util, config, tv.epg_xmltv
>   File "/usr/lib/python2.4/site-packages/freevo/tv/epg_xmltv.py", line
> 50, in ?
>     import tv.xmltv as xmltv
>   File "/usr/lib/python2.4/site-packages/freevo/tv/xmltv.py", line 27, in ?
>     from elementtree.ElementTree import ElementTree, Element,
> SubElement, tostring
> ImportError: No module named elementtree.ElementTree
> failed to load plugin tv.scheduled_recordings
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
скорее всего не находит mencoder и mplayer  
> start 'freevo plugins -l' to get a list of plugins
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/site-packages/freevo/plugin.py", line 556, in
> __load_plugin__
>     exec('import %s' % module)
>   File "<string>", line 1, in ?
>   File
> "/usr/lib/python2.4/site-packages/freevo/tv/plugins/scheduled_recordings.py
>", line 46, in ?
>     import tv.record_client as record_client
>   File "/usr/lib/python2.4/site-packages/freevo/tv/record_client.py",
> line 52, in ?
>     from util.marmalade import jellyToXML, unjellyFromXML
>   File "/usr/lib/python2.4/site-packages/freevo/util/marmalade.py", line
> 429, in ?
>     from twisted.web.microdom import Text, Element, Node, Document,
> parse, parseString, CDATASection, NodeList
> ImportError: No module named web.microdom
> failed to load plugin tv.view_favorites
> start 'freevo plugins -l' to get a list of plugins
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/site-packages/freevo/plugin.py", line 556, in
> __load_plugin__
>     exec('import %s' % module)
>   File "<string>", line 1, in ?
>   File
> "/usr/lib/python2.4/site-packages/freevo/tv/plugins/view_favorites.py",
> line 45, in ?
>     import tv.record_client as record_client
>   File "/usr/lib/python2.4/site-packages/freevo/tv/record_client.py",
> line 52, in ?
>     from util.marmalade import jellyToXML, unjellyFromXML
>   File "/usr/lib/python2.4/site-packages/freevo/util/marmalade.py", line
> 429, in ?
>     from twisted.web.microdom import Text, Element, Node, Document,
> parse, parseString, CDATASection, NodeList
> ImportError: No module named web.microdom
> failed to load plugin tv.manual_record
 ^^^^^^^^^^^^^^^^^^^^^^^^^^
аналогично
> start 'freevo plugins -l' to get a list of plugins
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/site-packages/freevo/plugin.py", line 556, in
> __load_plugin__
>     exec('import %s' % module)
>   File "<string>", line 1, in ?
>   File
> "/usr/lib/python2.4/site-packages/freevo/tv/plugins/manual_record.py",
> line 49, in ?
>     import util.tv_util as tv_util
>   File "/usr/lib/python2.4/site-packages/freevo/util/tv_util.py", line
> 47, in ?
>     import util, config, tv.epg_xmltv
>   File "/usr/lib/python2.4/site-packages/freevo/tv/epg_xmltv.py", line
> 50, in ?
>     import tv.xmltv as xmltv
>   File "/usr/lib/python2.4/site-packages/freevo/tv/xmltv.py", line 27, in ?
>     from elementtree.ElementTree import ElementTree, Element,
> SubElement, tostring
> ImportError: No module named elementtree.ElementTree
> failed to load plugin idlebar.tv
> start 'freevo plugins -l' to get a list of plugins
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/site-packages/freevo/plugin.py", line 556, in
> __load_plugin__
>     exec('import %s' % module)
>   File "<string>", line 1, in ?
>   File "/usr/lib/python2.4/site-packages/freevo/plugins/idlebar/tv.py",
> line 37, in ?
>     import util.tv_util as tv_util
>   File "/usr/lib/python2.4/site-packages/freevo/util/tv_util.py", line
> 47, in ?
>     import util, config, tv.epg_xmltv
>   File "/usr/lib/python2.4/site-packages/freevo/tv/epg_xmltv.py", line
> 50, in ?
>     import tv.xmltv as xmltv
>   File "/usr/lib/python2.4/site-packages/freevo/tv/xmltv.py", line 27, in ?
>     from elementtree.ElementTree import ElementTree, Element,
> SubElement, tostring
> ImportError: No module named elementtree.ElementTree
> Crash!
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/site-packages/freevo/main.py", line 494, in ?
>     MainMenu().getcmd()
>   File "/usr/lib/python2.4/site-packages/freevo/main.py", line 196, in
> getcmd
>     items += p.items(self)
>   File "/usr/lib/python2.4/site-packages/freevo/tv/__init__.py", line
> 40, in items
>     import tvmenu
>   File "/usr/lib/python2.4/site-packages/freevo/tv/tvmenu.py", line 57, in
> ? import util.tv_util as tv_util
>   File "/usr/lib/python2.4/site-packages/freevo/util/tv_util.py", line
> 47, in ?
>     import util, config, tv.epg_xmltv
>   File "/usr/lib/python2.4/site-packages/freevo/tv/epg_xmltv.py", line
> 50, in ?
>     import tv.xmltv as xmltv
>   File "/usr/lib/python2.4/site-packages/freevo/tv/xmltv.py", line 27, in ?
>     from elementtree.ElementTree import ElementTree, Element,
> SubElement, tostring
> ImportError: No module named elementtree.ElementTree
>
>
> _______________________________________________
> community mailing list
> community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community


Какую версию freevo Вы ставите?
что планируете использовать для просмотра tv,( mplayer/tvtime/xawtv?)
есть ли в системе mplayer ? в /etc/freevo/freevo.conf прописаны?


  reply	other threads:[~2008-01-25 13:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-25 12:23 Serge
2008-01-25 13:53 ` smont [this message]
2008-01-25 15:01   ` Serge
2008-01-25 22:55     ` Vitaly Lipatov
2008-01-26 22:52       ` smont
2008-01-26 22:45         ` Michael Shigorin
2008-01-26 23:25           ` [Comm] Freevo crash [JT] Vitaly Lipatov
2008-01-26 23:27             ` Michael Shigorin
2008-01-26 23:09         ` [Comm] Freevo crash Vitaly Lipatov
2008-01-25 15:06   ` Serge
2008-01-25 16:52     ` smont
2008-01-26 10:10       ` Michael Shigorin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200801251653.40969.smont@mail.ru \
    --to=smont@mail.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git