



I keep seeing instances where reply_cache.xml gets corrupted. The first 4 lines of the cache file end up looking like:
<?xml version=“1.0” encoding=“UTF-8”?>
<statuses type=“array”>
</statuses>
plyto="http://rest-of-first-url-here…
So far, I’ve fixed it by hand editing the file back to valid XML, deleting “</statuses>” on line 3 (the close statuses tag is also at the end of the file) and adding “<status inre” to the beginning of line 4.
It’d be great to see a resolution to this bug. Otherwise, Chirrup seems to be great.
Discussion and changes