#2818 closed bug (Fixed)
[WebUI] Wont Start AttributeError
Reported by: | Doadin | Owned by: | Calum |
---|---|---|---|
Priority: | major | Milestone: | 2.0.0 |
Component: | Web UI | Version: | develop |
Keywords: | Cc: |
Description
On Windows:
E:\Program Files (x86)\Deluge>deluge-web-debug Traceback (most recent call last): File "<string>", line 6, in <module> File "__main__.py", line 128, in <module> File "__main__deluge-web-debug__.py", line 9, in <module> File "deluge\ui\web\__init__.py", line 5, in start File "deluge\ui\web\web.py", line 88, in start AttributeError: 'Namespace' object has no attribute 'group'
Change History (8)
comment:1 by , 9 years ago
Milestone: | 2.0.x → 2.0 |
---|
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Yes, I have setup a jenkins build job that deletes the exes and the site-packages folders and the source code it builds from then downloads it then runs all the commands per the deluge build instructions including clean. The webui wont start from the python scripts folder on the build machine nor the installed build from the made installer.
This is from the build machine:
C:\Python27\Scripts>deluge-web-debug Traceback (most recent call last): File "C:\Python27\Scripts\deluge-web-debug-script.py", line 9, in <module> load_entry_point('deluge==2.0.0.dev629', 'console_scripts', 'deluge-web')() File "C:\Python27\lib\site-packages\deluge-2.0.0.dev629-py2.7.egg\deluge\ui\we b\__init__.py", line 5, in start Web().start() File "C:\Python27\lib\site-packages\deluge-2.0.0.dev629-py2.7.egg\deluge\ui\we b\web.py", line 88, in start if self.options.group: AttributeError: 'Namespace' object has no attribute 'group'
comment:4 by , 9 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
Ahh self.options.group
needs an if not windows_check
comment:5 by , 9 years ago
Added fix to my ongoing PR:
https://github.com/deluge-torrent/deluge/pull/81/commits/f4023b7cf1802ebb5276c1b8afa7a11a654e274f
Note:
See TracTickets
for help on using tickets.
There have been changes to the entry points, did you reinstall?