key-networks / ztncui

ZeroTier network controller UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imcompatible with zerotier 1.12.1

GreatMichaelLee opened this issue · comments

I am using the latest ztncui 0.8.13 and latest zerotier 1.12.1 seems the ztncui now is imcompatble with the change of zerotier 1.12.1 in some places, the path of 'networks ->network name->details' page cannot show details(it prompts the 404 http error when poll one particular network Id) and only can listed the network name in networks tab, so the futher configuration is impossible, can anyone help to fix this?

thanks.

Same Problem here.
I am using ztncui 0.8.13 as well and until the upgrade to zerotier-one 1.12.0 everything worked like a charm. After the Upgrade to 1.12.0 and later to 1.12.1 the GUI throws up the following error when opening the Details and Members submenu on the Networks Page:
Error resolving detail for network xxx: HTTPError: Response code 404 (Not Found).
The Network is still working, and all the clients are able to connect fine.

Same Problem here. I am using ztncui 0.8.13 as well and until the upgrade to zerotier-one 1.12.0 everything worked like a charm. After the Upgrade to 1.12.0 and later to 1.12.1 the GUI throws up the following error when opening the Details and Members submenu on the Networks Page: Error resolving detail for network xxx: HTTPError: Response code 404 (Not Found). The Network is still working, and all the clients are able to connect fine.

I just guess zerotier has changed part of their configuration database structure or their access API interfaces , and this cause the issue, ztncui cannot parse the data from the http API, hope the author could fix it ASAP, the ztncui is great for me.

Same issue here.
I tried to create a new network, everything is fine until I tried to join in the network and it reports 404 error

Made a fork with a temporary fix: https://github.com/Koromix/ztncui

Made a fork with a temporary fix: https://github.com/Koromix/ztncui

Can you share the bianary file or tell how to build? thanks

commented

Same issue. Downgraded zerotier-one to 1.10.3

Made a fork with a temporary fix: https://github.com/Koromix/ztncui

@Koromix thanks for your fix. I have made a branch issue#123 including your fix.

Everyone please test on the latest and older versions of ZT.

For Debian/Ubuntu:
https://key-networks.s3.us-west-1.amazonaws.com/deb/ztncui/1/x86_64/ztncui_0.8.14_amd64.deb

For Redhat:
sudo dnf --enablerepo=ztncui-testing upgrade ztncui

The fix seems to be working with 1.12.1 on Debian 12.1. No Errors and working configuration/add and remove of members.
Thanks for this fast fix @Koromix @key-networks

https://key-networks.s3.us-west-1.amazonaws.com/deb/ztncui/1/x86_64/ztncui_0.8.14_amd64.deb

I have tested on 1.12.1, seems good, thanks for the fast response.

Same issue here.
After updated to ztncui_0.8.14_amd64.deb in my docker container running ZT 1.12.1, It works fine! Thanks.
I also tried this fix on ZeroTier version 1.10.6 in previous docker container, It works fine too.
Please merge it into the master brunch. @key-networks Thanks.

This fix has been merged into master and the RPM release repo has been updated with 0.8.14, so to upgrade, please use the following instructions:

For DEB, download and install from:
https://key-networks.s3.us-west-1.amazonaws.com/deb/ztncui/1/x86_64/ztncui_0.8.14_amd64.deb

For RPM:
sudo dnf upgrade ztncui

Once again, thanks to @Koromix for the fix!

Thank you