Ticket #183 (assigned defect)

Opened 3 years ago

Last modified 2 years ago

In slimmed down versions of python (as in the DreamBox) Flickr Storage fails because of missing email module

Reported by: deepsight Assigned to: dev (accepted)
Priority: minor Milestone:
Component: MediaServer Backend Flickr Version:
Keywords: flickr Cc:

Description (Last modified by dev)

WARN  coherence                   Jan 01 03:18:08  Coherence UPnP framework version 0.6.0 starting... (coherence/base.py:265)
WARN  webserver                   Jan 01 03:18:08  WebServer on port 1039 ready (coherence/base.py:110)
WARN  plugins                     Jan 01 03:18:08  can't import 'mediadb_storage' - ImportError('No module named shutil',) (coherence/extern/simple_plugin.py:65)
WARN  plugins                     Jan 01 03:18:09  can't import 'gstreamer_renderer' - ImportError('No module named pygst',) (coherence/extern/simple_plugin.py:65)
WARN  plugins                     Jan 01 03:18:09  can't import 'tracker_storage' - ImportError('No module named dbus',) (coherence/extern/simple_plugin.py:65)
WARN  plugins                     Jan 01 03:18:09  can't import 'dvbd_storage' - ImportError('No module named dbus',) (coherence/extern/simple_plugin.py:65)
WARN  plugins                     Jan 01 03:18:09  can't import 'flickr_storage' - ImportError('No module named email.Utils',) (coherence/extern/simple_plugin.py:65)
WARN  plugins                     Jan 01 03:18:09  can't import 'swr3_storage' - ImportError('No module named email.Utils',) (coherence/extern/simple_plugin.py:65)
WARN  plugins                     Jan 01 03:18:09  can't import 'fs_storage' - ImportError('No module named shutil',) (coherence/extern/simple_plugin.py:65)
WARN  coherence                   Jan 01 03:18:09  Can't enable FSStore plugin, not found! (coherence/base.py:388)
WARN  coherence                   Jan 01 03:18:09  Can't enable FlickrStore plugin, not found! (coherence/base.py:388)

Change History

24.01.2009 17:38:29 changed by dev

  • status changed from new to assigned.
  • description changed.

24.11.2009 13:50:49 changed by jmsizun

  • component changed from Core to MediaServer Backend Flickr.