tsagadar (Marcel Mueller)
- Login: tsagadar
- Email: marcel.mueller@koubachi.com
- Registered on: 03/29/2013
- Last sign in: 03/29/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/01/2013
-
05:34 PM Ruby Bug #8182: XMLRPC request fails with "Wrong size. Was 31564, should be 1501"
- Sample code to reproduce the issue using Flickr. With 1.9.3 this gives "Invalid API key" which is fine, but 2.0.0 returns the error of the size mismatch.
require 'xmlrpc/client'
server = XMLRPC::Client.new('api.flickr.com', '/servi...
03/29/2013
-
06:08 AM Ruby Bug #8182 (Closed): XMLRPC request fails with "Wrong size. Was 31564, should be 1501"
- Since upgrading to Ruby 2.0.0p0 we can no longer use MailChimp through the Hominid gem. Hominid relies on the Ruby XMLRPC client to access MailChimp.
Debugging the issues revealed the following problem: net/http/response.rb transparen...