Package Details: python3-threaded_servers 2022.9-7

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.40
First Submitted: 2013-05-10 20:09 (UTC)
Last Updated: 2024-05-17 23:45 (UTC)

Dependencies (6)

Required by (3)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

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:

...
==> Validating source files with sha512sums...
    python3-threaded_servers-2021.9.tar.xz ... Passed
    python3-threaded_servers-2021.9.tar.xz.sig ... Passed
==> Verifying source file signatures with gpg...
    python3-threaded_servers-2021.9.tar.xz ... FAILED (unknown public key 1D1F0DC78F173680)
==> ERROR: One or more PGP signatures could not be verified!
:: Unable to build python3-threaded_servers - makepkg exited with code: 1

beroal commented on 2021-08-04 20:38 (UTC)

I get the following error in pacserve that uses this package:

Exception occurred during processing of request from ('192.168.122.76', 52795)
Traceback (most recent call last):
  File "/usr/lib/python3.9/socketserver.py", line 316, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/usr/lib/python3.9/socketserver.py", line 347, in process_request
    self.finish_request(request, client_address)
  File "/usr/lib/python3.9/socketserver.py", line 360, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python3.9/socketserver.py", line 747, in __init__
    self.handle()
  File "/usr/lib/python3.9/site-packages/ThreadedServers/Multicast.py", line 262, in handle
    main_server.log_warning(
TypeError: log_warning() takes 2 positional arguments but 3 were given

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