#3566: deluge-web does not start anymore
----------------------------+--------------------
Reporter: PPed72 | Type: bug
Status: new | Priority: major
Milestone: needs verified | Component: Web UI
Version: 2.1.0 | Keywords:
----------------------------+--------------------
$ /usr/bin/deluge-web -d -c /home/paolo/.config/deluge/ -p 8112
Traceback (most recent call last):
File "/usr/bin/deluge-web", line 8, in <module>
sys.exit(start())
File "/usr/lib/python3.10/site-packages/deluge/ui/web/__init__.py", line
6, in start
web.start()
File "/usr/lib/python3.10/site-packages/deluge/ui/web/web.py", line 71,
in start
self.__server = server.DelugeWeb(options=self.options)
File "/usr/lib/python3.10/site-packages/deluge/ui/web/server.py", line
685, in __init__
self.top_level.putChild(self.base.strip('/'), self.top_level)
File "/usr/lib/python3.10/site-packages/twisted/web/resource.py", line
234, in putChild
raise TypeError(f"Path segment must be bytes, but {path!r} is
{type(path)}")
TypeError: Path segment must be bytes, but '' is <class 'str'>
This is after upgrading twisted to version 22.10.0 (last working version
22.08.0).
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3566>
Deluge <https://deluge-torrent.org/>
Deluge Project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/deluge-dev/045.d0218fbce247f8226ba397e9fa1dc599%40deluge-torrent.org.