flamebarke / DiscoHash

Pwnagotchi plugin to convert pcaps to hashcat mode 22000 hashes, analyse them, grab the GPS location and post the information to Discord using a web hook.
76 stars 4 forks source link

Exception on /plugins/discohash [GET] #8

Open darkt1981 opened 1 day ago

darkt1981 commented 1 day ago

Hi there,

After installing discohash i keep getting this error in my logtail.

[2024-11-26 18:49:30,901] [ERROR] Exception on /plugins/discohash [GET]
    Traceback (most recent call last):
    File "/usr/local/lib/python3.7/dist-packages/flask/app.py", line 2447, in wsgi_app
    response = self.full_dispatch_request()
    File "/usr/local/lib/python3.7/dist-packages/flask/app.py", line 1953, in full_dispatch_request
    return self.finalize_request(rv)
    File "/usr/local/lib/python3.7/dist-packages/flask/app.py", line 1968, in finalize_request
    response = self.make_response(rv)
    File "/usr/local/lib/python3.7/dist-packages/flask/app.py", line 2098, in make_response
    "The view function did not return a valid response. The"
    TypeError: The view function did not return a valid response. The function either returned None or ended without a return statement.

Any idear what might be the cause of this, im not fully linux tech savy but ill do my best to understand it.

pwnagotchi v1.5.5 Also have the discord plugin installed, but i keep reading it might be decpricated, so i will remove that one.

Thanks in advance.