hello again! i still seem not to be able to create an account/still getting the same error, so i'm wondering if it's something i'm doing. when i've installed synthona, and it gives an option for which networks i can use it on, i always uncheck public, and check off private, since this is my home pc. could this be causing a connection error somehow..?
Viewing post in ๐ฑ๐ Synthona 1.2.94 - bug fixes comments
Hi! Yes, I think checking off "private" would cause the problem. The way Synthona currently works is that it runs a closed server on localhost, on the local network. It does not connect to any online services or anything, the server only accepts network connections from within the same device, but it will require private network access at least to access itself.
The reason it works like this is historical in nature:
Synthona was originally written as 2 independent components, a server and a user interface. The idea was that maybe someday it would be interesting to access other servers. I had an idea that it might someday allow for P2P connections of some sort, though currently that sort of functionality is disabled. There is actually a whitelist in the code which determines which IP addresses can access synthona and by default, it only allows for connections from on the PC running synthona. Basically, it's currently a closed loop because I haven't had a chance to really dig into writing more interesting network features yet
TL;DR: I think if you allow for private network access that will fix it. the only public call that happens is to check github for a new version of synthona. so if you disallow public access, I did see a minor error on startup but I think you can ignore it. I was able to run the app with my wifi disabled after ignoring it
YAHOO IT WORKS! ok, so i had to delete some extra instances or whatever of synthona from the allowed apps list, and i gave it another uninstall and reinstall, then it gave me the network prompt again. i left it at its default public setting, and then create an account worked! sorry if this was all my own confusion LOL.. but thank you for getting back to me so quick and helping! <3