-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken ZeroHello site #116
Comments
I just tested on a new installation and it's works for me. |
I think I know what's the problem. I downloaded ZeroNet to Is it possible to fix this? If possible, I want to have |
You can change by putting a zeronet.conf next to zeronet.exe:
This will put the data to c:\Users[username]\AppData\Local\ZeroNet\data |
I fixed this by adding the following lines to elif this_file.startswith("C:/Program Files"):
# Running in non-writeable directory, put data to AppData
start_dir = os.path.expandvars("%APPDATA%/ZeroNet").replace("\\", "/") Is that OK? Or should I use |
Yes, it's looks good for me. I think %LOCALAPPDATA% is the proper place for it. (does not travels on the network with the user) |
I changed Tor doesn't work. I get this error in ZeroHello:
After stopping ZeroNet, processes still exist ( These problems are probably because of non-writable directory because all things work if I run ZeroNet from the writable directory. This is my log file after starting and stopping. Can you make some installer for ZeroNet that will correctly set up all directories? |
I created HelloZeroNet/ZeroNet#1972. Should I also submit it to |
ZeroHello site is broken. Tested in Firefox, Chrome and Edge with fresh-installed ZeroNet 0.6.5.
If I open browser console in Firefox, I see a lot of Content Security Policy errors.
But main problem is that http://127.0.0.1:43110/1HeLLo4uzjaLetFx6NH3PMwFP3qbRbTf3D/js/all.js is not found. It is same in all other browsers.
The text was updated successfully, but these errors were encountered: