Closed rllola closed 5 years ago
Haven't been able to reproduce it. I can launch the update process but it will open a new window when done. It should be avoid...
Still not working :
Process Process-1:
Traceback (most recent call last):
File "multiprocessing/process.py", line 249, in _bootstrap
File "multiprocessing/process.py", line 93, in run
File "/usr/share/ZeronetBrowser/ZeroNet/zeronet.py", line 99, in start
main()
File "/usr/share/ZeronetBrowser/ZeroNet/zeronet.py", line 34, in main
update.update()
File "/usr/share/ZeronetBrowser/ZeroNet/update.py", line 76, in update
os.makedirs(dest_dir)
File "os.py", line 241, in makedirs
PermissionError: [Errno 13] Permission denied: '/usr/share/ZeronetBrowser/ZeroNet/src/lib/pyelliptic'
We would need a subcall with sudo to execute the update.py
script or we can show a message and ask them to run sudo ZeronetBrowser --update
...
The update through ZeroNet interface failed to work with ZeroNet Browser.
It shoud not be an issue because the code is not compile into binary and is readable.
However it seems to not find the proper repository or it is missing the
update.py
file ?