lad1337 / XDM

XDM: eXtendable Download Manager. Plugin based media collection manager.
xdm.lad1337.de
Other
203 stars 46 forks source link

settings page gives 500 error #135

Closed slommer closed 10 years ago

slommer commented 10 years ago

Found this software which looks great. Did a fresh git clone on ubuntu and started with python XMC.py. Ran through the wizzard and all went well. But when I click on settings I get the following in xdm.log: {"msg": "Language setting is 'automatic' resulting locale: 'en_US'", "lvl": "DEBUG", "caller": {"line": 93, "fn": "_setLocale", "file": "/home/skinner/XDM/corePlugins/system/System.py"}, "data": {}, "time": "2014-02-15 20:59:35.689023"}

And the following on the site: 500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last): File "/home/skinner/XDM/site-packages/cherrypy/_cprequest.py", line 656, in respond response.body = self.handler() File "/home/skinner/XDM/site-packages/cherrypy/lib/encoding.py", line 188, in call self.body = self.oldhandler(_args, _kwargs) File "/home/skinner/XDM/site-packages/cherrypy/_cpdispatch.py", line 34, in call return self.callable(_self.args, _self.kwargs) File "/home/skinner/XDM/xdm/web/init.py", line 176, in settings return template.render(plugins=plugins, **self._globals()) File "/home/skinner/XDM/site-packages/jinja2/environment.py", line 894, in render return self.environment.handle_exception(exc_info, True) File "html/templates/settings.html", line 4, in top-level template code {% set active_sub_page = active_subpage|default('settings') -%} File "html/templates/base.html", line 170, in top-level template code {% block content %} File "html/templates/settings.html", line 67, in block "content" {% for k,v in plugin[''+config.name]().items() %} File "/home/skinner/XDM/plugins/DownloadFilter/Video-Quality-de_lad1337_video_quality-0_2/VideoQuality.py", line 89, in _audioCodec_select for audioCodecName, notUsed in guessit.patterns.prop_multi['audioCodec'].items(): AttributeError: 'module' object has no attribute 'prop_multi'

Am I missing something or doing something wrong?

slommer commented 10 years ago

Did a fresh clone again and works now.