Opened 8 years ago

Closed 8 years ago

Last modified 6 years ago

#2818 closed bug (Fixed)

[WebUI] Wont Start AttributeError

Reported by: Doadin Owned by: Cas
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 Changed 8 years ago by Cas

  • Milestone changed from 2.0.x to 2.0

comment:2 Changed 8 years ago by Cas

There have been changes to the entry points, did you reinstall?

comment:3 Changed 8 years ago by Doadin

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'
Last edited 8 years ago by Doadin (previous) (diff)

comment:4 Changed 8 years ago by Cas

  • Owner set to Cas
  • Status changed from new to assigned

Ahh self.options.group needs an if not windows_check

comment:6 Changed 8 years ago by Doadin

I kinda thought it did but wasnt sure.

comment:7 Changed 8 years ago by Cas

  • Resolution set to Fixed
  • Status changed from assigned to closed

Fixed: [c274d5114cf]

comment:8 Changed 6 years ago by Cas

  • Milestone changed from 2.0 to 2.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.