My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 08, 2009
    issue 6 (Problem with CampaignSendTest() Api function) reported by vicky82davim   -   I am working on integration process of mailchimp with my website built with python (django framework) using mailchimp apis. I am using CampaignSendTest() function to send test emails. sometimes this function works fine but most of the the time, i am getting "504 gateway time-out nginx/0.5.33" error. So i increase my server execution time to 5 min. But if i increase email address to around 5-10 emails the same error starts appearing. I am try to figure out why this problem arises but no success. Can anybody help me why this happens or why it takes so long time. Please help ..................................................
    I am working on integration process of mailchimp with my website built with python (django framework) using mailchimp apis. I am using CampaignSendTest() function to send test emails. sometimes this function works fine but most of the the time, i am getting "504 gateway time-out nginx/0.5.33" error. So i increase my server execution time to 5 min. But if i increase email address to around 5-10 emails the same error starts appearing. I am try to figure out why this problem arises but no success. Can anybody help me why this happens or why it takes so long time. Please help ..................................................

Earlier this year

  • Aug 29, 2009
    r39 (adding missing methods from patch at issue 4) committed by an...@headnet.dk   -   adding missing methods from patch at issue 4
    adding missing methods from patch at issue 4
  • Aug 29, 2009
    r38 (starting support for Mailchimp api v 1.2) committed by an...@headnet.dk   -   starting support for Mailchimp api v 1.2
    starting support for Mailchimp api v 1.2
  • Aug 26, 2009
    r37 (prepare for multi API versions) committed by an...@headnet.dk   -   prepare for multi API versions
    prepare for multi API versions
  • Aug 26, 2009
    r36 (adding a few notes on running tests) committed by an...@headnet.dk   -   adding a few notes on running tests
    adding a few notes on running tests
  • Aug 25, 2009
    r35 (fixing issue 3 - adding support for ssl) committed by an...@headnet.dk   -   fixing issue 3 - adding support for ssl
    fixing issue 3 - adding support for ssl
  • Aug 25, 2009
    r34 (resolving issue 5 -- we need to support the new Mailchimp en...) committed by an...@headnet.dk   -   resolving issue 5 -- we need to support the new Mailchimp endpoint URL scheme
    resolving issue 5 -- we need to support the new Mailchimp endpoint URL scheme
  • Aug 25, 2009
    issue 4 (Chimpy does not support mailchimp api v.1.2.) Labels changed by an...@headnet.dk   -   Cool, I've looked at the patch and am going to add the missing methods from it. There are more work to, however: * The method "campaigns" has changed signature and we need to reflect that as well. Maybe there are other methods with changed signatures as well. * Issues related with tests breaking need to be resolved * I'm not convinced of the idea of adding **kwargs everywhere -- we know exactly what parameters the Mailchimp methods takes and I like the fact you can inspect the Python methods and see what you are supposed to supply. See also: http://www.mailchimp.com/api/changelog.php
    Labels: Type-Enhancement Type-Defect
    Cool, I've looked at the patch and am going to add the missing methods from it. There are more work to, however: * The method "campaigns" has changed signature and we need to reflect that as well. Maybe there are other methods with changed signatures as well. * Issues related with tests breaking need to be resolved * I'm not convinced of the idea of adding **kwargs everywhere -- we know exactly what parameters the Mailchimp methods takes and I like the fact you can inspect the Python methods and see what you are supposed to supply. See also: http://www.mailchimp.com/api/changelog.php
    Labels: Type-Enhancement Type-Defect
  • Aug 25, 2009
    issue 5 (Adapt new multi-endpoint style) reported by an...@headnet.dk   -   See announcement of Mailchimp API endpoint change. http://groups.google.com/group/mailchimp-api-discuss/browse_thread/thread/985b2ec99343085c#
  • Aug 12, 2009
    issue 4 (Chimpy does not support mailchimp api v.1.2.) reported by p...@knewton.com   -   What steps will reproduce the problem? current rev of chimpy supports 1.1. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. I've provided a patch file that includes both the upgrade to 1.2 and the https patch. Let me know if there are any refinements you'd like to see to these changes.
    What steps will reproduce the problem? current rev of chimpy supports 1.1. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. I've provided a patch file that includes both the upgrade to 1.2 and the https patch. Let me know if there are any refinements you'd like to see to these changes.
  • Aug 12, 2009
    issue 3 (Enable https connections for chimpy.) reported by p...@knewton.com   -   What steps will reproduce the problem? Connection currently only supports http. For sending any customer info for merge vars, https should be used. What is the expected output? What do you see instead? use of https connection. What version of the product are you using? On what operating system? any. Please provide any additional information below.
    What steps will reproduce the problem? Connection currently only supports http. For sending any customer info for merge vars, https should be used. What is the expected output? What do you see instead? use of https connection. What version of the product are you using? On what operating system? any. Please provide any additional information below.
  • Jun 08, 2009
    issue 2 (Too many connections - replace urllib2 with httplib) Status changed by an...@headnet.dk   -   Closing this.
    Status: Fixed
    Closing this.
    Status: Fixed
  • Jun 08, 2009
    chimpy-0.2b1.tar.gz (chimpy 0.2b1) file uploaded by an...@headnet.dk
  • Jun 08, 2009
    r33 (tagging release) committed by an...@headnet.dk   -   tagging release
    tagging release
  • Jun 08, 2009
    r32 (prepare release) committed by an...@headnet.dk   -   prepare release
    prepare release
  • Jun 05, 2009
    r31 (adding support for batch subscribe and unsubscribe) committed by an...@headnet.dk   -   adding support for batch subscribe and unsubscribe
    adding support for batch subscribe and unsubscribe
  • Jun 05, 2009
    r30 (apply patch from Mustapha that fixes campaign segment_opts w...) committed by an...@headnet.dk   -   apply patch from Mustapha that fixes campaign segment_opts with a better way to turn nested dicts and lists into a php friendly data structure
    apply patch from Mustapha that fixes campaign segment_opts with a better way to turn nested dicts and lists into a php friendly data structure
  • Apr 23, 2009
    issue 2 (Too many connections - replace urllib2 with httplib) commented on by an...@headnet.dk   -   Fixed r28.
    Fixed r28.
  • Apr 23, 2009
    chimpy-0.2a2.tar.gz (chimpy 0.2a2) file uploaded by an...@headnet.dk
  • Apr 23, 2009
    r29 (tagging new release that fixes issue 2) committed by an...@headnet.dk   -   tagging new release that fixes issue 2
    tagging new release that fixes issue 2
  • Apr 23, 2009
    r28 (remember to close connection, see issue 2) committed by an...@headnet.dk   -   remember to close connection, see issue 2
    remember to close connection, see issue 2
  • Apr 23, 2009
    issue 2 (Too many connections - replace urllib2 with httplib) Owner changed by an...@headnet.dk   -   I'll take this one.
    Owner: an...@headnet.dk
    I'll take this one.
    Owner: an...@headnet.dk
  • Apr 23, 2009
    issue 1 (Implementation of Campaign API) Status changed by an...@headnet.dk   -   This was fixed in release 0.2a1. A few methods are missing. let create a seperate issue for those if needed.
    Status: Done
    This was fixed in release 0.2a1. A few methods are missing. let create a seperate issue for those if needed.
    Status: Done
  • Apr 23, 2009
    issue 2 (Too many connections - replace urllib2 with httplib) commented on by an...@headnet.dk   -   I think we should keep urllib2 and just call close() . According to python docs, httplib "is normally not used directly".
    I think we should keep urllib2 and just call close() . According to python docs, httplib "is normally not used directly".
  • Apr 23, 2009
    issue 2 (Too many connections - replace urllib2 with httplib) reported by casbon   -   James - I wanted to pass on the experience of a Python user and their comments on using urllib2 vs. httplib with relation to the number of connections opened and our ip connection limits. -- Jesse Peterson MailChimp API Support api@mailchimp.com --------------------------------------------------- Sign-up for Updates on the API: http://list-manage.com/subscribe?u=f7b9ee22124ff6454424dc10c&id=21c9181f0b --------------------------------------------------- -------- Original Message -------- Subject: Re: MCAPI: Too many connections Date: Wed, 22 Apr 2009 16:40:34 -0400 To: MailChimp API Support <api@mailchimp.com> API Support, So it turns out that urllib2.openurl, which is what chimpy uses, opens 2 extra sockets that never get closed, for each connection. This is what was causing the problem. I've changed it to use httplib, and now its fine. XXX On Wed, Apr 22, 2009 at 4:13 PM, MailChimp API Support <api@mailchimp.com <mailto:api@mailchimp.com>> wrote: XXX - More than likely it is b/c you are not closing connections, though I haven't messed with the chimpy wrapper to see if there's an issue with it. Also, if you are updating lots of subscribers, you may want to consider batching that up into one (or more) listBatchSubscribe() calls (if that wrapper supports it). If the error message doesn't include it, there is a hard limit of 10 simultaneous connections per IP address. -- Jesse Peterson MailChimp API Support api@mailchimp.com <mailto:api@mailchimp.com> --------------------------------------------------- Name: XXX Email: XXX@gmail.com Username: XXX Comments: When I try to update MailChimp with data,eg updating members, I get a too many connections error. Is this because I am doing it too fast, or is it possible I'm not 'closing' connections? I'm using the chimpy wrapper for python you provide a link to.
    James - I wanted to pass on the experience of a Python user and their comments on using urllib2 vs. httplib with relation to the number of connections opened and our ip connection limits. -- Jesse Peterson MailChimp API Support api@mailchimp.com --------------------------------------------------- Sign-up for Updates on the API: http://list-manage.com/subscribe?u=f7b9ee22124ff6454424dc10c&id=21c9181f0b --------------------------------------------------- -------- Original Message -------- Subject: Re: MCAPI: Too many connections Date: Wed, 22 Apr 2009 16:40:34 -0400 To: MailChimp API Support <api@mailchimp.com> API Support, So it turns out that urllib2.openurl, which is what chimpy uses, opens 2 extra sockets that never get closed, for each connection. This is what was causing the problem. I've changed it to use httplib, and now its fine. XXX On Wed, Apr 22, 2009 at 4:13 PM, MailChimp API Support <api@mailchimp.com <mailto:api@mailchimp.com>> wrote: XXX - More than likely it is b/c you are not closing connections, though I haven't messed with the chimpy wrapper to see if there's an issue with it. Also, if you are updating lots of subscribers, you may want to consider batching that up into one (or more) listBatchSubscribe() calls (if that wrapper supports it). If the error message doesn't include it, there is a hard limit of 10 simultaneous connections per IP address. -- Jesse Peterson MailChimp API Support api@mailchimp.com <mailto:api@mailchimp.com> --------------------------------------------------- Name: XXX Email: XXX@gmail.com Username: XXX Comments: When I try to update MailChimp with data,eg updating members, I get a too many connections error. Is this because I am doing it too fast, or is it possible I'm not 'closing' connections? I'm using the chimpy wrapper for python you provide a link to.
  • Apr 21, 2009
    chimpy-0.2a1.tar.gz (chimpy 0.2a1) file uploaded by an...@headnet.dk
  • Apr 21, 2009
    r27 (tagging release) committed by an...@headnet.dk   -   tagging release
    tagging release
  • Apr 21, 2009
    r26 (add campaign api author) committed by an...@headnet.dk   -   add campaign api author
    add campaign api author
  • Apr 21, 2009
    r25 (update readme) committed by an...@headnet.dk   -   update readme
    update readme
  • Apr 21, 2009
    r24 (pep8 whitespace fun) committed by an...@headnet.dk   -   pep8 whitespace fun
    pep8 whitespace fun
  • Apr 20, 2009
    r23 (merging issue-1 branch with trunk) committed by an...@headnet.dk   -   merging issue-1 branch with trunk
    merging issue-1 branch with trunk
  • Apr 13, 2009
    r22 (adding support for rss api) committed by an...@headnet.dk   -   adding support for rss api
    adding support for rss api
  • Apr 13, 2009
    r21 (adding scheduling) committed by an...@headnet.dk   -   adding scheduling
    adding scheduling
  • Apr 12, 2009
    r20 (adding campaign_send_test method. Note: No test case, we are...) committed by an...@headnet.dk   -   adding campaign_send_test method. Note: No test case, we are sending out real emails. Adding support for serializing sequences: We need that for the test_emails parameter.
    adding campaign_send_test method. Note: No test case, we are sending out real emails. Adding support for serializing sequences: We need that for the test_emails parameter.
  • Apr 12, 2009
    r19 (adding campaign_content method) committed by an...@headnet.dk   -   adding campaign_content method
    adding campaign_content method
  • Apr 07, 2009
    r18 (adding update and replicate methods) committed by an...@headnet.dk   -   adding update and replicate methods
    adding update and replicate methods
  • Apr 07, 2009
    r17 (adding these trivial methods to campaign api. Tested by hand...) committed by an...@headnet.dk   -   adding these trivial methods to campaign api. Tested by hand, dunno how to cover those by real tests
    adding these trivial methods to campaign api. Tested by hand, dunno how to cover those by real tests
  • Apr 07, 2009
    r16 (more package metadata) committed by an...@headnet.dk   -   more package metadata
    more package metadata
  • Apr 07, 2009
    r15 (adding basic readme) committed by an...@headnet.dk   -   adding basic readme
    adding basic readme
  • Apr 04, 2009
    r14 (adding campaigns method. todo: the different filters needs t...) committed by an...@headnet.dk   -   adding campaigns method. todo: the different filters needs to be tested
    adding campaigns method. todo: the different filters needs to be tested
  • Apr 04, 2009
    r13 (starting to add campaign API) committed by an...@headnet.dk   -   starting to add campaign API
    starting to add campaign API
  • Apr 04, 2009
    r12 (generalize dict flattener -- other methods needs it) committed by an...@headnet.dk   -   generalize dict flattener -- other methods needs it
    generalize dict flattener -- other methods needs it
  • Apr 03, 2009
    r11 (Switching to POST. We need to be able to pass more than a fe...) committed by an...@headnet.dk   -   Switching to POST. We need to be able to pass more than a few kb
    Switching to POST. We need to be able to pass more than a few kb
  • Apr 03, 2009
    r10 (fixing test to work with real response) committed by an...@headnet.dk   -   fixing test to work with real response
    fixing test to work with real response
  • Apr 03, 2009
    RunningTests (How to run the tests for chimpy) Wiki page edited by an...@headnet.dk
  • Apr 03, 2009
    r8 (branch from trunk rev 7 to work on issue 1) committed by an...@headnet.dk   -   branch from trunk rev 7 to work on issue 1
    branch from trunk rev 7 to work on issue 1
  • Apr 03, 2009
    r7 (lets pull in required package) committed by an...@headnet.dk   -   lets pull in required package
    lets pull in required package
  • Apr 03, 2009
    issue 1 (Implementation of Campaign API) reported by an...@headnet.dk   -   Mailchimp API comes with with a set of Campaign related methods. Lets implement them in chimpy.
    Mailchimp API comes with with a set of Campaign related methods. Lets implement them in chimpy.
  • Apr 03, 2009
    r6 (lets tag current state before moving on) committed by an...@headnet.dk   -   lets tag current state before moving on
    lets tag current state before moving on

Older

  • Sep 24, 2008
    r5 (add list members method) committed by casbon   -   add list members method
    add list members method
 
Hosted by Google Code