> On 13-Jul-08, at 5:51 PM, Vincent Verhoeven wrote: > > > * Previously mentioned by jphr in the "view bug" thread: sometimes, > > ownership of objects isn't right in tpclient-pwx. It might be related > > to caching. > > Try deleting ~/.tp/ and see how it goes. I've "fixed" the bug by doing > so a few times, when the cache gets full/weird.
You only need to remove the ~/.tp/cache.* files. The problem is that TP03 has no way to tell when a server is restarted. Thus when you restart the server the client only downloads things which have changed (and uses the cache for the rest). This causes the strange problems. I will look into why the modtime has not been set far enough in the future when the server is restarted. This won't be fixed totally fixed till we get TP04 support in the client. > > * tpclient-pywx crashes when trying to delete a message, with a > > message like "<Node(3e)-<objects.Message - Message @ 0x9707dec (seq: > > 26 length: 182)> <0x3d 0x3f>> was not found in the list!". Might be a > > server bug, should be easy to reproduce. > I had the same bug one time, thing was, I could never get it to > reproduce :P I need some reproducible instructions otherwise I can't find what is causing the bug! Please also include the full traceback and log of the problem (it should be printed to the console and saved as a log file in ~/.tp) Tim 'Mithro' Ansell _______________________________________________ tp-devel mailing list [email protected] http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel
