You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue is the client crashes after a successful login with the following:
Successfully registered!
Collecting agent data...
Login successful!
Hashtopolis Server version: 0.14.3 (commit 28edceb)
Client is up-to-date!
File download header reported wrong status code: 308
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\person\Documents\hashtopolis\hashtopolis.zip\__main__.py", line 377, in <module>
init(args)
~~~~^^^^^^
File "C:\Users\person\Documents\hashtopolis\hashtopolis.zip\__main__.py", line 167, in init
binaryDownload.run()
~~~~~~~~~~~~~~~~~~^^
File "C:\Users\person\Documents\hashtopolis\hashtopolis.zip\htpclient\binarydownload.py", line 23, in run
self.__check_utils()
~~~~~~~~~~~~~~~~~~^^
File "C:\Users\person\Documents\hashtopolis\hashtopolis.zip\htpclient\binarydownload.py", line 81, in __check_utils
os.chmod(path, os.stat(path).st_mode | stat.S_IEXEC)
~~~~~~~^^^^^^
FileNotFoundError: [WinError 2] The system cannot find the file specified: '7zr.exe'
It quits after this and when I run it again, it just does the same thing (login successful, error codes).
I have tried both the listed http URL and tried an https instead. Same results. I have zero issues if I do everything directly to the IP address instead. I'm using caddy and running tens of apps behind it without issue, same config. I recall bitwarden and nextcloud requiring some fiddling however.
The text was updated successfully, but these errors were encountered:
Version Information
0.14.3
Hashcat
No response
Description
Issue is the client crashes after a successful login with the following:
It quits after this and when I run it again, it just does the same thing (login successful, error codes).
I have tried both the listed http URL and tried an https instead. Same results. I have zero issues if I do everything directly to the IP address instead. I'm using caddy and running tens of apps behind it without issue, same config. I recall bitwarden and nextcloud requiring some fiddling however.
The text was updated successfully, but these errors were encountered: