Skip to content
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

[BUG]: Issues behind proxy #1185

Open
mokahless opened this issue Feb 15, 2025 · 0 comments
Open

[BUG]: Issues behind proxy #1185

mokahless opened this issue Feb 15, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@mokahless
Copy link

Version Information

0.14.3

Hashcat

No response

Description

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.

@mokahless mokahless added the bug Something isn't working label Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant