lad1337 / XDM

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

Cannot open settings #185

Closed chazlarson closed 9 years ago

chazlarson commented 9 years ago

I've done a fresh pull from git as suggested in another case.

The "1" in the corner says: 23 minutes ago ago Running on a dirty git installation! No real check was done

Not sure what else I was to do. I went to /opt and ran: git clone https://github.com/lad1337/XDM.git

This results when I choose "Settings" from the "System" menu.

500 Internal Server Error

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

Traceback (most recent call last): File "/opt/XDM/site-packages/cherrypy/_cprequest.py", line 656, in respond response.body = self.handler() File "/opt/XDM/site-packages/cherrypy/lib/encoding.py", line 188, in call self.body = self.oldhandler(_args, _kwargs) File "/opt/XDM/site-packages/cherrypy/_cpdispatch.py", line 34, in call return self.callable(_self.args, _self.kwargs) File "/opt/XDM/xdm/web/init.py", line 176, in settings return template.render(plugins=plugins, **self._globals()) File "/opt/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 "/var/lib/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' Powered by CherryPy 3.2.2

chazlarson commented 9 years ago

chaz@dworkin-localdomain XDM]$ git --version git version 1.9.3 [chaz@dworkin-localdomain XDM]$ python --version Python 2.7.5

lad1337 commented 9 years ago

Shutdown XDM Delete the folder

/var/lib/xdm/plugins/DownloadFilter/Video-Quality-de_lad1337_video_quality-0_2

Start XDM Reinstall the video quality plugin

If that does not help I'll have a closer look tomorrow

On 31 Oct 2014, at 00:09, chazlarson notifications@github.com wrote:

I've done a fresh pull from git as suggested in another case.

The "1" in the corner says: 23 minutes ago ago Running on a dirty git installation! No real check was done

Not sure what else I was to do. I went to /opt and ran: git clone https://github.com/lad1337/XDM.git

This results when I choose "Settings" from the "System" menu.

500 Internal Server Error

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

Traceback (most recent call last): File "/opt/XDM/site-packages/cherrypy/

_cprequest.py", line 656, in respond response.body = self.handler() File "/opt/XDM/site-packages/cherrypy/lib/encoding.py", line 188, in call self.body = self.oldhandler(_args, _kwargs) File "/opt/XDM/site-packages/cherrypy/_cpdispatch.py", line 34, in call return self.callable(_self.args, _self.kwargs) File "/opt/XDM/xdm/web/init.py", line 176, in settings return template.render(plugins=plugins, **self._globals()) File "/opt/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 "/var/lib/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' Powered by CherryPy 3.2.2

— Reply to this email directly or view it on GitHub https://github.com/lad1337/XDM/issues/185.

chazlarson commented 9 years ago

That did it. The app sure looks nice.

lad1337 commented 9 years ago

Cool ^^ And thanks, it means a lot to me!

But there are still many issues / features left

On 31 Oct 2014, at 00:21, chazlarson notifications@github.com wrote:

That did it. The app sure looks nice.

— Reply to this email directly or view it on GitHub https://github.com/lad1337/XDM/issues/185#issuecomment-61187191.