After some debugging, I found out the cause of the said problem. Below is the output from &quot;git diff&quot;:<div><div>================================================</div><div><div>diff --git a/starcluster/cluster.py b/starcluster/cluster.py</div>
<div>index 0e820a7..436ae44 100644</div><div>--- a/starcluster/cluster.py</div><div>+++ b/starcluster/cluster.py</div><div>@@ -544,7 +544,7 @@ class Cluster(object):</div><div>         description field.</div><div>         &quot;&quot;&quot;</div>
<div>         try:</div><div>-            compressed_data = base64.b64decode(self.cluster_group.description)</div><div>+            compressed_data = base64.b64encode(self.cluster_group.description)</div><div>             pkl_data = zlib.decompress(compressed_data)</div>
<div>             cluster_settings = cPickle.loads(str(pkl_data)).__dict__</div><div>             for key in cluster_settings:</div></div><div>================================================</div><div><br></div><div>As you can see, &quot;base64.b64decode&quot; should have been &quot;base64.b64encode&quot; in line 547.</div>
<div><br></div><div><div><div>Regards,</div></div><div>Joseph<br>
<br><br><div class="gmail_quote">On Thu, Jan 13, 2011 at 3:02 PM, Kyeong Soo (Joseph) Kim <span dir="ltr">&lt;<a href="mailto:kyeongsoo.kim@gmail.com">kyeongsoo.kim@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello Justin and All,<div><br></div><div>Another bug report for the development version from github.</div><div><br></div><div>Here below is the error message from &quot;listclusters&quot; command:</div><div>=============================================</div>

<div><div>~$ starcluster listclusters </div><div>StarCluster - (<a href="http://web.mit.edu/starcluster" target="_blank">http://web.mit.edu/starcluster</a>) (v. 0.9999)</div><div>Software Tools for Academics and Researchers (STAR)</div>
<div>
Please submit bug reports to <a href="mailto:starcluster@mit.edu" target="_blank">starcluster@mit.edu</a></div><div><br></div><div>cli.py:156 - ERROR - failed to load cluster receipt: Incorrect padding</div><div>=============================================</div>

<div><br></div><div>With the development version, I could go through all the examples in the documentation -- which means there is no problem with the account credentials -- but the listcluster command.</div><div><br></div>

<div>By the way, the development version seems quite stable and provides much more information in the configuration template than the stable one (e.g., the updated information on the use of AMIs in different zones/regions).</div>

<div><br></div><div>Regards,</div><div>Joseph</div>
</div>
</blockquote></div><br></div></div></div>