On Sat, Sep 15, 2018 at 07:18:14AM +0200, Henk P. Penning wrote:
On Sat, 15 Sep 2018, L29Ah wrote:
Date: Sat, 15 Sep 2018 02:24:06 +0200 From: L29Ah l29ah@cock.li To: wotsap-updates@lists.lysator.liu.se Subject: [Wotsap-updates] wotsap database is dead since 2018 Sender: Wotsap-updates wotsap-updates-bounces@lists.lysator.liu.se
Corrupt WOT file: Number of keys/names/sigs does not match: 0/1/0 You need a .wot file which contains the list of keys and signatures. You can download the latest .wot file from http://www.lysator.liu.se/~jc/wotsap/wots2/latest.wot and either name it ~/.wotsapdb or give the filename as the -w argument.
And hey, take a look at this: https://wot.siccegge.de/
Current stuff is here :
https://pgp.cs.uu.nl/archive/ https://pgp.cs.uu.nl/wotsap/
Do i get it right the database is supposed to be incompatible with lysator's version?
Traceback (most recent call last): File "/usr/bin/wotsap", line 1911, in <module> wotsapmain(sys.argv) File "/usr/bin/wotsap", line 1754, in wotsapmain wot = Wot(wotfile) File "/usr/bin/wotsap", line 1484, in __init__ self.loadfile(dumpfile) File "/usr/bin/wotsap", line 1497, in loadfile self.filename, self.fileversion, self.debug) = loadfile(dumpfile) File "/usr/bin/wotsap", line 443, in loadfile if version == "0.1": UnboundLocalError: local variable 'version' referenced before assignment