Oddbean new post about | logout
 launch it with no "arguments" #techsupport 
 I tried that already. And also nuked my .config/notedeck/ directory. What else should I nuke? My nsec is saved somehow. 
 at 1200 follows you are likely hitting the filter limit for contacts. we have a workaround for this in damus ios but not notedeck yet 
 Hmm. It was working fine until a few days ago. I noticed it at the beginning of the week. 
 Your contact list works fine for me when I do this on master (just pushed):

./target/release/notedeck -c contacts:@Derek Ross 
 Maybe it has an old contact list cached? I wonder if this works:

./target/release/notedeck —datapath test -c contacts:@Derek Ross 
 Not at home any longer. I will test later this evening. Thanks Will. 
 it works with the new datapath. 
 hmm ok, I think we just need to make sure to try to fetch new contact lists... I don't think we're doing that yet which is bad