Comment 0 for bug 842917

Revision history for this message
Benji York (benji) wrote :

Making a request like https://api.launchpad.net/1.0/checkbox?ws.op=1&ws.op=2 causes a TypeError because the code assumes that request fields are always strings (in this case they are a sequence because there are two field values).

This bug is similar to bug 810113.