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: | 91 |
Popularity: | 0.33 |
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 (optional) – Avahi support
Required by (3)
- pacserve
- powerpill (optional)
- quickserve
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
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.
« First ‹ Previous 1 2 3 Next › Last »