GatherLite

GatherLite

1M Downloads

Sync is not working

valkum opened this issue ยท 2 comments

commented

GatherLite.tablelength(GatherLite.db.global.nodes) in line 898 in GatherLite:p2pDatabase is 0 for my database.

It seems GatherLite.db.global.nodes is nil when passed to tablelength

I tried to replace GatherLite.db.global.nodes with _GatherLite.nodes but that did not work either.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Settings'
  2. Click on Guild Sync 0 / x.'
  3. Nothing happens

Expected behavior
Nodes should be synced with guild

commented

I've cleared it up so it auto syncs with the guild when I log-in:

if IsInGuild() and GatherLite.syncedNodes.guild == 0 then

commented

This has been fixed in 3.0.0-alpha. Available for download now.