Search Criteria
Package Details: python3-threaded_servers 2022-1
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: | 88 |
Popularity: | 0.91 |
First Submitted: | 2013-05-10 20:09 (UTC) |
Last Updated: | 2022-01-27 23:21 (UTC) |
Dependencies (5)
- python3 (python)
- avahi (avahi-git, avahi-gtk2) (optional) – Avahi support
- pyalpm (pyalpm-git, pyalpm-next-git) (optional) – required for the Pacserve module
- python-dbus (dbus-python) (optional) – Avahi support
- python-gobject (python-gobject-git) (optional) – Avahi support
Required by (3)
- pacserve
- powerpill (optional)
- quickserve
Latest Comments
kido007 commented on 2021-11-17 13:32 (UTC)
The new mirror works, no more DNS errors. Thank you.
jjbeard commented on 2021-11-15 10:47 (UTC)
Looks like the archlinux.ca domain registration has lapsed: Registrar Status pendingDelete, redemptionPeriod, serverHold, serverRenewProhibited, serverTransferProhibited, serverUpdateProhibited
cherkaba commented on 2021-11-13 19:38 (UTC)
@kido007 +1 same issue
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: xyne.archlinux.ca
kido007 commented on 2021-11-13 16:57 (UTC)
https://xyne.archlinux.ca/projects/python3-threaded_servers/src/python3-threaded_servers-2021.11.tar.xz Returns a domain not found error
beroal commented on 2021-09-10 19:57 (UTC)
@guzzisti You need to import that public key into GPG. https://wiki.archlinux.org/index.php/Makepkg#Signature_checking https://bbs.archlinux.org/viewtopic.php?pid=1804955#p1804955
guzzisti commented on 2021-09-10 16:23 (UTC) (edited on 2021-09-10 16:23 (UTC) by guzzisti)
Hi,
installation currently fails for me with the following error:
beroal commented on 2021-08-04 20:38 (UTC)
I get the following error in
pacserve
that uses this package:hellomynameisphi commented on 2021-06-19 16:05 (UTC)
https://xyne.archlinux.ca/projects/python3-threaded_servers/src/python3-threaded_servers-2020.tar.xz returns a 404 for me
Xyne commented on 2020-12-02 23:15 (UTC)
Fixed. Thanks for reporting.
m.schabhuettl commented on 2020-12-02 14:40 (UTC)
@Xyne: can confirm that the fix from @radiomike works.
Anyone who has the same issue - a temporary fix could be, to change line 267 from:
bytestring = buf.tostring() to bytestring = buf.tobytes()
in /usr/lib/python3.9/site-packages/ThreadedServers/common.py
Cheers!
radiomike commented on 2020-12-02 12:54 (UTC)
Broken as of python 3.9 update.
Uses deprecated .tostring() method in common.py
Can be fixed by replacing .tostring() with .tobytes() in common.py
Xyne commented on 2020-07-26 16:14 (UTC)
@geekinthesticks makepkg uses the user's keyring, not pacman's keyring. You need to add my key with gpg, not pacman-key.
geekinthesticks commented on 2020-06-18 08:54 (UTC)
I am getting the following error: ==> Verifying source file signatures with gpg... python3-threaded_servers-2019.7.tar.xz ... FAILED (unknown public key 1D1F0DC78F173680)
If I add the key:
bignuc AUR/python3-threaded_servers » sudo pacman-key --recv-keys EC3CBE7F607D11E663149E811D1F0DC78F173680 1 ↵ [sudo] password for ian: gpg: key 1D1F0DC78F173680: "Xyne. (key #3) xyne@archlinux.ca" not changed gpg: Total number processed: 1 gpg: unchanged: 1
The key is still not recognized.
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)