Search Criteria
Package Details: python3-threaded_servers 2022.9-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/python3-threaded_servers.git (read-only, click to copy) |
---|---|
Package Base: | python3-threaded_servers |
Description: | Threaded server modules (ThreadedHTTPSServer, ThreadedMulticastServer, Quickserve, Pacserve). |
Upstream URL: | https://xyne.dev/projects/python3-threaded_servers |
Keywords: | python server |
Licenses: | GPL |
Submitter: | Xyne |
Maintainer: | Xyne |
Last Packager: | Xyne |
Votes: | 90 |
Popularity: | 0.012140 |
First Submitted: | 2013-05-10 20:09 (UTC) |
Last Updated: | 2024-05-17 23:45 (UTC) |
Dependencies (6)
- python3 (python)
- python-setuptools (make)
- avahi (optional) – Avahi support
- pyalpm (pyalpm-gitAUR) (optional) – required for the Pacserve module
- python-dbus (optional) – Avahi support
- python-gobject (python-gobject-gitAUR) (optional) – Avahi support
Required by (3)
- pacserve
- powerpill (optional)
- quickserve
Latest Comments
« First ‹ Previous 1 2 3
Mouath commented on 2018-08-21 19:56 (UTC)
@olive you need to rebuild manually
yaourt -S python3-threaded_servers pacserve
olive commented on 2018-08-19 16:21 (UTC) (edited on 2018-08-25 16:29 (UTC) by olive)
Seems to be broken as 19 August 2018.
/usr//bin/pacserve --multicast
crash with the following error:
Traceback (most recent call last): File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "/usr/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "/usr/lib/python3.7/site-packages/ThreadedServers/Pacserve.py", line 320, in <module> run(main) File "/usr/lib/python3.7/site-packages/ThreadedServers/common.py", line 421, in run raise e File "/usr/lib/python3.7/site-packages/ThreadedServers/common.py", line 413, in run main() File "/usr/lib/python3.7/site-packages/ThreadedServers/Pacserve.py", line 309, in main page_generators, File "/usr/lib/python3.7/site-packages/ThreadedServers/Pacserve.py", line 108, in init super().init(args, kwargs) File "/usr/lib/python3.7/site-packages/ThreadedServers/PeeredQuickserve.py", line 194, in init super().init(*args, kwargs) File "/usr/lib/python3.7/site-packages/ThreadedServers/Quickserve.py", line 205, in init super().init(address, handler, options, args, kwargs) #Python3 File "/usr/lib/python3.7/site-packages/ThreadedServers/HTTPS.py", line 254, in __init__ http.server.HTTPServer.__init__(self, server_address, handler, *args, kwargs) File "/usr/lib/python3.7/socketserver.py", line 446, in init self.socket_type) File "/usr/lib/python3.7/socket.py", line 151, in init _socket.socket.init(self, family, type, proto, fileno) OSError: [Errno 97] Address family not supported by protocol</module>
It now seems to work after I re-enabled ipv6 (that I had disabled)
Xyne commented on 2018-04-26 11:28 (UTC)
I've added Avahi support alongside multicast support for peer detection. There are probably still some bugs to work out but it works so far in my initial tests.
Xyne commented on 2015-11-09 00:31 (UTC)
thelinuxguy commented on 2015-11-03 15:33 (UTC)
Xyne commented on 2015-02-28 22:46 (UTC)
xubin990510 commented on 2015-02-26 04:04 (UTC)
« First ‹ Previous 1 2 3