key-networks / ztncui

ZeroTier network controller UI
GNU General Public License v3.0
1.56k stars 230 forks source link

[BUG] ZTNCUI breaks if you upgrade zerotier #12

Closed soakes closed 6 years ago

soakes commented 6 years ago

OS: CentOS 7 Installed ZT version: zerotier-one-1.2.4-1.el7.centos.x86_64 Upgraded ZT version: zerotier-one-1.2.8-1.el7.centos.x86_64

If you upgrade zerotier, it totally breaks ZTNCUI. The error is this...

Error resolving detail for network e5*****: ParseError: Unexpected token c in JSON at position 3 in "http://localhost:9993/controller/network/e5*******/member": {""c71****":1,""c4df****":2,""e0****":3,""64d***":0,""6bf***...

I have tested this several times and happens every time.

They must of changed something in the API but what, I don't know. A workaround is to use the working version as listed above and not to upgrade.

key-networks commented 6 years ago

Thanks for your feedback. This issue has been reported before: https://github.com/key-networks/ztncui/issues/6

It's a bug in Zerotier 1.2.8 - in the meantime, just stick to 1.2.4 .

soakes commented 6 years ago

My apologies, I didn't notice that one.

key-networks commented 6 years ago

You can get old Zerotier releases here: https://download.zerotier.com/RELEASES/

soakes commented 6 years ago

Thank you very much. Totally missed that.

key-networks commented 6 years ago

A new Docker image is available at https://hub.docker.com/r/keynetworks/ztncui that incorporates zerotier-one-1.2.12 and ztncui-0.5.4.

soakes commented 6 years ago

Really awesome, thank you.