← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~googol/openlp/vlc into lp:openlp

 

I get these two exceptions when I try to set VLC as the media player:

2013-02-20 08:27:11,381 root                                                    ERROR    Traceback (most recent call last):
  File "/home/raoul/Projects/OpenLP/vlc/openlp/core/utils/__init__.py", line 77, in run
    version = check_latest_version(app_version)
  File "/home/raoul/Projects/OpenLP/vlc/openlp/core/utils/__init__.py", line 287, in check_latest_version
    last_test = settings.value(u'last version test')
  File "/home/raoul/Projects/OpenLP/vlc/openlp/core/lib/settings.py", line 330, in value
    setting = super(Settings, self).value(key, default_value)
TypeError: unable to convert a QVariant back to a Python object
None
2013-02-20 08:28:48,969 root                                                    ERROR    Traceback (most recent call last):
  File "/home/raoul/Projects/OpenLP/vlc/openlp/core/ui/settingsform.py", line 108, in accept
    self.stackedLayout.widget(tabIndex).save()
  File "/home/raoul/Projects/OpenLP/vlc/openlp/core/ui/media/playertab.py", line 233, in save
    Registry().execute(u'config_screen_changed')
  File "/home/raoul/Projects/OpenLP/vlc/openlp/core/lib/registry.py", line 162, in execute
    result = function(*args, **kwargs)
  File "/home/raoul/Projects/OpenLP/vlc/openlp/core/ui/mainwindow.py", line 1020, in screen_changed
    self.previewController.screenSizeChanged()
  File "/home/raoul/Projects/OpenLP/vlc/openlp/core/ui/slidecontroller.py", line 537, in screenSizeChanged
    self.media_controller.setup_display(self.display, False)
  File "/home/raoul/Projects/OpenLP/vlc/openlp/core/ui/media/mediacontroller.py", line 331, in setup_display
    player.setup(display)
  File "/home/raoul/Projects/OpenLP/vlc/openlp/core/ui/media/vlcplayer.py", line 128, in setup
    display.vlcInstance.set_log_verbosity(2)
AttributeError: 'Instance' object has no attribute 'set_log_verbosity'
None
-- 
https://code.launchpad.net/~googol/openlp/vlc/+merge/149205
Your team OpenLP Core is subscribed to branch lp:openlp.


References