Odds are it's the encoding part that's breaking. You might also check that you can encode None.

On Wed, Dec 13, 2017 at 4:55 PM, Ken Dreyer <ktdreyer@ktdreyer.com> wrote:
On Wed, Dec 13, 2017 at 12:55 PM, Michael McLean <mikem@redhat.com> wrote:
> If you want a quick test, the echo call will give you whatever data you pass
> in.
>
> $ koji --noauth call echo 9223372036854775807
> [9223372036854775807]

Thanks Mike!

That echo call definitely breaks my client (OverflowError, "int
exceeds XML-RPC limits" from xmlrpclib). I added custom Marshaller
overrides to deal with this.

- Ken
_______________________________________________
koji-devel mailing list -- koji-devel@lists.fedorahosted.org
To unsubscribe send an email to koji-devel-leave@lists.fedorahosted.org