Can´t start, unknown error

Asked by Christian Widell

I get this when I try to run entertainer:

christian@Taurus:~/entertainer$ ./entertainer
Entertainer backend starting...
Exception in thread IndexerThread (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
  File "/home/christian/entertainer/entertainerlib/backend/components/mediacache/indexer_thread.py", line 65, in run
  File "/home/christian/entertainer/entertainerlib/backend/components/mediacache/image_cache.py", line 119, in addDirectory
  File "/usr/lib/python2.6/os.py", line 284, in walk
  File "/usr/lib/python2.6/genericpath.py", line 42, in isdir
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'error'
Unhandled exception in thread started by
Error in sys.excepthook:

Original exception was:
christian@Taurus:~/entertainer$

Any idea how to solve it? I haven´t been able to test entertainer before.

Question information

Language:
English Edit question
Status:
Answered
For:
Entertainer Media Center Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Matt Layman (mblayman) said :
#1

Christian,

By the looks of the traceback, this isn't an Entertainer error. It looks like it is a python error on your Linux distribution. I looked at my /usr/lib/python2.6/genericpath.py file at line 42. Your traceback is indicating that "os" is None. Since "os" is a core module of python, something is very fishy. Maybe one of your path variables is wrong.

What distribution are you using? Is there any way to get support from them?

Could you try the following from a terminal? Do you get a similar "NoneType" error? (Don't include the backticks in what you type on the command line.):

1) `python`
2) `import os`
3) `os.error`

I think that's about as much help as I can provide. I hope it's enough to get your problem figured out.

Can you help with this problem?

Provide an answer of your own, or ask Christian Widell for more information if necessary.

To post a message you must log in.