Control: tags -1 + confirmed
Control: severity -1 + grave
Hi,
please submit bugs to the Debian BTS in English; it would help with
them getting fixed.
Anyway, I've reproduced this problem and would say it makes droopy
completely unusable in bullseye.
Log:
------------
% mkdir foo
% droopy -m "Hi, this is Bob. You can send me a file." -d foo
_____
| \.----.-----.-----.-----.--.--.
| -- | _| _ | _ | _ | | |
|_____/|__| |_____|_____| __|___ |
|__| |_____|
No configuration file found
Files will be uploaded to /home/ch/foo
HTTP server starting... Check it out at http://localhost:8000
172.16.172.186 - - [02/Apr/2021 17:32:39] "GET / HTTP/1.1" 200 -
172.16.172.186 - - [02/Apr/2021 17:32:39] "GET /favicon.ico HTTP/1.1" 200 -
172.16.172.186 - - [02/Apr/2021 17:32:43] Started file transfer
172.16.172.186 - - [02/Apr/2021 17:32:43] TypeError('__init__() takes from 1 to
11 positional arguments but 12 were given')
172.16.172.186 - - [02/Apr/2021 17:32:43] "POST / HTTP/1.1" 200 -
------------
It appears the cgi.FieldStorage subclassing needs to be updated for Python 3.9.
Chris