Custom Query (2449 matches)
Results (337 - 339 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2836 | Invalid | webui returns blank page when used with --base | ||
| Description |
This is in reference to closed ticket http://dev.deluge-torrent.org/ticket/2677 I am running latest develop branch which includes the commits to fix this issue. When configured as such (using --base or setting base in web.conf) I get nothing but a blank page when browsing to the web site. I've tested the site in IE, FF, Chrome, and Edge, all have the same issue. I can privately provide a URL which is publicly accessible for verification. |
|||
| #2834 | WontFix | PYTHON_EGG_CACHE not set on FreeBSD | ||
| Description |
Plugins fail to load in web-ui on FreeBSD package "deluge-1.3.12,1" due to an inability to write to the default Python egg cache directory. This directory does not exist in the default installation, nor is there a documented dependency. Most visibly for me, this breaks labels in web-ui; you can't create them or assign torrents to them. Creating a directory (I used "/usr/local/etc/deluge/.python-eggs") and adding export PYTHON_EGG_CACHE="/usr/local/etc/deluge/.python-eggs" to /usr/local/etc/rc.d/deluge_web resolved the issue. [ERROR ] 10:23:49 pluginmanagerbase:146 Unable to instantiate plugin!
[ERROR ] 10:23:49 pluginmanagerbase:147 Can't extract file(s) to egg cache
The following error occurred while trying to extract file(s) to the Python egg
cache:
[Errno 13] Permission denied: '/.python-eggs'
The Python egg cache directory is currently set to:
/.python-eggs
Perhaps your account does not have write access to this directory? You can
change the cache directory by setting the PYTHON_EGG_CACHE environment
variable to point to an accessible directory.
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/deluge/pluginmanagerbase.py", line 144, in enable_plugin
instance = cls(plugin_name.replace("-", "_"))
File "/usr/local/lib/python2.7/site-packages/deluge/plugins/Extractor-0.4-py2.7.egg/extractor/__init__.py", line 56, in __init__
from webui import WebUI as _plugin_cls
File "/usr/local/lib/python2.7/site-packages/deluge/plugins/Extractor-0.4-py2.7.egg/extractor/webui.py", line 47, in <module>
File "/usr/local/lib/python2.7/site-packages/deluge/plugins/Extractor-0.4-py2.7.egg/extractor/webui.py", line 54, in WebUI
File "/usr/local/lib/python2.7/site-packages/deluge/plugins/Extractor-0.4-py2.7.egg/extractor/common.py", line 38, in get_resource
return pkg_resources.resource_filename("extractor", os.path.join("data", filename))
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1150, in resource_filename
self, resource_name
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1863, in get_resource_filename
return self._extract_resource(manager, zip_path)
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1892, in _extract_resource
self.egg_name, self._parts(zip_path)
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1217, in get_cache_path
self.extraction_error()
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1197, in extraction_error
raise err
ExtractionError: Can't extract file(s) to egg cache
|
|||
| #2832 | Fixed | log error with blank lines in auth file | ||
| Description |
If you put comments in the deluge auth file, it will cause "ERROR ] 15:14:31 common:428 Your auth file is malformed: Incorrect number of fields!". Deluge, and the auth file, otherwise works fine despite the error. My use case is to deploy deluge via chef, so I leave a reminder to myself when a file is managed by chef (local changes would be overridden). Although deluge works fine even with comments, it would be nice if it could ignore them without producing this error. # # /var/lib/deluge/.config/deluge/auth # # Generated by Chef for myhostname # localclient:b1cd20ebdddeeabcdebedad5e7e490970e98:10 deluge:deluge:10 |
|||
