On Wed, 2017-08-30 at 22:42 +0200, gregor herrmann wrote:

> I guess you don't have the pentabarf.xml which caused you problems
> lying around somewhere locally?

I don't have it as ConfClerk doesn't appear to cache the file itself.

ConfClerk on my system is still exhibiting the same behaviour, even
after I "Reloaded from URL" for DebConf17.

I then backed up and deleted the ConfClerk database and added the
DebConf17 penta URL and now the issue is resolved.

I restored from the backup, deleted and re-added DebConf17 and the
issue is again resolved.

I was able to fix the issue by executing this SQL on the database:

$ sqlite ~/.local/share/data/Toastfreeware/ConfClerk/ConfClerk.sqlite
sqlite> DELETE FROM event WHERE id='';

I was then able to reintroduce the issue by running this SQL:

$ sqlite ~/.local/share/data/Toastfreeware/ConfClerk/ConfClerk.sqlite
sqlite> INSERT INTO event VALUES((SELECT id FROM conference WHERE 
url='https://debconf17.debconf.org/schedule/pentabarf.xml'),'',1502562600,0,36,'',NULL,NULL,'',NULL,'','',0,0);

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to