[Bug 1152222] Re: thin-client-config-agent fails in pycurl with TypeError: string argument expected, got 'bytes'
Launchpad Bug Tracker
1152222 at bugs.launchpad.net
Fri Apr 5 13:31:42 UTC 2013
This bug was fixed in the package thin-client-config-agent - 0.7
---------------
thin-client-config-agent (0.7) raring; urgency=low
[ Dmitrijs Ledkovs ]
* Port to use BytesIO with raring's pycurl. (LP: #1152222)
* Bump Standards Version to 3.9.4.
[ David Barth]
* Fix test suite for above.
-- Dmitrijs Ledkovs <dmitrij.ledkov at ubuntu.com> Wed, 03 Apr 2013 17:22:33 +0100
** Branch linked: lp:~ubuntu-branches/ubuntu/raring/thin-client-config-
agent/raring-proposed
** Changed in: thin-client-config-agent (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to pycurl in Ubuntu.
https://bugs.launchpad.net/bugs/1152222
Title:
thin-client-config-agent fails in pycurl with TypeError: string
argument expected, got 'bytes'
Status in “pycurl” package in Ubuntu:
Invalid
Status in “thin-client-config-agent” package in Ubuntu:
Fix Released
Bug description:
When using thin-client-config-agent, the recent release of the pycurl
package breaks the Remote Login feature.
The following test shows the error:
echo -n "test" | /usr/bin/thin-client-config-agent test at example.com
TypeError: string argument expected, got 'bytes'
Exception: <class 'pycurl.error'>
(23, 'Failed writing header')
{ "Error": "Contact your administrator" }
This is the regression as of version 7.19.0-5ubuntu6 of the package.
Previously, on quantal and up to raring 7.19.0-5ubuntu3 the expected result was:
Invalid username or password
{ "Error": "Invalid username or password" }
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pycurl/+bug/1152222/+subscriptions
More information about the foundations-bugs
mailing list