llinkz / directTDoA

a Python 2/3 GUI for automated TDoA recording & processing
Do What The F*ck You Want To Public License
17 stars 5 forks source link

yet another node causing the update fail #3

Closed llinkz closed 4 years ago

llinkz commented 6 years ago

kiwisdr.com/public shows a wrong set Kiwi node (mac is 40bd32e54015), prob a NAT setup failure to temporarely get the update working back, replace line 173 json_data = json.loads(nodelist.text[nodelist.text.find('['):].replace('},\n]\n;\n', '}]')) by json_data = json.loads(nodelist.text[nodelist.text.find('['):].replace('},\n]\n;\n', '}]').replace('40bd32e54015\",','40bd32e54015\"'))

linkz